https://bugs.winehq.org/show_bug.cgi?id=55109
Bug ID: 55109 Summary: dbghelp:dbghelp - test_live_modules_proc() fails in the new WoW 64-bit tests Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
dbghelp:dbghelp - test_live_modules_proc() fails in the new WoW 64-bit tests:
dbghelp.c:1156: Test failed: [64/32 enum:+32bit wow64]: Unexpected event.count_ntdll 3 dbghelp.c:1156: Test failed: [64/32 enum:default wow64]: Unexpected event.count_ntdll 3
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
See the fg-*-x64-64 and rbernon-*-win64 results.
A bisect shows that the failures started with the commit below:
commit 2ef4cc48fbce406d67be32a90a2208868026a505 Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 21 12:08:00 2023 +0200
wow64: Map a copy of ntdll to build the syscall table.
The original ntdll may have been hooked.