https://bugs.winehq.org/show_bug.cgi?id=51788
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Regression SHA1|711ce415c01a5e36bde6bb147b5 | |aa3cedc8b35ed | CC| |jacek@codeweavers.com
--- Comment #2 from Jacek Caban jacek@codeweavers.com --- There was a commit related to mentioned change later: https://source.winehq.org/git/wine.git/commitdiff/fcb6ae29a6ee45a5a0e4e41dd8... But I don't see how this could affect the test. It sounds more likely that there is a memory corruption somewhere and it just changed something about memory layout. In that case, DC_ATTR was later changed to use NtAllocateVirtualMemory directly and win32u generally doesn't use system heap anymore, so the layout is even more different now.
I can't reproduce the bug on Test Bot: https://testbot.winehq.org/JobDetails.pl?Key=104197&f101=wow64_ar_MA.rep...
François, can you still reproduce it? I'm removing regression keyword, it doesn't seem like a real regression.