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

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

Re: core dump in drop down menus


From: Eli Zaretskii
Subject: Re: core dump in drop down menus
Date: Sun, 27 Jan 2002 10:36:13 +0200 (IST)

> From: "Walter C. Pelissero" <walter@pelissero.org>
> Date: Fri, 25 Jan 2002 14:25:52 +0000
> 
> Playing around with pull down menus it dumps a core (sig 11).  Not
> easy to reproduce.

Thank you for your report.

Unfortunately, the backtrace you sent is not useful, probably because
all your libraries and Emacs itself were stripped of debugging symbols,
as these GDB messages indicate:

> (no debugging symbols found)...
> Core was generated by `emacs'.
> Program terminated with signal 11, Segmentation fault.
> Reading symbols from /usr/X11R6/lib/libXaw3d.so.7...
> (no debugging symbols found)...done.

Can you find an unstripped Emacs binary, perhaps in the source tree
where it was built, and use that to produce a more meaningful
backtrace?  The command should be something like this:

  gdb /PATH/TO/EMACS/SOURCES/emacs-21.1/src/emacs emacs.core



reply via email to

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