I have found that my most recent build of XEmacs locks up when I try to
hexlify its buffer. This does not happen with the XEmacs from the SuSE-8
rpm. I've attached the output of gdb run as follows:
$ gdb `which xemacs`
(gdb) run
... [open file in XEmacs and try to hexlify the file. XEmacs locks up.]
Starting program: /usr/local/bin/xemacs
[C-c]
Program received signal SIGINT, Interrupt.
0x405f9344 in write () from /lib/libc.so.6
(gdb) where
[output is in the attached: xe.core]
I also included the file which is causing the problem. This may be some kind
of character encoding issue. That's what I was trying to determine when I
found this problem. If anybody believes this is a bug, please let me know
what other info you need from me.
I'm running "Linux mybox 2.4.18-64GB-SMP #1 SMP Wed Mar 27 13:58:12 UTC 2002
i686 unknown" Which is a P-4 box and SuSE 8, latest patches.
-- STH