Actions
Bug #7466
closed[FUSE] arv-mount hang on exit
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
In 9tee4-d1hrv-f815phodemslkvc, arv-mount seems to have hung here somewhere:
operations.destroy()
This is my best guess because the child process is gone, and the mount itself has already been unmounted, and the next call after destroy() is exit().
For almost a day, arv-mount was still running after the child process apparently finished.
Updated by Peter Amstutz about 9 years ago
I suspect this is caused by #7654 because the destroy() method calls event.close().
Updated by Brett Smith about 9 years ago
- Status changed from New to Feedback
Let's keep an eye on whether we see this recur after #7654 is deployed.
Updated by Peter Amstutz over 7 years ago
- Status changed from Feedback to Closed
Actions