Kaoru Fukui <k_fukui(a)highway.ne.jp> writes:
Hi!
I always use canna on xemacs.
Often I head form sameone [Wnn could not use on xemacs powerpc.]
I know no problem use Wnn on pc-linux.
I tried using Wnn on xemacs-21.0-b46 mklinux.
When that time,I had Segmentaion Faut.
Please howto fix.
Lisp backtrace follows:
wnn-server-open("localhost" "root")
# bind (hostname)
...
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld.so.1...done.
...
Reading symbols from /lib/libnss_files.so.1...done.
#0 0x2b487fd8 in kill ()
(gdb) where
#0 0x2b487fd8 in kill ()
#1 0x186b758 in fatal_error_signal (sig=11)
at /wk-xemacs/xemacs-21.0-b46/src/emacs.c:262
#2 <signal handler called>
#3 0x2998b5e4 in ?? ()
Another gloriously informative stackbacktrace courtesy of GNU libc,
cool ... :-(
Fukuisan, could you please try running XEmacs under the debugger and
sending the stackbacktrace you get there? Debugging coredumps of
binaries linked against GNU libc is usually futile, but sometimes you
can get lucky if you can force a coredump while running under the
debugger. Thanks.