https://bugs.winehq.org/show_bug.cgi?id=51500
Bug ID: 51500 Summary: ntdll:exception test_wow64_context() randomly fails on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
test_wow64_context() regularly gets one of the following two failures on Windows:
exception.c:4370: Test failed: cs32: ecx f6a10000 / 4EAECB33F6A10000 or exception.c:4450: Test failed: cs64: rsp not inside 64-bit stack 0000000002B7F388 / 00000000009E0000-0000000000A1FD20
It looks like at most one failure happens in a given run. They happen on Windows 8.1 to Windows 10 2009, only QEmu VMs so far. But the failures only happen about 6.9% of the time so the above data is not 100% certain yet.
The tests were added in this commit:
commit 9ae2b046ef2f645b122a2554cc8e32d3a3d79ccc Author: Alexandre Julliard julliard@winehq.org AuthorDate: Tue Jun 22 17:08:11 2021 +0200
ntdll/tests: Add more tests for Wow64 contexts.
Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=51500
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |9ae2b046ef2f645b122a2554cc8 | |e32d3a3d79ccc Keywords| |source, testcase
--- Comment #1 from François Gouget fgouget@codeweavers.com --- As may be evident from the commit, these only impact the 64-bit WineTest.
https://bugs.winehq.org/show_bug.cgi?id=51500
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=51500
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |c372d155ece56073138d4f1d9e5 | |694433a114a5b
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Hopefully fixed by c372d155ece56073138d4f1d9e5694433a114a5b.
https://bugs.winehq.org/show_bug.cgi?id=51500
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.0-rc2.