https://bugs.winehq.org/show_bug.cgi?id=53496
Bug ID: 53496 Summary: d3d10core:d3d10core sometimes crashes on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
d3d10core:d3d10core sometimes crashes on Windows. The crash rate is about 1.5%, thus causing false positives. Furthermore the location of the crash seems somewhat random:
d3d10core.c:3172: this is the last test seen before the exception 1afc:d3d10core: unhandled exception c0000005 at 0000000000402207 or d3d10core.c:3191: this is the last test seen before the exception 1110:d3d10core: unhandled exception c0000005 at 0000000000403EF9 or d3d10core.c:16482: this is the last test seen before the exception 0250:d3d10core: unhandled exception c0000005 at 00000000004025D4 or (w7u) d3d10core.c:17273: Tests skipped: Skipping test with DXGI_FORMAT_R8G8B8A8_UINT on WARP. 0d2c:d3d10core: unhandled exception c0000005 at 7FF9615D ...
https://test.winehq.org/data/patterns.html#d3d10core:d3d10core
It is possible that the randomness is caused by the test's multi-threading.
https://bugs.winehq.org/show_bug.cgi?id=53496
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase