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

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

bug#39962: 27.0.90; Crash in Emacs 27.0.90


From: Pip Cet
Subject: bug#39962: 27.0.90; Crash in Emacs 27.0.90
Date: Wed, 18 Mar 2020 06:17:01 +0000

On Tue, Mar 17, 2020 at 8:59 PM Paul Eggert <eggert@cs.ucla.edu> wrote:
> Although I haven't been following this in detail, I'd like to suggest trying a
> GDB watchpoint to find the bug. Watchpoints have been invaluable to me when I
> debug garbage-collector and other memory management issues.

They are! Unfortunately, they require a predictable address at which
the corruption happens, and we don't appear to have that.

> (gdb) watch *(void *)0x16082a730

I think you mean

watch *(void **)0x16082a730

Right?





reply via email to

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