-
Notifications
You must be signed in to change notification settings - Fork 286
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
encfs does not want to exit by itself after inactivity #470
Comments
I've put some log around |
So issue reproduced last night. According to my debug log lines, main thread seems to still be in :
|
Can you attach gdb and get a backtrace? |
I wonder what we are actually waiting for here Line 765 in c9d6ec8
the FS has been umounted, couldn't we just exit right there? |
Yes we could, as we are just waiting to be waken-up by the main thread to exit...
|
Issue reproduced again. Again, main thread seems to hang in Here are several backtraces : |
Alll threads hanging in |
I wonder if this could effectively be a FreeBSD bug. |
Hello,
Sometimes, I encounter the following behavior when using inactivity auto-unmount :
Filesystem is properly unmounted, however,
encfs
process is still running :I already had this issue from time to time with 1.9.1, still the same with 1.9.4.
Any idea why ?
A race at the end of the code path ?
Many thanks 👍
Ben
The text was updated successfully, but these errors were encountered: