https://bugs.winehq.org/show_bug.cgi?id=54064
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #2 from Eric Pouech eric.pouech@gmail.com --- (In reply to François Gouget from comment #0)
ntdll:threadpool - test_tp_io() sometimes fails & crashes in Wine (GitLab CI):
ntdll:threadpool start dlls/ntdll/tests/threadpool.c wine: Unhandled page fault on read access to 0000000C at address 7BC644D1 (thread 07c4), starting debugger... threadpool.c:641: Test marked todo: TpSimpleTryPost unexpectedly returned status 0 threadpool.c:1595: Test marked todo: expected that timers are merged threadpool.c:2034: Test failed: got 0xc0000017
0xc0000017 is STATUS_NO_MEMORY
clearly this test (like many many others) don't bother on OOM conditions perhaps it could be a good idea to bump memory resources of VM or Docker image (whatever it runs on)