>>>> "Y" == Yoshiki Hayashi
<yoshiki(a)xemacs.org> writes:
Y> I forgot to send this yesterday.
Y> I was using SKK. It seems I hit C-SPC when it crashed. I
Y> don't think I did something special. I cannot reproduce
Y> this.
Y> When the crash occured,
Y> xemacs/src/CVS/Entries says:
Y> /ChangeLog/1.154.2.480/Fri Mar 3 07:24:57 2000//Trelease-21-2
If you have occasional obscure gc crashes, it might be useful to
gdb> set always_gc = 1
before invoking a suspicious action, like invoking some rarely
executed C code.
If you have a repeatable crash, it's usually fairly easy to track
down.
Crashes like this are hard to find, but very important. All of us
maintainers should try to ensure that XEmacs works in a very stable
way for us by fixing all the crashes we can personally find.
Martin