https://bugs.winehq.org/show_bug.cgi?id=55348
Bug ID: 55348 Summary: Hang when running executables built with AddressSanitizer Product: Wine Version: 8.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: yshuiv7@gmail.com Distribution: ---
C code:
int main(int argc, char * const* argv){ return 0; }
Step to reproduce:
1. Build C code with MSVC: `cl /fsanitize=address /Zi a.c`. 2. Run the resulting executable.
Result when running from wine:
0110:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 004B3CC4, 34) stub 0110:err:sync:RtlpWaitForCriticalSection section 00F8C0E0 "?" wait timed out in thread 0110, blocked by 0000, retrying (60 sec) 0110:err:sync:RtlpWaitForCriticalSection section 00F8C0E0 "?" wait timed out in thread 0110, blocked by 0000, retrying (60 sec) ...
https://bugs.winehq.org/show_bug.cgi?id=55348
--- Comment #1 from yshuiv7@gmail.com --- Note this is a different behavior from Bug 50993 and Bug 49828
https://bugs.winehq.org/show_bug.cgi?id=55348
--- Comment #2 from yshuiv7@gmail.com --- This problem seems to be limited to 32-bit MSVC. For 64-bit I see identical behavior as described in Bug 49828
https://bugs.winehq.org/show_bug.cgi?id=55348
--- Comment #3 from yshuiv7@gmail.com --- A bit more information that maybe relevant:
- MSVC version is 2022, cl version is 19.36.32537 - wine is installed from Arch Linux repo, so should be built with gcc + mingw-gcc.
https://bugs.winehq.org/show_bug.cgi?id=55348
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=55348
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de