Some time ago I sent in a report which I have attached below. This describes a
crash I have experienced several times, each time caused be (accidentally) doing
a mouse paste to within the primary selection region (i.e. the text I was trying
to copy).
Here is the result of M-x describe-installation:
uname -a: SunOS tigris 5.6 Generic_105181-03 sun4u sparc SUNW,Ultra-250
./configure '--compiler=/opt/SUNWspro/bin/acc' '--dynamic=yes'
'--prefix=/usr/local' '--site-includes=/usr/local/include'
'--site-libraries=/usr/local/lib' '--cflags=-O' '--with-tooltalk'
'--with-sparcworks'
XEmacs 21.1.6 "Big Bend" configured for `sparc-sun-solaris2.6'.
Where should the build process find the source code?
/user/lkind/compile/xemacs-21.1.6
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/sol2.h' and `m/sparc.h'
What compiler should XEmacs be built with? /opt/SUNWspro/bin/acc
-O
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/dt/include
/usr/openwin/include
Where do we find X Windows libraries? /usr/dt/lib
/usr/openwin/lib
Additional header files: /usr/local/include
Additional libraries: /usr/local/lib
Runtime library search path:
/usr/local/lib:/usr/ccs/lib:/usr/dt/lib:/usr/openwin/lib:/opt/SUNWdt/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
--------------------------------------------------------------------
WARNING: Compiling without PNG image support.
WARNING: You should strongly consider installing the PNG libraries.
WARNING: Otherwise certain images and glyphs may not display.
WARNING: (a copy may be found in
ftp://ftp.xemacs.org/pub/xemacs/aux)
--------------------------------------------------------------------
Compiling in support for (builtin) GIF image handling.
Compiling in native sound support.
Compiling in support for Berkeley DB.
Compiling in support for DBM.
Compiling in support for CDE.
Compiling in support for ToolTalk.
Compiling in EXPERIMENTAL support for Drag'n'Drop ( CDE ).
Compiling in support for Sun WorkShop.
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Compiling in DLL support.
movemail will use "dot-locking" for locking mail spool files.
Here is the original message:
Date: Thu, 6 Sep 2001 15:54:48 +0100 (BST)
From: Ivor Caldwell <icaldwel(a)mailhub.csl.co.uk>
To: crashes(a)xemacs.org
Mime-Version: 1.0
Content-MD5: 1/HxdSfAjsQQ2PTOArE8ng==
(1) CRASH PRINTOUT:
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 /usr/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:
input-pending-p()
paren-highlight()
# (condition-case ... . error)
# (condition-case ... . error)
# (catch top-level ...)
(2) C BACKTRACE:
#0 0xef10800c in _kill ()
#1 0x744d0 in fatal_error_signal ()
#2 <signal handler called>
#3 0xef6b5960 in DragMotionProto ()
#4 0xef6b5f10 in FinishAction ()
#5 0xef45687c in HandleActions ()
#6 0xef456fb8 in HandleSimpleState ()
#7 0xef4576b0 in _XtTranslateEvent ()
#8 0xef42cf60 in XtDispatchEventToWidget ()
#9 0xef42db9c in _XtDefaultDispatcher ()
#10 0xef42de44 in XtDispatchEvent ()
#11 0xef43bc54 in XtAppProcessEvent ()
#12 0x1409d8 in drain_X_queue ()
#13 0x140b1c in emacs_Xt_event_pending_p ()
#14 0xa3450 in event_stream_event_pending_p ()
#15 0xa3fc8 in detect_input_pending ()
#16 0xa40ac in Finput_pending_p ()
#17 0x7bda0 in funcall_recording_as ()
#18 0x5446c in Fbyte_code ()
#19 0x7cca0 in funcall_lambda ()
#20 0x7bf18 in funcall_recording_as ()
#21 0x7cfa4 in run_hook_with_args_in_buffer ()
#22 0x7ccd8 in Frun_hooks ()
#23 0x7d254 in run_hook ()
#24 0x7dcc0 in catch_them_squirmers_run_hook ()
#25 0x79388 in condition_case_1 ()
#26 0x7df1c in safe_run_hook_trapping_errors ()
#27 0xa91f4 in post_command_hook ()
#28 0xa90ac in execute_command_event ()
#29 0xa96a4 in Fdispatch_event ()
#30 0x5d0ac in Fcommand_loop_1 ()
#31 0x79388 in condition_case_1 ()
#32 0x5c8cc in command_loop_3 ()
#33 0x5c900 in command_loop_2 ()
#34 0x79000 in internal_catch ()
#35 0x5cb28 in initial_command_loop ()
#36 0x758cc in xemacs_21_1_6_sparc_sun_solaris2_6 ()
#37 0x760f0 in main ()
(3) OUTPUT OF M-x describe-installation:
uname -a: SunOS tigris 5.6 Generic_105181-03 sun4u sparc SUNW,Ultra-250
./configure '--compiler=/opt/SUNWspro/bin/acc' '--dynamic=yes'
'--prefix=/usr/local' '--site-includes=/usr/local/include'
'--site-libraries=/usr/local/lib' '--cflags=-O' '--with-tooltalk'
'--with-sparcworks'
XEmacs 21.1.6 "Big Bend" configured for `sparc-sun-solaris2.6'.
Where should the build process find the source code?
/user/lkind/compile/xemacs-21.1.6
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/sol2.h' and `m/sparc.h'
What compiler should XEmacs be built with? /opt/SUNWspro/bin/acc
-O
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/dt/include
/usr/openwin/include
Where do we find X Windows libraries? /usr/dt/lib
/usr/openwin/lib
Additional header files: /usr/local/include
Additional libraries: /usr/local/lib
Runtime library search path:
/usr/local/lib:/usr/ccs/lib:/usr/dt/lib:/usr/openwin/lib:/opt/SUNWdt/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
--------------------------------------------------------------------
WARNING: Compiling without PNG image support.
WARNING: You should strongly consider installing the PNG libraries.
WARNING: Otherwise certain images and glyphs may not display.
WARNING: (a copy may be found in
ftp://ftp.xemacs.org/pub/xemacs/aux)
--------------------------------------------------------------------
Compiling in support for (builtin) GIF image handling.
Compiling in native sound support.
Compiling in support for Berkeley DB.
Compiling in support for DBM.
Compiling in support for CDE.
Compiling in support for ToolTalk.
Compiling in EXPERIMENTAL support for Drag'n'Drop ( CDE ).
Compiling in support for Sun WorkShop.
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Compiling in DLL support.
movemail will use "dot-locking" for locking mail spool files.
Thanks,
Ivor Caldwell