After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 153266 - File descriptor leak in gnome-vfs-process.c
File descriptor leak in gnome-vfs-process.c
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
cvs (head)
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-21 11:05 UTC by Kjartan Maraas
Modified: 2005-04-12 15:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
possible solution? (673 bytes, patch)
2004-09-21 11:06 UTC, Kjartan Maraas
none Details | Review

Description Kjartan Maraas 2004-09-21 11:05:32 UTC
Valgrind reports this:

==28695== Open file descriptor 10:
==28695==    at 0x227F82: pipe (in /lib/tls/libc-2.3.3.so)
==28695==    by 0x1C0747FA: gnome_vfs_init (gnome-vfs-init.c:135)
==28695==    by 0x1BC8348D: gnome_vfs_post_args_parse (gnome-init.c:423)
==28695==    by 0x1BC80358: gnome_program_postinit (gnome-program.c:1633)
==28695==    by 0x1BC806BF: gnome_program_init_common (gnome-program.c:1865)
==28695==    by 0x1BC809F1: gnome_program_init (gnome-program.c:1683)
==28695==    by 0x80747EB: main (nautilus-main.c:236)
Comment 1 Kjartan Maraas 2004-09-21 11:06:50 UTC
Created attachment 31765 [details] [review]
possible solution?

This is just a shot in the dark really, but maybe good enough to get the
discussion going?
Comment 2 Christian Kellner 2005-04-12 15:35:04 UTC
Leak pluged in cvs HEAD.