-
Notifications
You must be signed in to change notification settings - Fork 76
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
Segfaults #82
Comments
@light2yellow I believe it is not the malloc itself, but it is the destination Maybe it helps if you cherry-pick my pullreq into your branch. |
Thanks for the hint. Apparently, I was using |
So far I cannot reproduce this on Ubuntu 16.10 with nothing being changed. |
Fixed by #89, which has nothing to do with the way which building system is used. Which means the segfault was magically omitted in qmake.
|
While trying to test the Linux part on Arch Linux of my CMake branch cmake-bustling I'm stuck with segfaults. Related logs are published as a gist.
If you would like to investigate, checkout that branch, run
To uninstall:
Current
testing
here builds and works as expected.I guess the issue with
malloc()
failing for some reason. And its return value is not checked :)The text was updated successfully, but these errors were encountered: