-
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
false negatives with throw/longjmp #258
Comments
Reported by |
Reported by |
I'm getting CHECK failed with Xcode 7.2.1, only when compiling with libc++: Stack trace: #0 0x000000015eace170 in __asan::AsanDie() () I saw a comment in https://github.com/llvm-mirror/compiler-rt/blob/master/lib/asan/asan_poisoning.cc about the other checks around the failing check being commented-out due to this issue being open, so maybe the remaining check is a problematic false positive. |
@kcc: Do we plan to fix this in the near future? |
nope. |
Hooking |
Originally reported on Google Code with ID 258
Reported by
konstantin.s.serebryany
on 2014-01-21 09:49:33The text was updated successfully, but these errors were encountered: