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

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

bug#26932: Found the triggering behaviour


From: Vivek Dasmohapatra
Subject: bug#26932: Found the triggering behaviour
Date: Mon, 20 Jan 2020 15:11:41 +0000 (GMT)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

If I understand correctly, the external lui package set buffer-undo-list
to something invalid, and this led Emacs to segfault when gc-ing?

Not invalid as such - entries were removed from the list while it was "in flight" through a mapc/mapcar and a double free (or similar) occurred.

Was there any further work done here, or a reproducible test case
written?

No test case was written, the code for lui was changed to operate on
a copy of the undo list, then assign that back to the original head variable instead.






reply via email to

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