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

Missing ID passthru on statfs #467

Merged
merged 1 commit into from
Sep 5, 2021

Conversation

puellanivis
Copy link
Collaborator

Issue #466 raised an issue of a lockup that was ascribed to statfs hanging, however, the problem is that Server was responding with ID = 0 as it wasn’t being populated. It looked like the issue was statfs because it was the last thing that happened before the combination of binaries started sleeping, but it had actually returned.

This error caused sshfs to freakout, because it had not sent a request with ID = 0 (which is technically an invalid ID anyways) and print request 0 not found. But as sshfs was still waiting for the response it just threw out, everything desynced and started waiting forever.

Copy link

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@puellanivis puellanivis merged commit ec1ca37 into master Sep 5, 2021
@puellanivis puellanivis deleted the bug/missing-id-passthru-on-statfs branch September 5, 2021 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants