Eric Knauel <eric(a)macnews.de> writes:
Pressing the apostrophe key leads to a crash. That seems to
independent from the buffer mode, it happens in gnus and in all other
buffers. I can reproduce this behaviour at any time I want (which is
not very often ;-).
I loaded the core file with gdb (like XEmacs said) but "where" simply
says "No stack.".
you could try reproducing this crash with xemacs running under the
control of gdb, e.g.
$ gdb xemacs
(gdb) run -vanilla
[ reproduce crash ]
(gdb) where
that should give a backtrace.
thanks.
Gunnar