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

Webdav: requesting snapshot content results in crash #1181

Open
lostb1t opened this issue Jul 20, 2024 · 2 comments
Open

Webdav: requesting snapshot content results in crash #1181

lostb1t opened this issue Jul 20, 2024 · 2 comments
Assignees
Labels
A-filesystem Area: Related to the Filesystem in one way or the other C-bug Category: Something isn't working as expected I-panic Issue: `rustic` panicked

Comments

@lostb1t
Copy link

lostb1t commented Jul 20, 2024

When browsing to a specific snapshot the application crashes (using opendal S3)

The application panicked (crashed).
Message:  Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
Location: /cargo/registry/src/index.crates.io-6f17d22bba15001f/opendal-0.44.2/src/layers/blocking.rs:264
@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Jul 20, 2024
@lostb1t lostb1t changed the title Webdav: requesting snapshot content results in crqsh Webdav: requesting snapshot content results in crash Jul 20, 2024
@nardoor nardoor added C-bug Category: Something isn't working as expected I-panic Issue: `rustic` panicked A-filesystem Area: Related to the Filesystem in one way or the other and removed S-triage Status: Waiting for a maintainer to triage this issue/PR labels Aug 20, 2024
@nardoor
Copy link
Contributor

nardoor commented Aug 22, 2024

To keep you updated, I could reproduce the issue using opendal:fs.
The fix is not trivial, I'll keep this issue updated when I reach it.

@enboig
Copy link

enboig commented Sep 30, 2024

Same problem using sftp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-filesystem Area: Related to the Filesystem in one way or the other C-bug Category: Something isn't working as expected I-panic Issue: `rustic` panicked
Projects
None yet
Development

No branches or pull requests

3 participants