-
Notifications
You must be signed in to change notification settings - Fork 29
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 with small matrix on release builds #123
Comments
Is this your own source build of Julia? Could you please share the output from |
The segfault is on the Manjaro packaged version of Julia,
Happy to do a release build from source and test again if that would be informative. The debug build was the same |
There have been many issues with julia versions distributed by the various Linux package systems. See e.g. #5 and the linked issues. I'll recommend that you try out the official binaries from https://julialang.org/. |
Interesting. You're right, it runs fine on a release build from source. Seems to be the same issue as #5, I will close this one. |
Steps to reproduce:
On the debug build, this works as normal (unfortunately for debugging...). On the release build, most of the time for me this will segfault. Once it failed with a ReadOnlyMemoryError. The stacktrace isn't particularly informative, but here's the top frames in the backtrace that have names:
I'm not sure if it's a problem in
Arpack.jl
,arpack
oropenblas
. Let me know if I can provide any more information or if I should move the bug report there. Also happy to try to track down the problem more, but it's quite tricky since it doesn't seem to happen on debug builds.The text was updated successfully, but these errors were encountered: