bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: core dump triggered by garbage collection (?)


From: Richard Stallman
Subject: Re: core dump triggered by garbage collection (?)
Date: Sun, 31 Aug 2003 22:22:43 -0400

    #19 0x0810f00e in lisp_free (block=0x8be41b0) at alloc.c:630
    #20 0x081130dc in gc_sweep () at alloc.c:5270

To learn something this crash, it is necessary to analyze the data
being operated on in those two frames, and try to figure out what was
inconsistent in the data (and what the data were being used for).
Knowing that, we might be able to figure out the code that created
the invalid data.

This is not easy, but I don't know of any substitute for it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]