Public bug reported:

Binary package hint: gvfs-fuse

Each time I mount a .zip archive with gvfs, 2 sockets remain opened.
This is an issue when I use scripts which regularly mount and umount
many .zip files (i.e., jars...). Note, I have to access the mounted dir
(that's why the ls -lR needed) to trigger the leak.

Here is my test run:

--
f...@fery-ge:~/tmp$ for i in 1 2 3 4 5 ; do gvfs-mount 
archive://file%3A%2F%2F%2Fhome%2Ffery%2Ftmp%2Ftest%2Ezip ; ls -lR 
~/.gvfs/test.zip >/dev/null; gvfs-mount -u ~/.gvfs/test.zip/ ; lsof +c 15 -c 
gvfs-fuse|grep socket|wc ; sleep 2 ; done
     40     320    2880
     42     336    3024
     44     352    3168
     46     368    3312
     48     384    3456
f...@fery-ge:~/tmp$ unzip -t /home/fery/tmp/test.zip 
Archive:  /home/fery/tmp/test.zip
    testing: 1/                       OK
    testing: 1/test.txt               OK
    testing: 1/1/                     OK
    testing: 1/1/test2.txt            OK
No errors detected in compressed data of /home/fery/tmp/test.zip.
f...@fery-ge:~/tmp$ lsof +c 15 -c gvfs-fuse|grep socket
gvfs-fuse-daemo 3293 fery    4u  unix 0xf5dc9880            9021 socket
gvfs-fuse-daemo 3293 fery    7u  unix 0xf5dc9dc0            9026 socket
gvfs-fuse-daemo 3293 fery    8u  unix 0xf44d08c0           23201 socket
gvfs-fuse-daemo 3293 fery    9u  unix 0xf44d1880           23205 socket
gvfs-fuse-daemo 3293 fery   10u  unix 0xf44d1c00           23206 socket
gvfs-fuse-daemo 3293 fery   11u  unix 0xf44d0fc0           23214 socket
gvfs-fuse-daemo 3293 fery   12u  unix 0xf4549880           25238 socket
gvfs-fuse-daemo 3293 fery   13u  unix 0xf44d0000           25239 socket
gvfs-fuse-daemo 3293 fery   14u  unix 0xf44d01c0           24734 socket
gvfs-fuse-daemo 3293 fery   15u  unix 0xf44d0540           24735 socket
gvfs-fuse-daemo 3293 fery   16u  unix 0xf4578e00           26890 socket
[...]
--

Versions:

Ubuntu 9.04

Source: gvfs
Version: 1.2.2-0ubuntu2

Regards,
Ferenc

** Affects: gvfs (Ubuntu)
     Importance: Undecided
         Status: New

-- 
gvfs-fuse-daemon leaks when mounting zip files
https://bugs.launchpad.net/bugs/430598
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to