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

[MacOS] Cannot drop file to finder folder of mountpoint, result in panic: overflow when adding duration to instant #8907

Open
sentry-io bot opened this issue Nov 13, 2024 · 2 comments
Assignees
Labels
A-Client Area: Parsec desktop application A-MacOS Area: MacOS issue C-Bug Issue related to a bug I-Rust Impact: Rust-related stuff

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 13, 2024

  1. Have a worskpace
  2. Open the finder app to the folder of the workspace
  3. Open a new finder window to a folder where you want to copy something
  4. Drag the element you want to copy and drop it in the finder app that is open to the folder of the workspace.

Note: upon crash the mountpoint is removed (unmounted)

Sentry Issue: PARSEC3-LIBPARSEC-H

panic: overflow when adding duration to instant
  ?, in _rust_begin_unwind
  ?, in fuser::ll::request::op::SetAttr::crtime
...
(5 additional frame(s) were not displayed)
@sentry-io sentry-io bot added A-Client Area: Parsec desktop application A-MacOS Area: MacOS issue C-Bug Issue related to a bug I-Rust Impact: Rust-related stuff labels Nov 13, 2024
@FirelightFlagboy
Copy link
Contributor

This issue is caused by an overflow on fuser side, cf cberner/fuser#217

@FirelightFlagboy
Copy link
Contributor

I'm able to reproduce it using the example binary of plt-mountpoint

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 A-MacOS Area: MacOS issue C-Bug Issue related to a bug I-Rust Impact: Rust-related stuff
Projects
None yet
Development

No branches or pull requests

1 participant