-
Notifications
You must be signed in to change notification settings - Fork 181
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
segfault on assert fail with -O1 #46
Comments
What operating system are you compiling the tests on ? |
9836678 |
Does the commit f8e2054 happen to fix this ? |
Ok, leaving this open for the moment as a reminder; it should be fixed when I merge the parameterized tests into bleeding. |
The bug seems to have been there for a long time -- this is why I'm merging the fix now on both master and bleeding. v2.0.1 is now the recommended stable version. |
When compiling test cases with anything other than -O0, a failed assert causes a program crash, instead of just a failure. Simple example:
The text was updated successfully, but these errors were encountered: