On Sun Apr 5 23:14:04 2026 +0000, Brendan McGrath wrote:
The pipeline is still failing with the following test: ```xml <testcase classname="iyuv_32:iyuv_32" name="iyuv_32:iyuv_32 status -1073741819" file="dlls/iyuv_32/tests/iyuv_32.c" assertions="0" time="0.105000"> <system-out>Test exited with status -1073741819</system-out> <failure/> </testcase> ``` -1073741819 is 0xC0000005, which is `STATUS_ACCESS_VIOLATION`. But I can't recreate this locally, and the tests pass find on the testbot: https://testbot.winehq.org/JobDetails.pl?Key=162427 Is there a way to get additional detail about this failure? It took a couple of days, but it did eventually dawn on me that the build pipeline probably includes the artifacts used for testing. It did. And running locally I was able to recreate and then fix the issue. The decompression test was providing the wrong value for the I420 image length resulting in a read overrun.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10549#note_135078