[Bug 1891205] Re: Julia crashes only on Ubuntu

2021-03-26 Thread wesley
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

[Bug 1891205] Re: Julia crashes only on Ubuntu

2021-03-26 Thread wallnuss
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

[Bug 1891205] Re: Julia crashes only on Ubuntu

2020-08-31 Thread Cedric Lh
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