Crash when running "rad patch review" on cdbbeda
I just executed:
rad patch review cdbbeda
and was greeted with
Well, this is embarrassing.
radicle-cli 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-6cc9dbfe-a0db-4bfe-a47f-016dedc81b20.toml". Submit an issue or email with the subject of "radicle-cli Crash Report" and include the report as an attachment.
- Homepage: https://radicle.xyz
To submit the crash report:
Open a support request at https://radicle.zulipchat.com/ or file an issue via Radicle itself, or e-mail to team@radicle.xyz
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!
This is on radicle-node and radicle-cli 1.6.1, not sure whether it matters anymore since 1.7.0 is about to happen.
The crash log from the file mentioned in above crash:
name = "radicle-cli"
operating_system = "NixOS 25.11.0 [64-bit]"
crate_version = "0.17.0"
explanation = """
Panic occurred in file 'crates/radicle-cli/src/commands/patch/args.rs' at line 639
"""
cause = "expected one of `--patch`, `--delete`, `--accept`, or `--reject`"
method = "Panic"
backtrace = """
0: 0x564743207153 - human_panic::report::Report::new::h05431091c1742ee1
1: 0x564743205366 - human_panic::handle_dump::hf04b134df3dcd7ee
2: 0x5647431a7f1a - human_panic::setup_panic::{{closure}}::he7235f49312a821d
3: 0x564743c1aafb - std::panicking::panic_with_hook::hf5deea2fc5d79056
4: 0x564743c06516 - std::panicking::panic_handler::{{closure}}::h3678cfe4e749a213
5: 0x564743c056b9 - std::sys::backtrace::__rust_end_short_backtrace::hf98377857d9e9cf7
6: 0x564743c163dd - __rustc[bd3b3f48d2381c32]::rust_begin_unwind
7: 0x564743017bd0 - core::panicking::panic_fmt::hf6e3d461535f5ca9
8: 0x5647433d6a7e - radicle_cli::commands::patch::args::<impl core::convert::From<radicle_cli::commands::patch::args::ReviewArgs> for radicle_cli::commands::patch::review::Options>::from::hc3588ed358147f72
9: 0x5647430d14d0 - radicle_cli::commands::patch::run::ha3caa844f5c6f862
10: 0x5647431cc0ea - rad::run::h7d889dcd7cc8b662
11: 0x5647431ce4fb - rad::main::hfdeaac7cb0c6b676
12: 0x56474312b8a6 - std::sys::backtrace::__rust_begin_short_backtrace::h3c2330f37919df36
13: 0x56474315231c - std::rt::lang_start::{{closure}}::hea40fe3f67df1d67
14: 0x564743c178d5 - std::rt::lang_start_internal::h1536f6da427acac8
15: 0x5647431e230d - main
16: 0x7f7f4c42a4d8 - __libc_start_call_main
17: 0x7f7f4c42a59b - __libc_start_main_alias_1
18: 0x564743017d15 - _start
19: 0x0 - <unresolved>
"""