-
Notifications
You must be signed in to change notification settings - Fork 31
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 upon "using GSL" on Julia master #99
Comments
Any chance to try on julia v1.1 stable? |
I just tried it with 1.1 stable and there was no segfault with GSL recompiling. So only 1.2 master causes it. |
The error also happens on a different Ubuntu machine with 5 days old Julia master (Commit f611b46e72) |
I updated the Travis config to test on nightly: it appears there as well. |
Would you be able to run git bisect in julia repository to search for the offending commit? |
You have a hint from appveyor about the last good revision: https://ci.appveyor.com/project/simonbyrne/gsl-jl/history |
OK I'm trying the bisect now fyi during bisect I am getting OutOfMemoryError() for some commits (eg f44a37f333) before the later commits that segfault. |
OK bisection yielded:
|
I've opened an issue in Julia at JuliaLang/julia#31488 |
JuliaLang/julia#31488 has been fixed and I confirm that |
I'm on Ubuntu. I didn't get this segfault until after I rebuilt Julia master a few days ago. I rebuilt again just now and I still get the segfault. I get the segfault with both GSL#v0.5.0 and GSL#master.
The text was updated successfully, but these errors were encountered: