This crash hit me when I tried to save&quit from VM via menu.
--[[text/plain]]
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Please report this bug by running the send-pr script included
with XEmacs, or selecting `Send Bug Report' from the help menu.
As a last resort send ordinary email to `crashes(a)xemacs.org'.
*MAKE SURE* to include the information in the command
M-x describe-installation.
If at all possible, *please* try to obtain a C stack backtrace;
it will help us immensely in determining what went wrong.
To do this, locate the core file that was produced as a result
of this crash (it's usually called `core' and is located in the
directory in which you started the editor, or maybe in your home
directory), and type
gdb /opt/src/xemacs-21.0/src/xemacs core
then type `where' when the debugger prompt comes up.
(If you don't have GDB on your system, you might have DBX,
or XDB, or SDB. A similar procedure should work for all of
these. Ask your system administrator if you need more help.)
Lisp backtrace follows:
# (condition-case ... . error)
# (catch top-level ...)
--[[text/plain]]
gdb /opt/src/xemacs-21.0/src/xemacs core
Wildebeest is free software and you are welcome to distribute copies of
it under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for Wildebeest; type "show warranty"
for details.
Hewlett-Packard Wildebeest 0.75.02 (based on GDB 4.16)
(built for PA-RISC 1.1 or 2.0(narrow), HP-UX 11.00)
Copyright 1996, 1997 Free Software Foundation, Inc...
Core was generated by `xemacs'.
Program terminated with signal 11, Segmentation fault.
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.
Reading symbols from /usr/lib/Motif1.2_R6/libXm.3...done.
Reading symbols from /usr/lib/libcanna.sl...done.
Reading symbols from /usr/lib/libRKC.sl...done.
Reading symbols from /usr/dt/lib/libDtSvc.3...done.
Reading symbols from /usr/lib/libXm.4...done.
Reading symbols from /usr/lib/libXp.2...done.
Reading symbols from /usr/dt/lib/libtt.3...done.
Reading symbols from /usr/lib/libnsl.1...done.
Reading symbols from /usr/lib/libxti.2...done.
Reading symbols from /usr/lib/X11R6/libXt.3...done.
Reading symbols from /usr/lib/X11R6/libXext.3...done.
Reading symbols from /usr/lib/X11R6/libX11.3...done.
Reading symbols from /usr/lib/X11R6/libSM.2...done.
Reading symbols from /usr/lib/X11R6/libICE.2...done.
Reading symbols from /usr/lib/libm.2...done.
Reading symbols from /usr/lib/libc.2...done.
Reading symbols from /usr/lib/libdld.2...done.
Reading symbols from /usr/lib/libnss_dns.1...done.
Reading symbols from /usr/lib/libnss_nis.1...done.
Reading symbols from /usr/lib/libnss_files.1...done.
#0 0xc00f0a10 in kill () from /usr/lib/libc.2
#0 0xc00f0a10 in kill () from /usr/lib/libc.2
(gdb) where
#0 0xc00f0a10 in kill () from /usr/lib/libc.2
#1 0x9912c in fatal_error_signal ()
#2 <signal handler called>
#3 0xb2c20 in Fcharacter_to_event ()
#4 0x178df8 in event_matches_key_specifier_p ()
#5 0x109094 in command_builder_operate_menu_accelerator ()
#6 0x10ee38 in 2a5_1ffb_cl_command_builder_find_leaf ()
#7 0x10d960 in fd_1ffb_cl_lookup_command_event ()
#8 0x10b1c4 in Fdispatch_event ()
#9 0x75318 in command_loop_1 ()
#10 0xa1320 in condition_case_1 ()
#11 0x7489c in command_loop_2 ()
#12 0xa0e10 in internal_catch ()
#13 0x74ab4 in initial_command_loop ()
#14 0x99f6c in xemacs_21_0_hppa1_1_hp_hpux11_00 ()
#15 0xb9b44 in run_time_remap ()
#16 0x9b890 in main ()
Show replies by date