In the past, I've successfully built XEmacs versions 21.4.9 &
21.5-b9. However, I cannot build them anymore without --pdump. If I
compile with --pdump I get an executable. However, when I try to run
the executable I get a core dump immediately. They run fine in a
terminal (i.e. xemacs -nw). The results of the run are given in files
xemacs-21.4.9-pdump & xemacs-21.5.9-pdump.
If I compile without --pdump I get an error when the
compilation process reaches:
Dumping under the name xemacs
Testing for Lisp shadows...
The results of the compilation are given in the attached files
xemacs-21.4.9 and xemacs-21.5-b9.
Tom
--
Thomas Olsen email: tolsen(a)nas.nasa.gov
ELORET Corp. Phone: (650)604-1043
NASA Ames Research Center
<640 tolsen@oct202:XEmacs/xemacs-21.4.9> src/xemacs -vanilla
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 /u/wk/tolsen/gnu/src/XEmacs/xemacs-21.4.9/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-device(x nil)
# bind (display)
make-x-device(nil)
init-x-win()
# bind (debugger debug-on-error command-line-args-left)
command-line()
# (condition-case ... . ((t (byte-code " Â" ... 1))))
# bind (error-data)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault (core dumped)
<641 tolsen@oct202:XEmacs/xemacs-21.4.9> gdb
/u/wk/tolsen/gnu/src/XEmacs/xemacs-21.4.9/src/xemacs core
GNU gdb 5.1.1
Copyright 2002 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 "mips-sgi-irix6.5"...
Core was generated by `xemacs'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib32/libXm.so.1...done.
Reading symbols from /u/wk/tolsen/aux/lib32/libpng.so.2.1.0.9...done.
Reading symbols from /u/wk/tolsen/aux/lib32/libjpeg.so...done.
Reading symbols from /u/wk/tolsen/aux/lib32/libz.so.1.1.4...done.
Reading symbols from /usr/lib32/libXmu.so...done.
Reading symbols from /usr/lib32/libXt.so...done.
Reading symbols from /usr/lib32/libXext.so...done.
Reading symbols from /usr/lib32/libX11.so.1...done.
Reading symbols from /usr/lib32/libdb.so...done.
Reading symbols from /usr/lib32/libcurses.so...done.
Reading symbols from /usr/lib32/libaudio.so...done.
Reading symbols from /usr/lib32/libm.so...done.
Reading symbols from /usr/lib32/libc.so.1...done.
Reading symbols from /usr/local/lib/libgcc_s.so.1...done.
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/lib32/libgen.so...done.
#0 0x0fa460b8 in kill () at regcomp.c:637
637 regcomp.c: No such file or directory.
in regcomp.c
(gdb) where
#0 0x0fa460b8 in kill () at regcomp.c:637
#1 0x10087f34 in fatal_error_signal ()
(gdb) quit
DESCRIBE INSTALLATION (for 21.4.9 compiled without --pdump).
Also, today: uname -a: IRIX64 oct202 6.5 07121149 IP30
uname -a: IRIX64 oct202 6.5 01091821 IP30
./configure '--prefix=/u/wk/tolsen/gnu' '--with-gcc'
'--site-prefixes=/u/wk/tolsen/aux' '--dynamic=no' '--cflags=-O3 -Wall
-Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith'
XEmacs 21.4.9 "Informed Management" configured for `mips-sgi-irix6.5'.
Compilation / Installation:
Source code location: /u/wk/tolsen/gnu/src/xemacs-21.4.9
Installation prefix: /u/wk/tolsen/gnu
Additional prefixes: /u/wk/tolsen/aux
Operating system description file: `s/irix6-0.h'
Machine description file: `m/iris6d.h'
Compiler: gcc -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith
Relocating allocator for buffers: yes
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location:
- X Windows libraries location:
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for DBM.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
<660 tolsen@oct202:XEmacs/xemacs-21.5.9> src/xemacs -vanilla
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 /u/wk/tolsen/gnu/src/XEmacs/xemacs-21.5.9/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:
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
make-device(x nil)
# bind (display)
make-x-device(nil)
init-x-win()
# bind (debugger debug-on-error command-line-args-left)
command-line()
# (condition-case ... . ((t (byte-code " Â" [error-data data nil]
1))))
# bind (error-data)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault (core dumped)
<661 tolsen@oct202:XEmacs/xemacs-21.5.9> gdb
/u/wk/tolsen/gnu/src/XEmacs/xemacs-21.5.9/src/xemacs core
GNU gdb 5.1.1
Copyright 2002 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 "mips-sgi-irix6.5"...
Core was generated by `xemacs'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib32/libXm.so.1...done.
Reading symbols from /u/wk/tolsen/aux/lib32/libpng.so.2.1.0.9...done.
Reading symbols from /u/wk/tolsen/aux/lib32/libjpeg.so...done.
Reading symbols from /u/wk/tolsen/aux/lib32/libz.so.1.1.4...done.
Reading symbols from /usr/lib32/libXmu.so...done.
Reading symbols from /usr/lib32/libXt.so...done.
Reading symbols from /usr/lib32/libXext.so...done.
Reading symbols from /usr/lib32/libX11.so.1...done.
Reading symbols from /usr/lib32/libdb.so...done.
Reading symbols from /usr/lib32/libcurses.so...done.
Reading symbols from /usr/lib32/libaudio.so...done.
Reading symbols from /usr/lib32/libm.so...done.
Reading symbols from /usr/lib32/libc.so.1...done.
Reading symbols from /usr/local/lib/libgcc_s.so.1...done.
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/lib32/libgen.so...done.
#0 0x0fa460b8 in kill () at regcomp.c:637
637 regcomp.c: No such file or directory.
in regcomp.c
(gdb) where
#0 0x0fa460b8 in kill () at regcomp.c:637
#1 0x100a319c in fatal_error_signal (sig=11) at emacs.c:3424
(gdb) quit
DESCRIBE INSTALLATION (for 21.5.9 compiled without --pdump).
Also, today: uname -a: IRIX64 oct202 6.5 07121149 IP30
uname -a: IRIX64 oct202 6.5 01091821 IP30
./configure '--prefix=/u/wk/tolsen/gnu'
'--site-includes=/u/wk/tolsen/aux/include'
'--site-libraries=/u/wk/tolsen/aux/lib32' '--with-gcc'
'--dynamic=no' '--use-kkcc' '--error-checking=none'
XEmacs 21.5-b9 "brussels sprouts" configured for `mips-sgi-irix6.5'.
Compilation / Installation:
Source code location: /u/wk/tolsen/gnu/src/xemacs-21.5.9
Installation prefix: /u/wk/tolsen/gnu
Additional header files: /u/wk/tolsen/aux/include
Additional libraries: /u/wk/tolsen/aux/lib32
Operating system description file: `s/irix6-0.h'
Machine description file: `m/iris6d.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith
Relocating allocator for buffers: yes
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location:
- X Windows libraries location:
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for DBM.
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC algorithms.
Compiling in support for extra debugging code.