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

Juliainstaller Crash Report #1103

Open
GregLawson opened this issue Nov 8, 2024 · 0 comments
Open

Juliainstaller Crash Report #1103

GregLawson opened this issue Nov 8, 2024 · 0 comments

Comments

@GregLawson
Copy link

$ curl -fsSL https://install.julialang.org | sh

info: downloading installer
Welcome to Julia!

This will download and install the official Julia Language distribution
and its version manager Juliaup.

Juliaup will be installed into the Juliaup home directory, located at:

/home/greg/.juliaup

The julia, juliaup and other commands will be added to
Juliaup's bin directory, located at:

/home/greg/.juliaup/bin

This path will then be added to your PATH environment variable by
modifying the profile files located at:

/home/greg/.bashrc
/home/greg/.bash_profile

Julia will look for a new version of Juliaup itself every 1440 minutes when you start julia.

You can uninstall at any time with juliaup self uninstall and these
changes will be reverted.

✔ Do you want to install with these default configuration choices? · Customize installation

✔ Enter the folder where you want to install Juliaup · /home/greg/.juliaup
? Do you want to add the Julia binaries to your PATH by manipulating various she✔ Do you want to add the Julia binaries to your PATH by manipulating various shell startup scripts? · yes
✔ Do you want to add channel specific symlinks? · yes
? Enter minutes between check for new version at julia startup, use 0 to disable✔ Enter minutes between check for new version at julia startup, use 0 to disable · 1440
? Enter minutes between check for new version by a background task, use 0 to dis✔ Enter minutes between check for new version by a background task, use 0 to disable · 1440
Juliaup will be installed into the Juliaup home directory, located at:

/home/greg/.juliaup

The julia, juliaup and other commands will be added to
Juliaup's bin directory, located at:

/home/greg/.juliaup/bin

This path will then be added to your PATH environment variable by
modifying the profile files located at:

/home/greg/.bashrc
/home/greg/.bash_profile

The installer will configure a CRON job that checks for updates of
Juliaup itself. This CRON job will run every 1440 seconds.

Julia will look for a new version of Juliaup itself every 1440 minutes when you start julia.

Julia will create a symlink for every channel you install that is named julia-.

✔ Do you want to install with these custom configuration choices? · Proceed with installation
Now installing Juliaup
Well, this is embarrassing.
Juliainstaller had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "/tmp/report-f572f400-3b4b-4eb8-aea7-7ed4583b67fe.toml". Submit an issue or email with the subject of "Juliainstaller Crash Report" and include the report as an attachment.

To submit the crash report:

https://github.com/JuliaLang/juliaup

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!
$ cat /tmp/report-f572f400-3b4b-4eb8-aea7-7ed4583b67fe.toml
"name" = "Juliainstaller"
"operating_system" = "Fedora 41.0.0 [64-bit]"
"crate_version" = "1.17.9"
"explanation" = """
Panic occurred in file 'src/command_config_backgroundselfupdate.rs' at lin>
"""
"cause" = """
called Result::unwrap() on an Err value: Failed to retrieve crontab co>

Caused by:
No such file or directory (os error 2)"""
"method" = "Panic"
"backtrace" = """
0: 0x7f78cc599974 - rust_begin_unwind
1: 0x7f78cc254cc2 - core::panicking::panic_fmt::h1443e6472bf095a1
2: 0x7f78cc2550e5 - core::result::unwrap_failed::h2dfe50afae946c08
3: 0x7f78cc3c8773 - juliaup::command_config_backgroundselfupdate::r>
4: 0x7f78cc28acae - juliainstaller::main::hede025bc0f258e56
5: 0x7f78cc271ce3 - std::sys::backtrace::__rust_begin_short_backtra>
6: 0x7f78cc29081b - main
"""

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

1 participant