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

hangs with FUSE 2.7.x when doing lots of renames #14

Closed
GoogleCodeExporter opened this issue Dec 17, 2015 · 3 comments
Closed

hangs with FUSE 2.7.x when doing lots of renames #14

GoogleCodeExporter opened this issue Dec 17, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Using libfuse 2.7.2 or 2.7.4 (probably all 2.7.x releases), fusecompress
gets stuck badly when under rename() stress. Running

while true ; do mv -v x/* y ; mv -v y/* x ; done

hangs after only a few operations. The problem only occurs when mounting
the fusecompress FS on top of its backing directory (i.e. old syntax,
"fusecompress /foo"). Trying to kill fusecompress or the process doing the
rename() is not possible, attaching to those processes does not work either
(strace and gdb hang, too).

There is no such problem when using a differently named backing directory
(new syntax, e.g. "fusecompress /foo /bar") or when using libfuse 2.8.0pre1.

This is most likely a bug in libfuse.

Original issue reported on code.google.com by ulrich.h...@gmail.com on 12 Aug 2008 at 8:59

@GoogleCodeExporter
Copy link
Author

Original comment by ulrich.h...@gmail.com on 13 Aug 2008 at 1:03

  • Added labels: Severity-High

@GoogleCodeExporter
Copy link
Author

Original comment by ulrich.h...@gmail.com on 31 Aug 2008 at 8:59

  • Added labels: BugInFuse

@GoogleCodeExporter
Copy link
Author

Let's assume 2.7.x is a thing of the past...

Original comment by ulrich.h...@gmail.com on 8 Nov 2011 at 12:38

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant