https://bugs.winehq.org/show_bug.cgi?id=48273
Bug ID: 48273 Summary: Relay debugging is broken in a --without-mingw build Product: Wine Version: 4.21 Hardware: x86 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru Distribution: ---
This is a fresh breakage, however regression test for some reason points to an innocent dmusic commit.
Relevant part of 'WINEDEBUG=+relay,+seh,+tid wine winver' looks like this:
000b:Call KERNEL32.__wine_start_process() ret=00000000 000b:Starting process L"C:\windows\system32\wineboot.exe" (entryproc=0x7b454da4) 000b:Call ntdll.NtQueryInformationProcess(ffffffff,00000007,0032fefc,00000004,00000000) ret=7ee6e9a8 000b:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=7ee6e9a8 000b:Starting process L"C:\windows\system32\wineboot.exe" (entryproc=0x7ffd8000) 000b:Call ntdll.NtQueryInformationProcess(ffffffff,00000007,0032fe3c,00000004,00000000) ret=7ee6e9a8 000b:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=7ee6e9a8 000b:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ffd8000 ip=7ffd8000 tid=000b 000b:trace:seh:raise_exception info[0]=00000008 000b:trace:seh:raise_exception info[1]=7ffd8000 000b:trace:seh:raise_exception eax=7ffd8000 ebx=7ffdf000 ecx=0032ff48 edx=0032ff48 esi=0032fff4 edi=00000000 000b:trace:seh:raise_exception ebp=0032fe58 esp=0032fe44 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010246 000b:trace:seh:call_stack_handlers calling handler at 0x7b46cda0 code=c0000005 flags=0 000b:Call ntdll.NtCreateEvent(0032f9b0,001f0003,0032f9b4,00000000,00000000) ret=7ee6f83b 000b:Ret ntdll.NtCreateEvent() retval=00000000 ret=7ee6f83b wine: Unhandled page fault on execute access to 7FFD8000 at address 7FFD8000 (thread 000b), starting debugger...
wineboot crashes right at its entry point, and then everything hangs.