Hi! I can send the core file as well if you need it. Thanks! Viktor
-----------------------------------------------------------------------------
uname -a: SunOS fsui02 5.6 Generic_105181-14 sun4u sparc SUNW,Ultra-Enterprise
./configure 'sparc-sun-solaris2.6' '--prefix=/usr/local'
'--bindir=/usr/local/bin/sparc-sun-solaris2.6'
'--site-prefixes=/usr/scratch/sect4/cgw/local'
XEmacs 21.1-p3 "Acadia" configured for `sparc-sun-solaris2.6'.
Where should the build process find the source code?
/usr/scratch/sect4/cgw/xemacs-21.1.3
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? cc -v -xO4
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 prefixes: /usr/scratch/sect4/cgw/local
Runtime library search path:
/usr/ccs/lib:/usr/dt/lib:/usr/openwin/lib:/opt/SUNWdt/lib
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 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 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.
------------------------------------------------------------------------
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 /home/viktor/tools/distrib/xemacs/bin/sparc-sun-solaris2.6/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 ...)
----------------------------------------------------------------------------
$ echo backtrace | gdb /home/viktor/tools/distrib/xemacs/bin/sparc-sun-solaris2.6/xemacs
core > stack
$ cat stack
GNU gdb 4.18
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 "sparc-sun-solaris2.7"...(no debugging symbols
found)...
Core was generated by `/home/viktorl/tools/distrib/xemacs/bin/sparc-sun-solaris2.6/xemacs
rules.cpp'.
Program terminated with signal 11, Segmentation Fault.
Reading symbols from /usr/lib/libXm.so.3...(no debugging symbols found)...done.
Reading symbols from /usr/dt/lib/libDtSvc.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/dt/lib/libtt.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libXmu.so.4...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libXt.so.4...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libXext.so.0...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libX11.so.4...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libSM.so.6...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libICE.so.6...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libkvm.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libkstat.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libsocket.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libnsl.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libelf.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libc.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libgen.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libm.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libmp.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1...(no debugging
symbols found)...
done.
#0 0xfed182c4 in _libc_kill () from /usr/lib/libc.so.1
(gdb) #0 0xfed182c4 in _libc_kill () from /usr/lib/libc.so.1
#1 0xa17f4 in fatal_error_signal ()
#2 <signal handler called>
#3 0x40744894 in ?? ()
#4 0xff2b6994 in FinishAction () from /usr/lib/libXm.so.3
#5 0xff041c30 in HandleActions () from /usr/lib/libXt.so.4
#6 0xff040a50 in HandleSimpleState () from /usr/lib/libXt.so.4
#7 0xff040528 in _XtTranslateEvent () from /usr/lib/libXt.so.4
#8 0xff04045c in XtDispatchEventToWidget () from /usr/lib/libXt.so.4
#9 0xff03fce8 in _XtDefaultDispatcher () from /usr/lib/libXt.so.4
#10 0xff03f810 in XtDispatchEvent () from /usr/lib/libXt.so.4
#11 0xff042fa0 in XtAppProcessEvent () from /usr/lib/libXt.so.4
#12 0x1fa1bc in emacs_Xt_event_pending_p ()
#13 0xe94b4 in Finput_pending_p ()
#14 0xb868c in funcall_recording_as ()
#15 0x7b174 in Fbyte_code ()
#16 0xbcdf4 in funcall_lambda ()
#17 0xb8b14 in funcall_recording_as ()
#18 0xbd2d0 in run_hook_with_args_in_buffer ()
#19 0xc07e4 in catch_them_squirmers_run_hook ()
#20 0xaca94 in condition_case_1 ()
#21 0xc0f98 in safe_run_hook_trapping_errors ()
#22 0xf17e0 in execute_command_event ()
#23 0xf2224 in Fdispatch_event ()
#24 0x8518c in Fcommand_loop_1 ()
#25 0xaca94 in condition_case_1 ()
#26 0x849a0 in command_loop_2 ()
#27 0xabdb8 in internal_catch ()
#28 0x84bb0 in initial_command_loop ()
#29 0xa2e68 in xemacs_21_1_p3_sparc_sun_solaris2_6 ()
#30 0xa37bc in main ()
(gdb)
Show replies by date