bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs dumps core on exit under solaris 2.8


From: Richard Stallman
Subject: Re: emacs dumps core on exit under solaris 2.8
Date: Thu, 07 Nov 2002 10:08:37 -0500

    #0  0xfec9be4c in _libc_kill () from /usr/lib/libc.so.1
    #1  0x000d8ba8 in fatal_error_signal (sig=11) at emacs.c:354
    #2  <signal handler called>
    #3  0x0004449c in __do_global_dtors_aux ()
    #4  0x001b0760 in _fini ()
    #5  0xfec1b968 in _exithandle () from /usr/lib/libc.so.1
    #6  0xfec9bdf0 in exit () from /usr/lib/libc.so.1

It looks like this is a matter of an error in the cleanup routine of
some library.  In cases like these, often the innermost stack frame
before the signal is not visible.  That stack frame might tell us
which library has the problem.

If you put a breakpoint at the start of __do_global_dtors_aux and then
step with si to see what functions it calls, you may be able to tell
which library it is.




reply via email to

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