https://bugs.winehq.org/show_bug.cgi?id=55229
Bug ID: 55229 Summary: kernel32:loader - test_import_resolution() gets an invalid address error on Windows 10+ Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:loader - test_import_resolution() gets an invalid address error on Windows 10+:
loader.c:2296: Test failed: failed to load err 487 loader.c:2315: Test failed: failed to load err 487
See https://test.winehq.org/data/patterns.html#kernel32:loader
Where 487 == ERROR_INVALID_ADDRESS
https://bugs.winehq.org/show_bug.cgi?id=55229
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |5799e89f15b5584f186dcc2fd24 | |b98e0a7bd6c10 Keywords| |source, testcase
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This impacts both the 32 and 64-bit tests and first happened on 2023-07-10 which corresponds to the GitLab CI's move to Debian 12 for building the Windows test binaries (5799e89f15b5). This is confirmed by the fact that test executables built on Debian 11 still don't get these failures.
In particular this means: * These failures will show up in the TestBot's nightly WineTest results since they use the official winetest.exe binaries built by the GitLab CI on Debian 12. * But they will not happen when testing patches on the TestBot since, so far, it still builds the tests on Debian 11.