I used the same `configure' command as I had done (successfully) for
21.2-b13, but got a segmentation fault when `Testing for Lisp
shadows'. Details:
****************************************************************
uname -a: SunOS ahoward 5.5 Generic_103093-25 sun4m sparc SUNW,SPARCstation-10
./configure '--prefix=/afs/nd.edu/user4/jpalmier' '--site-includes=/afs/nd.edu/user4/jpalmier/lib/include' '--site-libraries=/afs/nd.edu/user4/jpalmier/lib/lib' '--x-includes=/usr/openwin/include' '--with-cde=no' '--package-path=/afs/nd.edu/user4/jpalmier/lib/xemacs/xemacs-packages'
XEmacs 21.2-b14 "Dionysos" configured for `sparc-sun-solaris2.5'.
Where should the build process find the source code? /afs/nd.edu/user4/jpalmier/silly/transfers/xemacs-21.2.14
What installation prefix should install use? /afs/nd.edu/user4/jpalmier
What operating system and machine description files should XEmacs use?
`s/sol2.h' and `m/sparc.h'
What compiler should XEmacs be built with? gcc -g -O3 -Wall -Wno-switch
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: /afs/nd.edu/user4/jpalmier/lib/include
Additional libraries: /afs/nd.edu/user4/jpalmier/lib/lib
Runtime library search path: /afs/nd.edu/user4/jpalmier/lib/lib:/usr/dt/lib:/usr/openwin/lib:/usr/local/src/gnu96/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 ToolTalk.
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.
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: ---------------------------------------------------------
****************************************************************
`make' seems to look okay until here:
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
Testing for Lisp shadows ...
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 /afs/nd.edu/user4/jpalmier/silly/transfers/xemacs-21.2.14/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:
make[1]: *** [xemacs] Segmentation fault (core dumped)
make[1]: *** Deleting file `xemacs'
make[1]: Leaving directory `/afs/nd.edu/user4/jpalmier/silly/transfers/xemacs-21.2.14/src'
make: *** [src] Error 2
****************************************************************
I then repeated this, and when it got to the part about `Testing for
Lisp shadows ...', I hit ctrl-Z, made a copy of src/xemacs, resumed
the make process, which deleted src/xemacs. So I renamed the copy I'd
made to src/xemacs, and ran `gdb src/xemacs src/core':
GNU gdb 4.17
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.5.1"...
Core was generated by `./xemacs -batch -vanilla -f list-load-path-shadows'.
Program terminated with signal 11, Segmentation Fault.
Reading symbols from /opt/dt/lib/libXm.so.3...done.
Reading symbols from /afs/nd.edu/user4/jpalmier/lib/lib/libpng.so.2...done.
Reading symbols from /afs/nd.edu/user4/jpalmier/lib/lib/libXpm.so.4.11...done.
Reading symbols from /usr/openwin/lib/libtt.so.2...done.
Reading symbols from /usr/openwin/lib/libXmu.so.4...done.
Reading symbols from /usr/openwin/lib/libXt.so.4...done.
Reading symbols from /usr/openwin/lib/libXext.so.0...done.
Reading symbols from /usr/openwin/lib/libX11.so.4...done.
Reading symbols from /usr/X11R6/lib/libSM.so.6.0...done.
Reading symbols from /usr/X11R6/lib/libICE.so.6.0...done.
Reading symbols from /usr/lib/libdl.so.1...done.
Reading symbols from /usr/lib/libkvm.so.1...done.
Reading symbols from /usr/lib/libkstat.so.1...done.
Reading symbols from /opt/SUNWspro/lib/libm.so.1...done.
Reading symbols from /usr/lib/libsocket.so.1...done.
Reading symbols from /usr/lib/libnsl.so.1...done.
Reading symbols from /usr/lib/libelf.so.1...done.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/lib/libw.so.1...done.
Reading symbols from /usr/lib/libintl.so.1...done.
Reading symbols from /usr/lib/libmp.so.1...done.
#0 0xef1b4688 in _kill ()
(gdb) where
#0 0xef1b4688 in _kill ()
#1 0x92b90 in fatal_error_signal (sig=11) at emacs.c:271
#2 <signal handler called>
#3 0x219470 in _free_internal (ptr=0x375600) at gmalloc.c:900
#4 0x219ac0 in free (ptr=0x375600) at gmalloc.c:949
#5 0x4c1b4 in sweep_lcrecords_1 (prev=0x558d48, used=0xefffd1f0)
at alloc.c:324
#6 0x4dcc0 in garbage_collect_1 () at alloc.c:3146
#7 0x9a320 in Feval (form=5966852) at eval.c:2910
#8 0x162dc0 in readevalloop (readcharfun=5623552, sourcename=5955908,
evalfun=0x99d98 <Feval>, printflag=0) at lread.c:1454
#9 0x161048 in Fload_internal (file=5955908, no_error=3282976,
nomessage=3282976, nosuffix=3282948, codesys=1, used_codesys=11)
at lread.c:743
#10 0x9b2c4 in Ffuncall (nargs=6, args=0xefffd7c4) at eval.c:3189
#11 0x5f768 in execute_optimized_program (program=0xefffd7c4 "",
stack_depth=6, constants_data=0x4b3bd4) at bytecode.c:754
#12 0x5eeac in funcall_compiled_function (fun=4942468, nargs=3,
args=0xefffda2c) at bytecode.c:530
#13 0x9b3c0 in Ffuncall (nargs=3, args=0xefffda1c) at eval.c:3221
#14 0x5f768 in execute_optimized_program (program=0xefffda1c "",
stack_depth=3, constants_data=0x36a834) at bytecode.c:754
#15 0x639b0 in Fbyte_code (instructions=-268444896, constants=3581984,
stack_depth=4) at bytecode.c:2404
#16 0x9a8a8 in Feval (form=3699748) at eval.c:2986
#17 0x9697c in condition_case_1 (handlers=3700196, bfun=0x99d98 <Feval>,
barg=3699748, hfun=0x96a18 <run_condition_case_handlers>, harg=3283060)
at eval.c:1640
#18 0x96f34 in condition_case_3 (bodyform=3699748, var=3283060,
handlers=3700196) at eval.c:1718
#19 0x604c4 in execute_rare_opcode (stack_ptr=0xefffdf14,
program_ptr=0x558a61 ")\207isp/pcl-cvs/site-init", opcode=Bcondition_case)
at bytecode.c:1279
#20 0x5f430 in execute_optimized_program (program=0xefffdf1c "",
stack_depth=143, constants_data=0x36b054) at bytecode.c:664
#21 0x5eeac in funcall_compiled_function (fun=3801572, nargs=1,
args=0xefffe170) at bytecode.c:530
#22 0x9b3c0 in Ffuncall (nargs=1, args=0xefffe168) at eval.c:3221
#23 0x11b088 in mapcar1 (leni=75, vals=0x0, fn=13, seq=5066900) at fns.c:3065
#24 0x11db1c in Fmapc (fn=3801572, seq=4176996) at fns.c:3178
#25 0x9b1f8 in Ffuncall (nargs=2, args=0xefffe304) at eval.c:3189
#26 0x5f768 in execute_optimized_program (program=0xefffe304 "",
stack_depth=2, constants_data=0x36a814) at bytecode.c:754
#27 0x5eeac in funcall_compiled_function (fun=3801604, nargs=2,
args=0xefffe558) at bytecode.c:530
#28 0x9b3c0 in Ffuncall (nargs=2, args=0xefffe54c) at eval.c:3221
#29 0x5f768 in execute_optimized_program (program=0xefffe54c "",
stack_depth=2, constants_data=0x3a1014) at bytecode.c:754
#30 0x5eeac in funcall_compiled_function (fun=3801636, nargs=1,
args=0xefffe79c) at bytecode.c:530
#31 0x9b3c0 in Ffuncall (nargs=1, args=0xefffe794) at eval.c:3221
#32 0x5f768 in execute_optimized_program (program=0xefffe794 "",
stack_depth=1, constants_data=0x4a5f14) at bytecode.c:754
#33 0x5eeac in funcall_compiled_function (fun=4814212, nargs=0,
args=0xefffe938) at bytecode.c:530
#34 0x9ac38 in Feval (form=4579108) at eval.c:3045
#35 0x9697c in condition_case_1 (handlers=3283060, bfun=0x99d98 <Feval>,
barg=4579108, hfun=0x6e104 <cmd_error>, harg=3282948) at eval.c:1640
#36 0x6e190 in top_level_1 (dummy=3282948) at cmdloop.c:205
#37 0xa02fc in internal_catch (tag=3367756, func=0x6e158 <top_level_1>,
arg=3282948, threw=0x0) at eval.c:1315
#38 0x6cc60 in initial_command_loop (load_me=450904) at cmdloop.c:284
#39 0x90be8 in xemacs_21_2_b14_sparc_sun_solaris2_5 (argc=5, argv=0xefffef34,
envp=0xefffef4c, restart=0) at emacs.c:1742
#40 0x92d80 in main (argc=5, argv=0xefffef34, envp=0xefffef4c) at emacs.c:2164