https://bugs.winehq.org/show_bug.cgi?id=54153
Bug ID: 54153 Summary: kernel32:debugger - test_kill_on_exit() sometimes gets STILL_ACTIVE exit code on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:debugger - test_kill_on_exit() sometimes gets STILL_ACTIVE exit code on Windows:
debugger.c:2078: Test failed: exit code = 00000103
See https://test.winehq.org/data/patterns.html#kernel32:debugger
Where 0x103 == STILL_ACTIVE == STATUS_PENDING
This should mean the process is still running. So either there is a race condition in the test or Windows 8 and 10 21H1 are buggy.
With only 3 instances in 6 months this failure is pretty rare: * 2022-07-11 on w10pro64-ar (64-bit, 21H1) * 2022-10-31 on w864 (64-bit) * 2022-12-06 on w864 (64-bit)