https://bugs.winehq.org/show_bug.cgi?id=55478
Bug ID: 55478 Summary: d3dx9_36:effect - The 64-bit test_effect_get_pass_desc() 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
d3dx9_36:effect - The 64-bit test_effect_get_pass_desc() sometimes crashes on Windows:
effect.c:6953: this is the last test seen before the exception 208c:effect: unhandled exception c0000005 at 0000000069266158
See https://test.winehq.org/data/patterns.html#d3dx9_36:effect
The crash most likely happens on the release call that follows this line:
6953 ok(!desc.pPixelShaderFunction, "Unexpected non null desc.pPixelShaderFunction.\n"); 6954 6955 effect->lpVtbl->Release(effect);
The first crash happened on 2023-06-28 and has happened about 1.5 time per week since, always in the 64-bit test, always on Windows 10 (including the GitLab CI VM).
https://bugs.winehq.org/show_bug.cgi?id=55478
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55478
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matteo.mystral@gmail.com