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

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

bug#52141: 29.0.50; Crash during redisplay


From: Daniel Martín
Subject: bug#52141: 29.0.50; Crash during redisplay
Date: Sat, 27 Nov 2021 16:59:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (darwin)

Eli Zaretskii <eliz@gnu.org> writes:

>> 
>> Its type is Lisp_Cons.  However, its address is invalid.  Running
>> `xcons' in gdb complains:
>> 
>> (gdb) xcons
>> $9 = (struct Lisp_Cons *) 0x1e753d0
>> Cannot access memory at address 0x1e753d0
>
> Hmm... and the address is very different from the one which caused the
> segfault.  Strange.
>
> Any ideas, anyone?

Is it possible to run that Emacs instance with some kind of memory
sanitizer enabled (ASAN, Valgrind...)?  That may help catch the
potential memory corruption at the point it happens, not at the point
the garbage collector wants to free it.




reply via email to

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