-
Notifications
You must be signed in to change notification settings - Fork 78
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
v0.9.2 breaks prune operations #1313
Comments
github-actions
bot
added
the
S-triage
Status: Waiting for a maintainer to triage this issue/PR
label
Oct 9, 2024
The same error also occurs on name = "rustic-rs"
operating_system = "Arch Linux [64-bit]"
crate_version = "0.9.2"
explanation = """
Panic occurred in file '/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustic_core-0.5.2/src/blob/tree.rs' at line 698
"""
cause = """
Sending tree ac08ce34 on channel failed: sending on a full channel.
This should not happen! Please report it to the developers: https://github.com/rustic-rs/rustic_core/issues/new
"""
method = "Panic"
backtrace = """
0: 0x590b781be684 - <unresolved>
1: 0x590b784da61b - <unresolved>
2: 0x7abefa9f639d - <unresolved>
3: 0x7abefaa7b49c - <unresolved>
4: 0x0 - <unresolved>""" |
simonsan
added a commit
to rustic-rs/rustic_core
that referenced
this issue
Oct 10, 2024
…g tree from backend panics" (#325) Reverts #314 Related rustic-rs/rustic#1313
simonsan
added a commit
that referenced
this issue
Oct 10, 2024
This contains an immediate fix for a newly introduced bug in 0.5.2 that involved how the TreeStreamerOnce handled errors when a channel was full. Fixes v0.9.2 breaks prune operations #1313 Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
simonsan
added a commit
that referenced
this issue
Oct 10, 2024
This contains an immediate fix for a newly introduced bug in `rustic_core v0.5.2` that involved how the `TreeStreamerOnce` handled errors when a channel was full. Fixes v0.9.2 breaks prune operations #1313 Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
Thanks for bringing it up! This is fixed in rustic v0.9.3! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to run prune:
the following panic occurs:
It happens when rustic is searching for used blobs:
reverting back to v0.9.1 solves the issue
The text was updated successfully, but these errors were encountered: