-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add test exception with message #131
Add test exception with message #131
Conversation
I tested this on Ubuntu 20 and it worked fine. I seem to be missing something for Windows 😅. Sorry, I'll check this out later. |
Windows seems fine - but there is some UBSAN issue. |
In my computer the sanitizer is failing even in master. In the CI it is failing with |
Trying to work this out at the minute in the other PR (with some choice language, its just for testing as I don't have Linux locally setup at present!) #132 |
I see in your commits in the other PR, that it seems to be a problem with the compiler. I made a commit to disable the test like you did, but only for |
Yeah @facug91 it seems like this is the same GLIBC cstdlib sanitizer bug - pretty hard to track down! |
Good work getting this through! |
Solves issue #130