https://bugs.winehq.org/show_bug.cgi?id=55732
Bug ID: 55732 Summary: kernel32:loader - The 64-bit test_import_resolution() fails in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
kernel32:loader - The 64-bit test_import_resolution() fails in Wine:
loader.c:2370: Test failed: 6: image flags 4 loader.c:2383: Test failed: 6: NtMapViewOfSection failed 0 loader.c:2390: Test failed: 6: not relocated from 00006FFFFEAF0000 loader.c:2391: Test failed: 6: tls relocated 00006FFFFEAF10B8 / 00000001234510B8
See https://test.winehq.org/data/patterns.html#kernel32:loader
This set of failures started on 2023-10-05 and a bisect shows it corresponds to the commit below:
commit 4847c1d8e4745ccd63e1db06fe1a693e8a591326 Author: Alexandre Julliard julliard@winehq.org AuthorDate: Thu Oct 5 11:45:15 2023 +0200
server: Set the dynamically relocated flag when relocations are present.