[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/julia/+bug/1891205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 includes Julia
specific patches that are subsequently upstreamed. We strongly
discourage users to use an unpatched LLVM and we go to great lengths to
isolate the Julia provided LLVM from the system one.


** Bug watch added: github.com/JuliaLang/julia/issues #40222
   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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/julia/+bug/1891205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 solved.

apt-cache policy julia
julia:
  Installé : (aucun)
  Candidat : 1.4.1+dfsg-1
 Table de version :
 1.4.1+dfsg-1 500
500 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/julia/+bug/1891205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs