-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TSAN segmentation fault in __tsan::TraceAddEvent #1505
Comments
Currently this code looks as follows. I am not sure why would it call __cxa_guard_acquire/release. This may be a mis-compiled sanitizer runtime. If so, this is better reported to gcc. However, I am not sure version 11 is still supported.
|
The problem disappears with clang 14. But when I test it with clang, I encounter another issue similar to #1477.... |
I am using g++ 11.2.0 with compilation flags
-fsanitize=thread
.The program crashes with a segmentation fault.
The text was updated successfully, but these errors were encountered: