You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building and running /mutex/example with ThreadSanitizer enabled under GCC 12 , GCC 13 or GCC 10, the program occasionally fails with the following fatal error:
When building and running
/mutex/example
withThreadSanitizer
enabled under GCC 12 , GCC 13 or GCC 10, the program occasionally fails with the following fatal error:FATAL: ThreadSanitizer: unexpected memory mapping 0x5fceda3d4000-0x5fceda3d5000
However, when compiling the same code with Clang , the program executes successfully with no sanitizer issues.
Environment:
The text was updated successfully, but these errors were encountered: