GNOME Bugzilla – Bug 651863
gvfsd-http leaks file handles
Last modified: 2012-12-06 10:13:21 UTC
Original symptom: Rhythmbox podcast feeds could not be updated because it was "unable to parse feed contents". Investigating further: $ gvfs-info valid-feed-url fails due to Error getting info: Error while getting peer-to-peer dbus connection: Failed to create new socket: Failed to open socket: Too many open files lsof shows that gvfsd-http has 3192 open files. After killing gvfs (and restarting rhythmbox), everything works again. Additional info: gvfs-1.8.2-1 rhythmbox-2.90.1.git20110528-1 Arch Linux, kernel 2.6.38 Originally reported: https://bugs.archlinux.org/task/24539
Seems gvfsd-http never closes its connections. netstat gets filled with sockets in CLOSE_WAIT state.
Still an issue using 1.10.0.
Still an issue using 1.12.2.
Still an issue using 1.12.3.
Still an issue using 1.14.0.
There are several similar bugs open, let's deal with them together in bug 639777. *** This bug has been marked as a duplicate of bug 639777 ***