emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 8ba156f: Attempt to avoid crashes in plist-memb


From: Eli Zaretskii
Subject: Re: [Emacs-diffs] master 8ba156f: Attempt to avoid crashes in plist-member
Date: Tue, 13 Oct 2015 18:01:51 +0300

> From: Andreas Schwab <address@hidden>
> Cc: Stefan Monnier <address@hidden>,  address@hidden
> Date: Tue, 13 Oct 2015 10:00:26 +0200
> 
> > QUIT could call some Lisp.
> >
> > How else would you explain a segfault in that loop?
> 
> The only chance I see if garbage collection mistakenly collects the
> referenced cell.  But that wouldn't be cured by the change.

Couldn't some atimer call some (possibly advised) Lisp, which could
change the list that is being iterated through?



reply via email to

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