JuliaLang/juliaup

Juliaup Crash Report

eschnett opened this issue · 2 comments

"name" = "Juliaup"
"operating_system" = "Mac OS 14.6.1 [64-bit]"
"crate_version" = "1.17.4"
"explanation" = """
Panic occurred in file 'src/command_update.rs' at line 83
"""
"cause" = "assertion failed: !version.is_empty()"
"method" = "Panic"
"backtrace" = """

   0: 0x105070df4 - core::panicking::panic::ha86301d07c045335
   1: 0x104ef7f39 - juliaup::command_update::update_channel::h875a10af5b26659a
   2: 0x104d8ccd2 - juliaup::main::h830dcac2fb1b84f3
   3: 0x104d7dff6 - std::sys_common::backtrace::__rust_begin_short_backtrace::hcb5656c6ec4a1df2
   4: 0x104d9127a - _main
   5: 0x7ff803ea0345 - <unresolved>"""

This is a repeatable problem. juliaup update keeps crashing. juliaup self update does nothing.

I have these versions installed:

$ juliaup status
 Default  Channel  Version                          Update
---------------------------------------------------------------------
          1.0      1.0.5+0.x64.apple.darwin14
          1.1      1.1.1+0.x64.apple.darwin14
          1.2      1.2.0+0.x64.apple.darwin14
          1.3      1.3.1+0.x64.apple.darwin14
          1.4      1.4.2+0.x64.apple.darwin14
          1.5      1.5.4+0.x64.apple.darwin14
          1.6      1.6.7+0.x64.apple.darwin14
          1.7      1.7.3+0.x64.apple.darwin14
          1.8      1.8.5+0.x64.apple.darwin14
          1.9      1.9.4+0.x64.apple.darwin14
          1.10     1.10.5+0.x64.apple.darwin14
       *  beta     1.11.0-rc3+0.x64.apple.darwin14
          nightly  Development version              Update available
          release  1.10.5+0.x64.apple.darwin14

juliaup rm nightly resolved the problem.

A subsequent juliaup add nightly worked, and juliaup update is now working again as well.

If you are interested then I can investigate the previous state (from before juliaup rm nightly) from a recent backup.