On Thu, Nov 08, 2007 at 02:08:05PM +0900, Stephen J. Turnbull wrote: >
FKtPp writes:
> On Wed, Nov 07, 2007 at 03:54:30PM +0900, Stephen J. Turnbull
> wrote: > FKtPp writes:
> > > > do you also have a lisp Backtrace show where in erc the
> > crash happens?
> > > >
> > > Sorry, for now I don't know how to produce that from a
> > > XEmacs crash...
> > After sourcing .gdbinit and crashing, try lbt in gdb.
Thanks! Unfortunately, it looks like this is a problem with the
garbage collector. (If you don't know what that means, basically,
we periodically trawl through the list of *all* Lisp objects for
ones that there are no active pointers to, and return them to the
list of free memory blocks. Only after that happens---typically
long after the bug bites---can a "freed Lisp_Object" error surface.)
Hard to diagnose.
It may take a while to work through this. :-(
okey, I see. If there are anything else I can help, please mail me :p
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta