https://bugs.winehq.org/show_bug.cgi?id=51262
Bug ID: 51262 Summary: Regression: all 32bit programs doesn't start since 308a5e7 Product: Wine Version: 6.10 Hardware: x86-64 OS: Linux Status: NEW Severity: blocker Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: zzhang@codeweavers.com Distribution: ---
master:wine/win32-build$ wine notepad 002c:err:virtual:virtual_setup_exception stack overflow 1156 bytes in thread 002c addr 0x7bc1f36f stack 0x120b7c (0x120000-0x121000-0x320000) 0024:err:virtual:virtual_setup_exception stack overflow 1156 bytes in thread 0024 addr 0x7bc1f36f stack 0x120b7c (0x120000-0x121000-0x320000)
master:wine/win32-build$ which wine wine: aliased to ~/src/wine/win32-build/wine
wine is configure with "../configure --enable-silent-rules --disable-tests". Ccache is disabled and wineprefix is new.
master:wine/win32-build$ gcc --version gcc (Ubuntu 10.3.0-1ubuntu1) 10.3.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
master:wine/win32-build$ i686-w64-mingw32-gcc --version i686-w64-mingw32-gcc (GCC) 10-win32 20210408 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
master:wine/win32-build$ uname -a Linux eric-pc 5.11.0-18-generic #19-Ubuntu SMP Fri May 7 14:22:03 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
pure 32bit wine, wow32 wine, wow64 wine all crash with stack overflows. Only pure 64bit wine starts fine. Bisect points to 308a5e7c4d01525184b057058949c68c0ee77dba is the first bad commit commit 308a5e7c4d01525184b057058949c68c0ee77dba Author: Alexandre Julliard julliard@winehq.org Date: Fri Jun 11 10:57:20 2021 +0200
ntdll: Switch to the kernel stack for syscalls on i386.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/ntdll/unix/signal_i386.c | 250 ++++++++++++++++++++---------------------- tools/winebuild/import.c | 192 ++++++++++++-------------------- 2 files changed, 186 insertions(+), 256 deletions(-)
https://bugs.winehq.org/show_bug.cgi?id=51262
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |308a5e7c4d01525184b05705894 | |9c68c0ee77dba
https://bugs.winehq.org/show_bug.cgi?id=51262
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=51262
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- https://www.winehq.org/pipermail/wine-devel/2021-June/188705.html fixes this for me.
https://bugs.winehq.org/show_bug.cgi?id=51262
--- Comment #2 from Zhiyi Zhang zzhang@codeweavers.com --- Confirm that 188705 fixes this bug for me as well. CPU is AMD 5950x.
https://bugs.winehq.org/show_bug.cgi?id=51262
--- Comment #3 from Zhiyi Zhang zzhang@codeweavers.com --- Thanks, Zeb.
https://bugs.winehq.org/show_bug.cgi?id=51262
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |79c102d6bec81b79e10290f23e9 | |ac3816da6b58f Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/79c102d6bec81b79e10290f23e9ac3816da6b58f.
https://bugs.winehq.org/show_bug.cgi?id=51262
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression: all 32bit |Since 308a5e7 no 32bit |programs doesn't start |program starts |since 308a5e7 | Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=51262
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.11.
https://bugs.winehq.org/show_bug.cgi?id=51262
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED |--- CC| |fgouget@codeweavers.com
--- Comment #6 from François Gouget fgouget@codeweavers.com --- This does not seem to be totally fixed: I am getting the same error while running the full WineTest suite, followed by critical section timeouts:
... 06ac:err:richedit:CharAttr unknown font 1 0098:err:virtual:virtual_setup_exception stack overflow 1156 bytes in thread 0098 addr 0x7bc3d6a7 stack 0xaf0b7c (0xaf0000-0xaf1000-0xcf0000) ... Running: riched20:editor (503 of 720) Running tests - 23 failures 006c:err:ntdll:RtlpWaitForCriticalSection section 00480094 "/home/fgouget/wine/wt23/src/dlls/ntdll/heap.c: main process heap section" wait timed out in thread 006c, blocked by 0098, retrying (60 sec)
Yet this does not happen on the debiant2 TestBot VM.
A bisect did point me to the same commit (308a5e7c4d01). Without the fix (2552b37a5ea4) I cannot even create the wineprefix so it does help a bit.
As one can see in the log extract above I can run a number of Wine processes without trouble, just not the full WineTest suite. But even with "wine notepad" there is some trouble, though it happens in some background process on wineprefix shutdown and may be another issue entirely:
wine: Unhandled page fault on write access to 00000000 at address 7E95C4D1 (thread 0070), starting debugger... 0070:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 96 64" (1115)
$ uname -a Linux amboise 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux CPU: i7-4790K
https://bugs.winehq.org/show_bug.cgi?id=51262
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Probably a different issue, please file a new bug. Note that if you are affected by the original bug you'd need to apply the fix at every step of the bisect.
https://bugs.winehq.org/show_bug.cgi?id=51262
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.13.