Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHandle unmount failures gracefully #30
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After running the functional test suite for a while, and encountering a hard-stop error, a number of "stale" mounts are left behind:
These may result when a functional test fails and doesn't clean up properly, or tries to clean up and unmount but a running process holds an open file handle within the mount.
The latter issue is one we will need to consider -- what should the action of
gvfs unmountbe when we cannot actually unmount the FUSE device?