-
Notifications
You must be signed in to change notification settings - Fork 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
asan: no report when several threads hit bug #858
Comments
Repro:
|
Hm, not reproducible with GCC 6 (and probably older Clang). |
Eh, this is a known race in ScopedInErrorReport constructor:
|
Fixed |
jyknight
pushed a commit
to jyknight/llvm-monorepo
that referenced
this issue
Sep 28, 2017
Summary: Fixes google/sanitizers#858 Reviewers: eugenis, dvyukov Subscribers: kubamracek, llvm-commits Differential Revision: https://reviews.llvm.org/D38019 llvm-svn=313835
jyknight
pushed a commit
to jyknight/llvm-monorepo
that referenced
this issue
Sep 28, 2017
"nested bug in the same thread" is not expected in case like this and was caused by google/sanitizers#858 llvm-svn=313844
Hi everyone, I can confirm that this issue happens in GCC v6.3.0, but is intermittent (very difficult to reproduce). Is there any patch for GCC? Regards,Rogerio |
@rogeriosouzamoraes Probly not, 6.3 was released long before this got fixed. Try with newer GCC. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82116
I can confirm this happens with
clang version 6.0.0 (trunk 311230)
The repro prints something like this:
The text was updated successfully, but these errors were encountered: