Ave> chaos 13:14 % gdb src/xemacs core
Ave> ...
Ave> Core was generated by `src/xemacs -vanilla'.
Ave> Program terminated with signal 11, Segmentation fault.
Ave> #0 0x40359661 in ?? ()
Ave> (gdb) where
Ave> #0 0x40359661 in ?? ()
Ave> Cannot access memory at address 0xbfffea18.
Stupid me, coredumpsize limit was unusually small...
Here's new one...
chaos 16:06 % gdb src/xemacs core
Core was generated by `src/xemacs -vanilla'.
Program terminated with signal 11, Segmentation fault.
find_solib: Can't read pathname for load map: Input/output error
#0 0x40359661 in ?? () from /lib/libc.so.6
(gdb) where
#0 0x40359661 in ?? () from /lib/libc.so.6
#1 0x80b1c9c in fatal_error_signal (sig=11) at emacs.c:262
#2 0xbfffeb14 in ?? ()
#3 0x81d96dd in size_menu (mw=0x0, level=0) at xlwmenu.c:2025
(gdb)
Show replies by date