GNU bug report logs -
#29183
27.0.50; SIGSEGV on C-g on Windows
Previous Next
Reported by: John Mastro <john.b.mastro <at> gmail.com>
Date: Mon, 6 Nov 2017 22:00:02 UTC
Severity: normal
Tags: fixed
Merged with 29213
Found in version 27.0.50
Done: Noam Postavsky <npostavs <at> users.sourceforge.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> wrote:
> Is this again bug#29040? Did main_thread become mis-aligned again?
I repeated the commands Richard used in that bug report, and I believe
you're right: it's 8-byte aligned rather than 16-byte aligned.
Transcript below.
Thread 1 received signal SIGSEGV, Segmentation fault.
0x00007ff8cb7893a0 in ntdll!RtlCaptureContext ()
from C:\Windows\SYSTEM32\ntdll.dll
(gdb) frame 0
#0 0x00007ff8cb7893a0 in ntdll!RtlCaptureContext ()
from C:\Windows\SYSTEM32\ntdll.dll
(gdb) p/x $rax
$1 = 0x4005d1d68
(gdb) up
#1 0x00007ff8cb6f8f27 in ntdll!RtlUnwindEx ()
from C:\Windows\SYSTEM32\ntdll.dll
(gdb) up
#2 0x00007ff8c91d1f4a in msvcrt!_setjmpex ()
from C:\Windows\System32\msvcrt.dll
(gdb) up
#3 0x00000004000a93d4 in quit_throw_to_read_char (
from_signal=from_signal <at> entry=false) at keyboard.c:10548
10548 sys_longjmp (getcjmp, 1);
(gdb) p &getcjmp
$2 = (sys_jmp_buf *) 0x4005d1d68 <main_thread+224>
This bug report was last modified 7 years and 233 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.