I am the user with the bug reported here
https://github.com/JuliaLang/julia/issues/40222.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891205
Title:
Julia crashes only on Ubuntu
To manage notifi
Hello,
I am one of the JuliaLang developer and contributors and we just
received a second bug-report
(https://github.com/JuliaLang/julia/issues/40222), I checked the build-
recipe and I notice that it is setting `USE_SYSTEM_LLVM=1`. The LLVM
version used by Julia is very tightly coupled and often
I'm running Ubuntu 20.04 and I experienced the same crash occuring with
the following code:
--
x = zeros(Float64, (2,3))
permutedims(x)
--
no crash with Arrays of integers!
I thus uninstalled the julia package and, using the binaries available
from julialang.org (version 1.5.1), the problem is s