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.