What steps will reproduce the problem?
1. Create an empty file (eg, use the "touch" command)
2. Try to remove the file.
3. To actually remove the file, put some data in it first (ie, "echo foo
>file") and then remove it.
What is the expected output? What do you see instead?
Expected: no output
Error output varies:
$ touch empty
$ rm empty
rm: cannot remove `empty': Bad file descriptor
$ touch empty2
$ rm empty2
rm: cannot remove `empty2': No child processes
$ touch empty3
$ rm empty3
rm: cannot remove `empty3': Resource temporarily unavailable
What version of the product are you using? On what operating system?
r177 on Linux with Fuse 2.7.4
Original issue reported on code.google.com by jvi...@gmail.com on 5 Aug 2009 at 5:44
Original issue reported on code.google.com by
jvi...@gmail.com
on 5 Aug 2009 at 5:44