-
-
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
Full crash of Julia #37003
Comments
I can't reproduce it in 1.4.0 (Linux), 1.4.1 (Windows) and 1.5.0 (Windows & Linux). |
Also can not reproduce on 1.4.0
You do have an extra closing parenthesis in You may also try to use the julia |
Hm... I checked on a different machine with the same Linux install but different hardware and I could reproduce it.
Yep, that's a typo
Yes, I am going to try that. Only need to install Julia 1.5 |
So I tried with a fresh 1.5 installation and cannot reproduce the problem either. So I cannot use the |
Are these the official julia binaries. If not, can you reproduce with the official binary from https://julialang.org/downloads/oldreleases/? |
They are installed via the package manager. It should be this package: https://packages.ubuntu.com/focal/julia |
Report it to the distribution then. The official way to use Julia is by using the binaries at https://julialang.org/downloads/ |
Specifically, this is happening because they're using a shared system LLVM. Julia uses LLVM very heavily and requires carrying forward patches for nearly every LLVM release: https://github.com/JuliaLang/julia/tree/release-1.4/deps/patches Without these patches, Julia will fail tests and generally be buggy. |
Good to know, thank you! And sorry for the noise |
No problem. But please do report it to Ubuntu! The distros are very reluctant to allow Julia to use its own LLVM, which leads to almost every distro version of Julia being broken. The more people make noise to them about this, the more likely they are to actually do something about it and build Julia with its own patched LLVM. |
Hello,
so I found a hard crash of Julia from a small piece of code
And the resulting crash "report" is:
versioninfo
is:Please let me know if I can help in any way!
The text was updated successfully, but these errors were encountered: