-
-
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
pacman julia crashes with segmentation fault on ]up #43682
Comments
Please file this at https://bugs.archlinux.org/ the Archlinux binaries are using an unsupported build configuration (e.g. system LLVM without Julia patches and wrong LLVM version) as well as patching Julia itself to support that configuration. We recommend the use of the julia-bin package from the AUR. |
In conda-forge we see the segfault with libcurl 7.81 but not 7.80. |
@cjwyett on the conda-forge issue which looks similar I bisected the problem to curl/curl@2b3dd01
The above is an unsupported configuration of libcurl. This is the supported configuration of libcurl for Julia 1.7.1: $ bin/julia -E "using LibCURL; unsafe_string(LibCURL.curl_version())"
"libcurl/7.73.0 mbedTLS/2.24.0 zlib/1.2.11 libssh2/1.9.0 nghttp2/1.41.0" |
Official binaries work fine, but I don't know where else to report this. Started with the new update. Stacktrace:
The text was updated successfully, but these errors were encountered: