https://bugs.winehq.org/show_bug.cgi?id=55757
Bug ID: 55757 Summary: The 32-bit kernel32:debugger gets a debugger inactive failure in the new WoW mode on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The 32-bit kernel32:debugger gets a debugger inactive failure in the new WoW mode on macOS:
debugger.c:205: child: crashing... Unhandled exception: page fault on write access to 0x00000000 in segmented 32-bit code (0107:0044d143). Assertion failed: curr_mode == stm_32bit, file ../wine/dlls/dbghelp/cpu_i386.c, line 278 debugger.c:735: Test failed: exit code = c0000354
See https://test.winehq.org/data/patterns.html#kernel32:debugger
Where c0000354 == STATUS_DEBUGGER_INACTIVE
The failures are systematic but only happen when running the 32-bit test in a Windows-on-Windows wineprefix on macOS.
Looking at the pattern one may also think they started on 2023-10-02 but in fact that's just because before that date the WineTest report had so many other errors that test.winehq.org rejected the report. In fact the test was already failing all the way back to at least 2023-09-07 (there is no earlier data).