-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
inv(13x13 Array{Float64,2}) crahes 0.3.0-prerelease #6748
Comments
That is really strange. Can you run |
This sounds a lot like #6504 - are you running 64-bit Julia on a Haswell processor? ( |
Yes, I believe it is Haswell. Below is the output from versioninfo(true). I will try the referenced file and report back whether that fixed the problem. Thanks for the quick response! julia> versioninfo(true) BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY) Package Directory: C:\Users\xyz.julia\v0.3 julia> |
Great! This worked. Thanks a lot! |
Many thanks @tkelman . Closing as dup. Will be fully fixed when we bump openblas. |
Happy to help. It'll have to be an rc3 or full release of 0.2.9, since the fix is only in the openblas develop branch so far. |
Cc @xianyi |
I'm starting to use julia as an alternative to matlab but have been frustrated by an inability to invert matrices larger than 12x12.
For example, inv(randn(13,13)) crashes julia 100% of the time for me (session quits immediately), while inv(randn(12,12)) works 100% of the time.
I'm running 0.3.0-prerelease+2809 in interactive mode on Windows 8.1 but had the same problem in an earlier julia version. Any ideas?
Really think this is a great project though and looking forward to julia gaining momentum!
The text was updated successfully, but these errors were encountered: