emacs-devel
[Top][All Lists]
Advanced

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

Re: Fix to long-standing crashes in GC


From: Kim F. Storm
Subject: Re: Fix to long-standing crashes in GC
Date: 20 May 2004 00:33:32 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Stefan Monnier <address@hidden> writes:

> > So setting evalargs and debug_on_exit clears the lower part of the
> > Lisp_Object which happened to be on the stack on entry, but not the rest
> > of it, so it points into a legal cons_block cell, but one which probably
> > isn't in use anymore.
> 
> > I will install a fix for this specific issue shortly.
> 
> Please show us the fix first.

The fix was to pad/zero-fill the backtrace structure.

Understanding more about what's going on now, that fix is not needed,
so I will not install it.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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