https://bugs.winehq.org/show_bug.cgi?id=55493
Bug ID: 55493 Summary: ntdll:threadpool - test_tp_timer() sometimes fails in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
ntdll:threadpool - test_tp_timer() sometimes fails in Wine:
threadpool.c:1439: Test failed: WaitForSingleObject returned 0 threadpool.c:1441: Test failed: WaitForSingleObject returned 258
See https://test.winehq.org/data/patterns.html#ntdll:threadpool
So instead of getting a timeout then a success, the test first gets an unexpected WaitForSingleObject() success and then a timeout. That means it's not a simple issue of the test running too slow.
There are only three known instances so far: * 2023-08-23 MR!3621 * 2023-07-03 MR!3218 * 2023-06-09 fg-deb64-t32