Script started on Wed Apr 2 21:13:02 2003 bash$ gdb `which xemacs` xemacs-21.1.14.core GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... warning: core file may not match specified executable file. Core was generated by `xemacs-21.1.14'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/X11R6/lib/libXaw.so.7... (no debugging symbols found)...done. Reading symbols from /usr/local/lib/libcompface.so.1... (no debugging symbols found)...done. Reading symbols from /usr/local/lib/libtiff.so.4... (no debugging symbols found)...done. Reading symbols from /usr/local/lib/libpng.so.5... (no debugging symbols found)...done. Reading symbols from /usr/local/lib/libjpeg.so.9... (no debugging symbols found)...done. Reading symbols from /usr/lib/libz.so.2...(no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXpm.so.4... (no debugging symbols found)...done. ---Type to continue, or q to quit--- Reading symbols from /usr/X11R6/lib/libXmu.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXt.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXext.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libX11.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libSM.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libICE.so.6... (no debugging symbols found)...done. Reading symbols from /usr/lib/libncurses.so.5...(no debugging symbols found)... done. Reading symbols from /usr/lib/libkvm.so.2...(no debugging symbols found)... done. Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libutil.so.3...(no debugging symbols found)... done. Reading symbols from /usr/lib/libxpg4.so.3...(no debugging symbols found)... done. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXThrStub.so.6... ---Type to continue, or q to quit--- (no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x2844ab78 in kill () from /usr/lib/libc.so.4 (gdb) where #0 0x2844ab78 in kill () from /usr/lib/libc.so.4 #1 0x806f73c in XMapRaised () #2 0xbfbfffac in ?? () #3 0x80080b74 in ?? () Cannot access memory at address 0x34bfbfed. (gdb) exit Undefined command: "exit". Try "help". (gdb) quit bash$ exit Script done on Wed Apr 2 21:13:35 2003