-
-
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
[LLVM8] Illegal intoptr llbm assertion during Plots.contour
#40222
Comments
@wforbes-pde What is your |
Plots.contour
It appears that I am. I vaguely recall some preferred method of installing Julia where it would be easier to update. julia> versioninfo() |
Where did you get this copy of Julia? These kinds of issues tens to happen if somebody decided to ignore our LLVM patchset. Can you try an official release? |
From the stacktrace I suspect it is: https://launchpad.net/ubuntu/+source/julia/1.4.1+dfsg-1 |
Duplicate of #37003 and https://bugs.launchpad.net/ubuntu/+source/julia/+bug/1891205 @wforbes-pde we recommend the official release at https://julialang.org/downloads/ to avoid these issues |
Yeah I checked their build recipe... |
I ran sudo apt-get install julia |
Please comment on https://bugs.launchpad.net/ubuntu/+source/julia/+bug/1891205 to let the Ubuntu maintainers know that you run into issues. |
Sure. Thanks for the quick response. |
I'm trying to use Plots.contour. I'm not entirely sure that my objects have the appropriate size/shape for contour.
x is Vector{Float64} with 513 elements
t is Vector{Float64} with 10001 elements
time_steps is 10001x513 Array{Float64,2}
The text was updated successfully, but these errors were encountered: