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

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

bug#68940: 29.2; Random crashes in face for char / font


From: Gerd Möllmann
Subject: bug#68940: 29.2; Random crashes in face for char / font
Date: Thu, 08 Feb 2024 06:42:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Robert Vojta <rvojta@me.com> writes:

> Address sanitizer gave me ...
>
>   https://gist.github.com/zrzka/3506322a8e4e63fc6b323a48faad8f64
>
> ... heap user after free in "Automatic GC". When this happened, Emacs
> was showing the mentioned init file load error, and weird character.
>
> Don't know if it's related to my initial issue, if the problem is the
> timer & kill, ...

I can't make sense of what is happening here: A marker M is created from
Lisp (point-marker), and later GC'd. So far so good, and nrmal, but some
later GC then finds M in a member of struct buffer. No idea how that's
possible.





reply via email to

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