emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pretest?


From: Jan Djärv
Subject: Re: Pretest?
Date: Thu, 15 Mar 2007 12:04:33 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070302)



YAMAMOTO Mitsuharu skrev:
On Mon, 05 Mar 2007 08:15:40 +0100, Jan Djärv <address@hidden> said:

IIRC, Emacs 22.X had problems on FreeBSD with GTK+ a long time ago
too.

As I recall, it was the threading issue that was the problem then.
Are there multiple threads running in Emacs at the time of the
crash?  info threads in gdb will show you that.  A backtrace for
each thread, if there are several, would be nice.

I suspect src/gmalloc.c, which does not provide thread-safe malloc
(correct me if I'm wrong), is used while HAVE_GTK_AND_PTHREAD is
defined.

If src/gmalloc.c is used, then the hooks in alloc.c are used, so they should be thread safe.

        Jan D.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]