emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs crashes


From: Richard Stallman
Subject: Re: Emacs crashes
Date: Thu, 16 Mar 2006 15:18:41 -0500

     > A simple list of values recorded in last_marked[] won't do.  You need
     > to correlate it with the innermost frames you see in the backtrace,
     > and from that correlation figure out the name of the Lisp data
     > structure that is being marked.  The connection between the values
     > recorded in last_marked[] will be revealed if you look at the code,
     > because, e.g., when GC finds a cons, it recursively marks its car and
     > its cdr.  By looking at the code, you should be able to find this and
     > other similar connections between the values, like A being a property
     > of B etc.

    OK, this tells me more than I could find in DEBUG. 

Could you add some of that to DEBUG?




reply via email to

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