Skip to content
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

Closed
VincentPoupart opened this issue Oct 29, 2024 · 4 comments
Closed

Juliaup launcher Crash Report #1093

VincentPoupart opened this issue Oct 29, 2024 · 4 comments

Comments

@VincentPoupart
Copy link

VincentPoupart commented Oct 29, 2024

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
"""
'''

@VincentPoupart VincentPoupart changed the title Juliaup launcher had a problem and crashed Juliaup launcher Crash Report Oct 29, 2024
@davidanthoff
Copy link
Collaborator

Can you check whether there is a Julia binary at that location?

@VincentPoupart
Copy link
Author

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

@davidanthoff
Copy link
Collaborator

Ah, yes. We don't support that scenario, see #764 at the end for a discussion.

@VincentPoupart
Copy link
Author

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants