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

panic on prune #239

Open
bjo81 opened this issue Aug 10, 2024 · 1 comment
Open

panic on prune #239

bjo81 opened this issue Aug 10, 2024 · 1 comment
Labels
S-triage Status: Waiting for a maintainer to triage this issue/PR

Comments

@bjo81
Copy link

bjo81 commented Aug 10, 2024

Hi,
thanks for #235 , got a new crash now:

name = "rustic-rs"
operating_system = "Arch Linux [64-bit]"
crate_version = "0.7.0-dev"
explanation = """
Panic occurred in file '/data/build/.cargo/git/checkouts/rustic_core-fa42f42e094d79df/1cecce8/crates/core/src/blob/tree.rs' at line 690
"""
cause = 'called `Result::unwrap()` on an `Err` value: "SendError(..)"'
method = "Panic"
backtrace = """

   0: 0x61ebd4d5e1da - <unresolved>
   1: 0x61ebd4d5b7c7 - <unresolved>
   2: 0x61ebd4ffa9cb - <unresolved>
   3: 0x7335ac51839d - <unresolved>
   4: 0x7335ac59d49c - <unresolved>
   5:        0x0 - <unresolved>"""
@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Aug 10, 2024
@zhuxiujia
Copy link

code have many .unwrap(); on 45 matches on 15 files.
I suggest the author should handle these possible exceptions,may make it more stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-triage Status: Waiting for a maintainer to triage this issue/PR
Projects
None yet
Development

No branches or pull requests

2 participants