emacs-devel
[Top][All Lists]
Advanced

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

emacs-unicode-2 bootstrap on FreeBSD (temacs coredump)


From: Damien Deville
Subject: emacs-unicode-2 bootstrap on FreeBSD (temacs coredump)
Date: Fri, 27 Jul 2007 18:05:17 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070724)

Hi emacs-devel,

On FreeBSD 6.2 with an up to date checkout of emacs-unicode-2 CVS temacs coredump while bootstraping.

`/bin/pwd`/temacs --batch --load loadup bootstrap
Segmentation fault (core dumped)
gmake[2]: *** [bootstrap-emacs] Error 139

Launching gdb on the core shows the following trace:

(gdb) bt
#0  0x28a007a0 in pthread_once () from /lib/libpthread.so.2
#1  0x081a6ea1 in __malloc_initialize () at gmalloc.c:615
#2  0x081a6ed1 in malloc (size=68) at gmalloc.c:969
#3  0x28a00c0d in pthread_mutex_init () from /lib/libpthread.so.2
#4  0x28a00daf in _pthread_mutex_init () from /lib/libpthread.so.2
#5  0x28a0a8a5 in pthread_setconcurrency () from /lib/libpthread.so.2
#6  0x28a045be in _pthread_mutex_lock () from /lib/libpthread.so.2
#7  0x28a007ca in pthread_once () from /lib/libpthread.so.2
#8  0x081a6ea1 in __malloc_initialize () at gmalloc.c:615
#9  0x081a6ed1 in malloc (size=68) at gmalloc.c:969
#10 0x28a00c0d in pthread_mutex_init () from /lib/libpthread.so.2
#11 0x28a00daf in _pthread_mutex_init () from /lib/libpthread.so.2
#12 0x28a0a8a5 in pthread_setconcurrency () from /lib/libpthread.so.2
#13 0x28a045be in _pthread_mutex_lock () from /lib/libpthread.so.2
#14 0x28a007ca in pthread_once () from /lib/libpthread.so.2
#15 0x081a6ea1 in __malloc_initialize () at gmalloc.c:615
#16 0x081a6ed1 in malloc (size=68) at gmalloc.c:969
#17 0x28a00c0d in pthread_mutex_init () from /lib/libpthread.so.2
#18 0x28a00daf in _pthread_mutex_init () from /lib/libpthread.so.2
#19 0x28a0a8a5 in pthread_setconcurrency () from /lib/libpthread.so.2
#20 0x28a045be in _pthread_mutex_lock () from /lib/libpthread.so.2
#21 0x28a007ca in pthread_once () from /lib/libpthread.so.2
#22 0x081a6ea1 in __malloc_initialize () at gmalloc.c:615
---Type <return> to continue, or q <return> to quit---

The rest of the backtrace contains the same recursive call to __malloc_initialize()


Thanks in advance,
Damien




reply via email to

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