chigga102 / s3fuse

Automatically exported from code.google.com/p/s3fuse
Other
0 stars 0 forks source link

Probable file descriptor leak #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create and mount a bucket with 100s of files
2. cat /mnt/mybucket/* > /dev/null
3. ls -laps /proc/<s3fuse pid>/fd/

What is the expected output? What do you see instead?
You see hundreds of open files
…
0 lrwx—— 1 root root 64 Mar 5 20:14 /proc/25879/fd/147 -> 
/tmp/s3fuse.local-QRQr1A (deleted)

Free disk space is also decreased by the total size of the bucket.

What version of the product are you using? On what operating system?
0.11, Amazon Linux

Please provide any additional information below.

Original issue reported on code.google.com by gchu...@gmail.com on 8 Mar 2012 at 12:50

GoogleCodeExporter commented 8 years ago
Fixed in r190.

Original comment by tar...@bedeir.com on 13 Mar 2012 at 1:53