-
-
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
Illegal instruction on Julia v1.2-rc1 (regression) #32386
Comments
This is slightly similar to JuliaLang/LinearAlgebra.jl#637 in that I can't immediately figure out what's going on... |
Sorry that we didn't provide an MWE, didn't manage to put one together so far that reproduces the error. Will be above be Ok for you to track it down? |
Yes, the above is enough. |
Thanks, Jeff! |
Seems to be caused by e3de220. Looks like this is a simpler issue than JuliaLang/LinearAlgebra.jl#637 after all. |
Ah, e3de220 isn't part of v1.2-rc1, right? Will it go into rc2? |
No I believe it is in 1.2-rc1. |
Ah, sorry, silly me - of course it is, otherwise we wouldn't have run into this issue, after all. (Did look in the history of 1.2-rc1 via gitk, and must have overlooked it.) |
So I guess fix #31993 needs a fix itself? :-) Sorry I can't be of any help, here, I'm really not familiar enough with the internals of the Julia compiler ... |
Thanks a lot for the speedy fix, @JeffBezanson! |
On Julia v1.2-rc1 and v1.3.0-DEV.433 (2019-06-20), we get an
Illegal instruction
error with SolidStateDetectors:Note: Needs TypedTables#master until a new version of TypedTables is released (see JuliaData/TypedTables.jl#52).
On Julia v1.1.1 all is fine.
Not sure if this is related to JuliaLang/LinearAlgebra.jl#637 - it also happens with the current nightly though, which has JuliaLang/LinearAlgebra.jl#637 fixed.
We've (@oschulz, @lmh91, @hervasa2) run into this on Ubuntu 16, Ubuntu 19, CentOS-7 and OS-X, so doesn't seem to be OS-related.
The text was updated successfully, but these errors were encountered: