Ulrich Kaage <kaage(a)int.uni-karlsruhe.de> writes:
#0 0xef10800c in _libc_kill () from /lib/libc.so.1
(gdb) where
#0 0xef10800c in _libc_kill () from /lib/libc.so.1
#1 0xa3bfc in fatal_error_signal (sig=6) at emacs.c:293
#2 <signal handler called>
#3 0xef10800c in _libc_kill () from /lib/libc.so.1
#4 0xef0ba4ac in abort () from /lib/libc.so.1
#5 0xa6538 in syms_of_emacs () at emacs.c:2754
(gdb)
I am fairly sure this backtrace is broken. For me line 2754 is in
assert_failed which makes sense. Unortunatelely we don't know what assert
failed :-(. Do you have the complete crash output by chance?
Jan