-
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
Will AddressSanitizer mess up when catching exceptions? #751
Comments
What platform? If Windows, this is not yet supported: #749 (comment) |
@rnk I'm on centos 7 and The gcc version is 4.8.2 |
Exceptions should work. Can you try with newer GCC? If it still fails, I suggest to provide a minimal repro. |
Please re-open with more information if still an issue. |
Clang's ASan instrumentation can have false negatives when exceptions are involved. There's a lot more work to do here, we might want to keep it open. |
I found AS will report stack over flow after I caught an exception.
But cannot found any overflows, each time I comments the overflowed function. There will report a new over flow. I am confused.
The text was updated successfully, but these errors were encountered: