https://bugs.winehq.org/show_bug.cgi?id=53168
Bug ID: 53168 Summary: kernel32:debugger - test_ExitCode() has a rare timeout condition running dbg,attach,process,event,detach 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_ExitCode() has a rare timeout condition running dbg,attach,process,event,detach:
debugger.c:610: running dbg,attach,process,event,detach... debugger.c:621: waiting for child exit... debugger.c:198: child: crashing... debugger.c:659: waiting for the debugger... debugger.c:166: debugger traces: processing debug messages setting event done debugging... kernel32:debugger:0dcc done (258) in 125s
https://test.winehq.org/data/patterns.html#kernel32:debugger
The failures are very rare (~0.6%) but always happen in the same location: in the (last) crash_and_debug(... "dbg,attach,process,event,detach") call in test_ExitCode().
This failure has mostly been seen on Windows 10 21H1 but it happened at least once in 1507. So it is likely that all Windows 10 versions are impacted. It also happens in both 32- and 64-bit code.
https://bugs.winehq.org/show_bug.cgi?id=53168
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase