https://bugs.winehq.org/show_bug.cgi?id=55018
Bug ID: 55018 Summary: d2d1:d2d1 sometimes times out on Linux Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: d2d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
d2d1:d2d1 sometimes times out on Linux. Apparently something causes the whole test to lock up but because the test is multithreaded this can happen at any point.
d2d1:d2d1 start dlls/d2d1/tests/d2d1.c d2d1:d2d1:0810 done (258) in 120s 0B
or
d2d1:d2d1 start dlls/d2d1/tests/d2d1.c d2d1.c:2692: Test marked todo: Surface does not match. ...
d2d1.c:10042: Test marked todo: Test 1: Got unexpected dpi_y 2.88000000e+002, expected 0.00000000e+000. d2d1.c:10039: Test marked todo: Test 2: Got unexpected dpi_x 6.00000000e+001, expected 0.00000000e+000. d2d1:d2d1:077c done (258) in 120s 13391B
See https://test.winehq.org/data/patterns.html#d2d1:d2d1
Note that this only happens in the 64-bit tests (including on gitlab-debian-64).
https://bugs.winehq.org/show_bug.cgi?id=55018
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55018
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- Are there logs available that might have output from Wine or Mesa in them?
https://bugs.winehq.org/show_bug.cgi?id=55018
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- This often happens on my system, that's why I always disable 'use_mt' switch. Deadlock happens in command stream cs somewhere.
https://bugs.winehq.org/show_bug.cgi?id=55018
--- Comment #3 from François Gouget fgouget@codeweavers.com --- Created attachment 74913 --> https://bugs.winehq.org/attachment.cgi?id=74913 Wine traces for the 2023-07-04 d2d1:d2d1 timeout on fgtb-debian11-x86-64
Zeb wrote:
Are there logs available that might have output from Wine or Mesa in them?
I attached the Wine traces for the last instance of this timeout, which happened on my Debian 11 VM. The corresponding WineTest report is (should remain available there for another 6 weeks, maybe it should be attached too?): https://test.winehq.org/data/f4a8ad89d43646a8d109da5747dfb1a92a6d8cd1/linux_...
Note that while overall this happened almost daily since march, there have not been any new occurrence since 2023-07-04.