(emacs-version) "XEmacs 21.2 (beta31) \"Iris\" [Lucid]
(i686-pc-linux, Mule) of Wed Mar 15 2000 on buck"
When I typed "q y" in Ediff control buffer, XEmacs crashed.
I cannot reproduce it.
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
If you have access to the PROBLEMS file that came with your
version of XEmacs, please check to see if your crash is described
there, as there may be a workaround available.
Otherwise, 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/local/bin/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 ...)
(gdb) bt
#0 0x4040d911 in kill () from /lib/libc.so.6
#1 0x80c21bd in fatal_error_signal (sig=11) at emacs.c:272
#2 0x4040d848 in sigaction () from /lib/libc.so.6
#3 0x81ede49 in x_event_to_emacs_event (x_event=0xbffff59c,
emacs_event=0x92d5a08) at event-Xt.c:1170
#4 0x81f0ccb in emacs_Xt_event_handler (wid=0x9490530, closure=0x0,
event=0xbffff59c, continue_to_dispatch=0xbffff48b "\001")
at event-Xt.c:2619
#5 0x40212b6d in XtDispatchEventToWidget () from /usr/X11R6/lib/libXt.so.6
#6 0x402134ee in _XtOnGrabList () from /usr/X11R6/lib/libXt.so.6
#7 0x40213738 in XtDispatchEvent () from /usr/X11R6/lib/libXt.so.6
#8 0x4021df51 in XtAppProcessEvent () from /usr/X11R6/lib/libXt.so.6
#9 0x81ef933 in emacs_Xt_next_event (emacs_event=0x92d57c4) at event-Xt.c:2571
#10 0x8113c00 in event_stream_next_event (event=0x92d57c4)
at event-stream.c:501
#11 0x8115ae9 in next_event_internal (target_event=153966532, allow_queued=1)
at event-stream.c:1960
#12 0x811604d in Fnext_event (event=153966532, prompt=137204316)
at event-stream.c:2174
#13 0x80a54b7 in Fcommand_loop_1 () at cmdloop.c:565
#14 0x80a5783 in command_loop_1 (dummy=137204316) at cmdloop.c:490
#15 0x80c42b4 in condition_case_1 (handlers=137204412,
bfun=0x80a5740 <command_loop_1>, barg=137204316,
hfun=0x80a4910 <cmd_error>, harg=137204316) at eval.c:1644
#16 0x80a58b4 in command_loop_2 (dummy=137204316) at cmdloop.c:252
#17 0x80c4093 in internal_catch (tag=137278436,
func=0x80a5870 <command_loop_2>, arg=137204316, threw=0x0) at eval.c:1309
#18 0x80a4d0a in initial_command_loop (load_me=137204316) at cmdloop.c:301
#19 0x80c03d1 in xemacs_21_2_b31_i686_pc_linux () at emacs.c:1828
#20 0x80c0c1f in main () at emacs.c:2254
#21 0x40407a42 in __libc_start_main () from /lib/libc.so.6
uname -a: Linux buck 2.2.14 #4 Sun Mar 12 10:02:54 JST 2000 i686 unknown
./configure '--prefix=/opt/local' '--with-mule'
'--site-includes=/usr/include/postgresql' '--with-canna=no'
'--with-wnn=no'
XEmacs 21.2-b31 "Iris" configured for `i686-pc-linux'.
Where should the build process find the source code? /src/xemacs
What installation prefix should install use? /opt/local
What operating system and machine description files should XEmacs use?
`s/linux.h' and `m/intel386.h'
What compiler should XEmacs be built with? gcc -g -O3 -Wall -Wno-switch
-Wpointer-arith -Winline -Wmissing-prototypes -Wshadow
Should XEmacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should XEmacs use the relocating allocator for buffers? no
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/X11R6/include
Where do we find X Windows libraries? /usr/X11R6/lib
Additional header files: /usr/include/postgresql
Athena library to link: Xaw
Athena header include path: X11/Xaw
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for PNG image handling.
Compiling in support for (builtin) GIF image handling.
Compiling in support for JPEG image handling.
Compiling in support for TIFF image handling.
Compiling in support for X-Face message headers.
Compiling in native sound support.
Compiling in support for Enlightened Sound Daemon (ESD).
Compiling in support for Berkeley DB.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
Compiling in support for ncurses.
Compiling in Mule (multi-lingual) support.
Compiling in XIM (X11R5+ I18N input method) support.
Using raw Xlib to provide XIM support.
Compiling in support for proper WM_COMMAND handling.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif native widgets.
Using Motif dialog boxes.
Compiling in dynamic shared object module support.
movemail will use "dot-locking" for locking mail spool files.
Compiling in extra code for debugging.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
--
Yoshiki Hayashi