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: not yet implemented #9352

Open
sentry-io bot opened this issue Jan 16, 2025 · 1 comment
Open

panic: not yet implemented #9352

sentry-io bot opened this issue Jan 16, 2025 · 1 comment
Assignees
Labels
A-Client Area: Parsec desktop application C-Bug Issue related to a bug I-Rust Impact: Rust-related stuff

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 16, 2025

Sentry Issue: PARSEC3-LIBPARSEC-N

panic: not yet implemented
  ?, in rust_begin_unwind
  ?, in libparsec_client::workspace::transactions::outbound_sync::reshape_and_upload_blocks::{{closure}}
  ?, in libparsec_client::workspace::transactions::outbound_sync::outbound_sync_child::{{closure}}
  ?, in libparsec_client::monitors::workspace_outbound_sync::task_future_factory::{{closure}}::{{closure}}
  File "pthread_create.c", line 442, in start_thread
...
(19 additional frame(s) were not displayed)
@sentry-io sentry-io bot added C-Bug Issue related to a bug I-Rust Impact: Rust-related stuff labels Jan 16, 2025
@mmmarcos
Copy link
Contributor

mmmarcos commented Jan 16, 2025

Following the reshape_and_upload_blocks function, this error was probably originated here:

// TODO: manifest seems to contain invalid data (or the server is lying to us)
ReadChunkOrBlockError::ChunkNotFound => todo!(),

@FirelightFlagboy FirelightFlagboy added the A-Client Area: Parsec desktop application label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Client Area: Parsec desktop application C-Bug Issue related to a bug I-Rust Impact: Rust-related stuff
Projects
None yet
Development

No branches or pull requests

3 participants