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.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta