Hi,
I'm trying to build xemacs 21.0 beta59, but it dumps core during "testing
for lisp shadows".
Xemacs was compiled using egcs 1.1b on a HP/UX 9.05 machine. It was configured
as follows:
/configure --prefix=/u/bmtln135/chudon
'--site-prefixes=/u/bmtln135/chudon /usr/local/lib' --error-checking=none
--with-mule --with-xfs
The xemacs-sumo-19981014.tar.gz file is installed as ~/lib/xemacs
Has anyone had success building recent xemacs 21.0 betas on HP/UX 9?
Christian
PS It also crashes when compiled with gcc 2.7.2 and without mule, so these
egcs and mule don't seem to be the problem.
$make
[snip]
Testing for Lisp shadows ...
/bin/sh: 21427 Memory fault - core dumped
make[2]: Leaving directory `/var/chudon/xemacs-21.0-beta/src'
make[1]: Leaving directory `/var/chudon/xemacs-21.0-beta/src'
Building finder database ...
/bin/sh: 21431 Memory fault - core dumped
make: *** [lisp/finder-inf.el] Error 139
Exit 2
chudon@bmtlh647:[~/h647/xemacs-21.0-beta] >cd src
chudon@bmtlh647:[~/h647/xemacs-21.0-beta/src] >/usr/local/bin/gdb xemacs core
GDB is free software and you are welcome to 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.
GDB 4.16 (hppa1.1-hp-hpux9.05), Copyright 1996 Free Software Foundation, Inc...
Core was generated by `xemacs'.
Program terminated with signal 11, Segmentation fault.
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.
Reading symbols from ./xemacs...done.
Reading symbols from /usr/lib/Motif1.2/libXm.sl...done.
Reading symbols from /usr/local/pkg/X11/R5/lib/libXmu.sl...done.
Reading symbols from /usr/local/pkg/X11/R5/lib/libXt.sl...done.
Reading symbols from /usr/local/pkg/X11/R5/lib/libXext.sl...done.
Reading symbols from /usr/local/pkg/X11/R5/lib/libX11.sl...done.
Reading symbols from /usr/lib/libdld.sl...done.
Reading symbols from /usr/lib/libdbm.sl...done.
Reading symbols from /lib/libc.sl...done.
#0 0x1a544c in reset_all_consoles () at sysdep.c:1941
1941 struct console *con = XCONSOLE (XCAR (concons));
(gdb) bt
#0 0x1a544c in reset_all_consoles () at sysdep.c:1941
#1 0xa5f6c in shut_down_emacs (sig=1452172, stuff=-1609445372) at emacs.c:2247
#2 0xa719c in fatal_error_signal (sig=11) at emacs.c:243
#3 <signal handler called>
#4 malloc (size=1074722608) at gmalloc.c:586
#5 0x80b8fb90 in LoadLocaleName ()
#6 0x80b8fa04 in _XlcLoadLocale ()
#7 0x80b91138 in _XlcGetLocaleDB ()
#8 0x80b91434 in _XlcMakeLocale ()
#9 0x80b8f3f4 in _XlcDefaultLoader ()
#10 0x80b7fa3c in _XlcCurrentLC ()
#11 0x80b7f660 in XSupportsLocale ()
#12 0xdd444 in Initialize_Locale () at input-method-motif.c:63
#13 0x1b4434 in init_event_Xt_late () at event-Xt.c:2966
#14 0xf1b50 in init_event_stream () at event-stream.c:5404
#15 0xa5488 in xemacs_21_0_b59_hppa1_1_hp_hpux9_05 (argc=5, argv=0x7b033eec,
envp=0x7b0067d1, restart=0) at emacs.c:1611
#16 0xa7510 in main (argc=5, argv=0x7b033eec, envp=0x7b033f04) at emacs.c:2122
Show replies by date