https://bugs.winehq.org/show_bug.cgi?id=49253
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello RafaĆ,
thanks for the log. Unfortunately it doesn't show a crash.
--- snip --- ... 00c0:Call user32.GetMessageW(0031efe0,00000000,00000000,00000000) ret=0040a478 00c0:Call winex11.drv.MsgWaitForMultipleObjectsEx(00000001,0031ec18,ffffffff,000004ff,00000000) ret=7f6d24fcceef 00c0:Call ntdll.NtWaitForMultipleObjects(00000001,0031e6b0,00000001,00000000,00000000) ret=7b065107 00c0:Ret ntdll.NtWaitForMultipleObjects() retval=00000000 ret=7b065107 00c0:Ret winex11.drv.MsgWaitForMultipleObjectsEx() retval=00000000 ret=7f6d24fcceef 00c0:Ret user32.GetMessageW() retval=00000001 ret=0040a478 00c0:Call user32.DispatchMessageW(0031efe0) ret=0040a468 00c0:Call window proc 0x404bc0 (hwnd=0x20030,msg=WM_PARENTNOTIFY,wp=00000001,lp=00010062) 00c0:Call user32.GetForegroundWindow() ret=0040dd43 00c0:Ret user32.GetForegroundWindow() retval=00000000 ret=0040dd43 00c0:Call user32.GetAncestor(00000000,00000003) ret=0040dd50 00c0:Ret user32.GetAncestor() retval=00000000 ret=0040dd50 00c0:Call user32.IsWindowVisible(00020032) ret=0040dd5f 00c0:Ret user32.IsWindowVisible() retval=00000000 ret=0040dd5f 00c0:Ret window proc 0x404bc0 (hwnd=0x20030,msg=WM_PARENTNOTIFY,wp=00000001,lp=00010062) retval=00000000 00c0:Ret user32.DispatchMessageW() retval=00000000 ret=0040a468 00c0:Call user32.GetMessageW(0031efe0,00000000,00000000,00000000) ret=0040a478 00c0:Call winex11.drv.MsgWaitForMultipleObjectsEx(00000001,0031ec18,ffffffff,000004ff,00000000) ret=7f6d24fcceef 00c0:Call ntdll.NtWaitForMultipleObjects(00000001,0031e6b0,00000001,00000000,00000000) ret=7b065107 00c0:trace:seh:raise_exception code=c000013a flags=0 addr=0x7f6d26bcd36a ip=7f6d26bcd36a tid=00c0 00c0:trace:seh:raise_exception rax=0000000000000000 rbx=000000000031db90 rcx=00007f6d26bcd36c rdx=0000000000000010 00c0:trace:seh:raise_exception rsi=000000000031db90 rdi=0000000000000006 rbp=00007fffffea8000 rsp=000000000031db60 00c0:trace:seh:raise_exception r8=0000000000000000 r9=0000000000000000 r10=0000000000000008 r11=0000000000000246 00c0:trace:seh:raise_exception r12=000000000031dc0c r13=0000000000000000 r14=000000000031dc40 r15=000000000031dcf0 00c0:trace:seh:dwarf_virtual_unwind function 7f6d26bcd36a base 0x7f6d26bcd320 cie 0x7f6d26bd2b78 len 14 id 0 version 1 aug 'zR' code_align 1 data_align -8 retaddr %rip 00c0:trace:seh:execute_cfa_instructions 7f6d26bcd320: DW_CFA_def_cfa %rsp, 8 00c0:trace:seh:execute_cfa_instructions 7f6d26bcd320: DW_CFA_offset %rip, -8 --- snip ---
The exception 0xc000013a is result of pressing CTRL+C (by design). Please find/grep the first thread which throws 0xc0000005 (page fault) with addr=0x7bc726ec
--- snip --- ... raise_exception code=c0000005 flags=0 addr=0x7bc726ec --- snip ---
Regards