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

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

Closed
sentry-io bot opened this issue Nov 13, 2024 · 6 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
Milestone

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

Copy link
Author

sentry-io bot commented Nov 25, 2024

Sentry Issue: PARSEC3-LIBPARSEC-J

@FirelightFlagboy
Copy link
Contributor

I've done some investigation, I've opened an issue on macFuse side: macfuse/macfuse#1042

fuser has a PR that fix the issue: cberner/fuser#231

@FirelightFlagboy FirelightFlagboy linked a pull request Nov 26, 2024 that will close this issue
44 tasks
@mmmarcos mmmarcos changed the title [MacOS] Cannot drop file to finder folder of mountpoint, result in panic: overflow when adding duration to instant [🐛 | Bug]: [MacOS] Cannot drop file to finder folder of mountpoint, result in panic: overflow when adding duration to instant Nov 29, 2024
@mmmarcos mmmarcos added this to the v3.2.3 milestone Dec 9, 2024
@Ironicbay
Copy link
Contributor

Fix is present on fuser v0.15.1
Version updated on parsec-cloud in #9073

@mmmarcos
Copy link
Contributor

Closing this as it has been fixed by #9073 (bumping fuser to v0.15.1).

#9173 has been created to backport this into releases/3.2.

@mmmarcos mmmarcos removed a link to a pull request Dec 13, 2024
44 tasks
@mmmarcos mmmarcos modified the milestones: v3.2.3, v3.2.4 Dec 17, 2024
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

3 participants