[Bug: 21.4.22] Sporadic crash entering a group with Gnus
Stephen J. Turnbull
stephen at xemacs.org
Tue Feb 17 23:03:43 EST 2009
David S. Goldberg writes:
> > Could you get that code file under gdb again, do
>
> > (gdb) source /path/to/source/of/xemacs/src/.gdbinit
> > (gdb) ldp (Lisp_Object) 39408616
> > (gdb) ldp * (Lisp_Object *) 0x7ffff8aec010
>
> > and post the results here, please?
> You can't do that without a process to debug.
Ah. That's right. Try the same thing with "print" instead of "ldp".
Probably it should have been "print" in the first place.
> I am happy to help track this down however I can.
Well, you could always run xemacs under gdb. For me there is no
noticable performance impact, but I often get much better stack
traces, and ldp (eval and print a Lisp expression) and lbt (Lisp back
trace) work because the process is still live, just suspended.
More information about the XEmacs-Beta
mailing list