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.
https://bugs.winehq.org/show_bug.cgi?id=55109
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |2ef4cc48fbce406d67be32a90a2 | |208868026a505 Keywords| |regression, source, | |testcase
https://bugs.winehq.org/show_bug.cgi?id=55109
--- Comment #1 from François Gouget fgouget@codeweavers.com --- See also bug 55120 which is most likely the same issue.
https://bugs.winehq.org/show_bug.cgi?id=55109
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Is this fixed by https://gitlab.winehq.org/wine/wine/-/commit/1c13f0e69478a7cbdef177a4f3ae727... ?
https://bugs.winehq.org/show_bug.cgi?id=55109
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- (In reply to Fabian Maurer from comment #2)
Is this fixed by https://gitlab.winehq.org/wine/wine/-/commit/ 1c13f0e69478a7cbdef177a4f3ae7272fbdd16b9 ?
Yes, this failure is also gone after 1c13f0e69478a7cbdef177a4f3ae7272fbdd16b9.
*** This bug has been marked as a duplicate of bug 55120 ***
https://bugs.winehq.org/show_bug.cgi?id=55109
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate.