-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Current Unit Tests Fail With Segfault #394
Comments
Problem still present in current HEAD, segfault while running EncodingTest.UTF8_noBOM. gcc version 6.2.1 20161124 (Debian 6.2.1-5). The segfault does not occur in a Debug (-O0) build but does in a RelWithDebInfo (-O2 -DNDEBUG) build. Testing shows that -O2 -DNDEBUG seems to be the minimum for the crash to occur: More detailed traceback from a RelWithDebInfo build:
|
This problem disappeared for me with the latest available version on master. |
Here's the back trace. I'm running on Arch Linux and compiling with g++ 6.1.1 (compiling as 64 bit):
The text was updated successfully, but these errors were encountered: