-
Notifications
You must be signed in to change notification settings - Fork 37
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
test failures with UndefinedBehaviorSanitizer enabled #1107
Comments
All of the errors appear to be undefined behavior in C++:
|
Division by zero errors:
|
"Left shift of negative value -1" error:
|
should have a PR up for this one in a minute |
Interestingly, when I ran with |
When running with
-DENABLE_ASAN=ON
(#1106), the following tests fail:Full output log:
asan_ctest_output.txt
The text was updated successfully, but these errors were encountered: