Christian Hudon <Christian.Hudon.chudon(a)nt.com> writes in xemacs-beta(a)xemacs.org:
Hi,
I'm trying to build xemacs 21.0 beta59, but it dumps core during "testing
for lisp shadows".
This is usually an indication of problems during dump, but from the
looks of your stack backtrace, this doesn't appear to be the case.
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
Try adding the option `--with-xim=none' and see if that helps.
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?
I've built recent non-Mule ones on HP/UX 10.20. I don't know how
close that is.
...
#4 malloc (size=1074722608) at gmalloc.c:586
This is a malloc call for an absurd amount of space.
#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 ()
Frames 5 through 12 are in the libX library.
#12 0xdd444 in Initialize_Locale () at input-method-motif.c:63
This is the entry point for XEmacs XIM stuffs.