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 15:24:42 -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@cert.org>
>> Cc: "mwd@md5i.com" <mwd@md5i.com>,
>>         "47244@debbugs.gnu.org"
>>  <47244@debbugs.gnu.org>
>> Date: Thu, 18 Mar 2021 14:54:19 -0400
>> 
>> I do have a gnus demon running in the background:
>>   (gnus-demon-add-handler 'gnus-demon-scan-news 5 nil)
>
> Maybe that is the reason that the current buffer is being killed under
> our feet, I don't know.
>
> Is the GDB session still alive?  If so, could you show what the
> following displays?
>
>   (gdb) p XWINDOW(selected_window)->contents
>   (gdb) xtype
>
> If "xtype" says it's a buffer, please type:
>
>   (gdb) xbuffer
>
> and tell what that shows.

(gdb) p XWINDOW(selected_window)->contents
$10 = XIL(0x555558df4845)
(gdb) xtype
Lisp_Vectorlike
PVEC_BUFFER
(gdb) xbuffer
$11 = (struct buffer *) 0x555558df4840
"DEAD"

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





reply via email to

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