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

daemon can panic on POSIX systems when sending interrupt after mounting #35

Open
djdv opened this issue Jul 13, 2023 · 0 comments
Open

Comments

@djdv
Copy link
Owner

djdv commented Jul 13, 2023

This is due to cgofuse registering its own handler that conflicts with ours.
This used to be stubbed out by this commit in our fork but the "go.mod" replace directive was dropped at some point during development.

We need to hard fork and/or coordinate with upstream about this. Since we have a similar problem on Windows with WinFSP.
We'd like cgofuse and WinFSP to have some mechanism to disable registering an interrupt handler, so that ours is always invoked.

For the former we can stub it out, for the latter I think this might be handled in the driver. If it is we can't change it easily due to driver signing requirements.

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

No branches or pull requests

1 participant