On Thursday, December 10, SL Baur wrote
> 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.
It didn't help. It crashes elsewhere. I upgraded to beta 60 the latest sumo
packages and tried disabling various options in the hope of making if work.
I didn't succeed, but at least now the backtrace is shorter.
(/usr/local/bin/gcc is version 2.7.2) Hopefully this helps.
Christian
/configure --prefix=/u/bmtln135/chudon '--site-prefixes=/u/bmtln135/chudon
/usr/local/lib' --error-checking=all --compiler=/usr/local/bin/gcc
--without-toolbars --with-system-malloc
Program received signal SIGSEGV, Segmentation fault.
0x992a4 in make_uninit_string (length=18) at alloc.c:2153
2153 ALLOCATE_FIXED_TYPE (string, struct Lisp_String, s);
(gdb) bt
#0 0x992a4 in make_uninit_string (length=18) at alloc.c:2153
#1 0x99a84 in build_ext_string (str=0x12 "", fmt=1953235011) at alloc.c:2408
#2 0xb1e98 in init_callproc () at callproc.c:865
#3 0xdb2fc in xemacs_21_0_b60_hppa1_1_hp_hpux9_05 (argc=1, argv=0x7b033de4,
envp=0x0, restart=0) at emacs.c:1589
#4 0xdbda0 in main (argc=18, argv=0x746c0043, envp=0x0) at emacs.c:2122