-
Notifications
You must be signed in to change notification settings - Fork 89
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
Juliaup launcher Crash Report #1093
Comments
VincentPoupart
changed the title
Juliaup launcher had a problem and crashed
Juliaup launcher Crash Report
Oct 29, 2024
Can you check whether there is a Julia binary at that location? |
The julia binary is effectively there, and executable by the user. I wonder if the crash is due to the fact I use the musl version of void linux instead of glibc |
Ah, yes. We don't support that scenario, see #764 at the end for a discussion. |
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
report-ed5ee907-dd4e-4eb6-9d3b-32c0de400547.toml.txt
cat /tmp/report-ed5ee907-dd4e-4eb6-9d3b-32c0de400547.toml
'''
"name" = "Juliaup launcher"
"operating_system" = "Void Linux Rolling Release (void) [64-bit]"
"crate_version" = "1.17.9"
"explanation" = """
Panic occurred in file 'src/bin/julialauncher.rs' at line 412
"""
"cause" = 'Could not launch Julia. Verify that there is a valid Julia binary at "/home/vincent/.julia/juliaup/julia-1.11.1+0.x64.linux.gnu/bin/julia".'
"method" = "Panic"
"backtrace" = """
0: 0x7fae763c67f4 - rust_begin_unwind
1: 0x7fae7623d1b2 - core::panicking::panic_fmt::h1443e6472bf095a1
2: 0x7fae762595b1 - julialauncher::run_app::h8b58b049b7670dbc
3: 0x7fae7625bdba - julialauncher::main::hfa5d54d668acab0d
4: 0x7fae7624b093 - std::sys::backtrace::__rust_begin_short_backtrace::h80462dd329f570f5
5: 0x7fae7625ca13 - main
"""
'''
The text was updated successfully, but these errors were encountered: