[Bug 55348] New: Hang when running executables built with AddressSanitizer
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(a)winehq.org Reporter: yshuiv7(a)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) ... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55348 --- Comment #1 from yshuiv7(a)gmail.com --- Note this is a different behavior from Bug 50993 and Bug 49828 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55348 --- Comment #2 from yshuiv7(a)gmail.com --- This problem seems to be limited to 32-bit MSVC. For 64-bit I see identical behavior as described in Bug 49828 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55348 --- Comment #3 from yshuiv7(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55348 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase Distribution|--- |ArchLinux -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55348 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla