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

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

bug#29661: 27.0.50; emacs crashing on exchange-point-and-mark


From: Robert Marshall
Subject: bug#29661: 27.0.50; emacs crashing on exchange-point-and-mark
Date: Tue, 12 Dec 2017 10:55:12 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

>> I can also replicate this crash  on version 24.4.1 - but maybe you're
>> saying it's been a long term problem.
>
> Great (you earlier only said that it's "probably replicable").  Could
> you check that Vframe_list is empty at the time FOR_EACH_FRAME is run
> somewhere around line 2064 (or 2067 on current master, as I believe).
>
> Thanks, martin

Breakpoint 3, delete_frame (frame=<optimized out>, 
force=force@entry=XIL(0x98a0)) at frame.c:2062
2062          FOR_EACH_FRAME (frames, frame1)
(gdb) p Vframe_list
$1 = XIL(0)
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
delete_frame (frame=<optimized out>, force=force@entry=XIL(0x98a0)) at 
frame.c:2064
2064              struct frame *f1 = XFRAME (frame1);





reply via email to

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