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

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

bug#47244: 28.0.50; SIGSEGV in long-runnning Emacs


From: Michael Welsh Duggan
Subject: bug#47244: 28.0.50; SIGSEGV in long-runnning Emacs
Date: Thu, 18 Mar 2021 12:54:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Michael Welsh Duggan <mwd@md5i.com>
>> Cc: 47244@debbugs.gnu.org
>> Date: Thu, 18 Mar 2021 12:27:13 -0400
>> 
>> (gdb) p current_buffer->text->beg
>> $7 = (unsigned char *) 0x0
>
> That explains the crash.  What does this display:
>
>   (gdb) source /path/to/emacs/src/.gdbinit
>   (gdb) p current_buffer->name_
>   (gdb) xstring
>
> And, given the name of the buffer this will display, what can you tell
> about that buffer?

(gdb) p current_buffer->name_
$8 = XIL(0)
(gdb) xstring
$9 = (struct Lisp_String *) 0x0
"DEAD"

-- 
Michael Welsh Duggan
(mwd@cert.org)





reply via email to

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