Bug 133681

Summary: gnome-vfs2 allocates all memory and thrashes the box to death
Product: [Fedora] Fedora Reporter: Nicholas Miell <nmiell>
Component: gnome-vfs2Assignee: Jonathan Blandford <jrb>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 3CC: ddumas, rstrode
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-01 15:41:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 130887    

Description Nicholas Miell 2004-09-26 07:49:31 UTC
Due to a bug in libegg
(http://bugzilla.gnome.org/show_bug.cgi?id=153759), gnome-vfs2 will
frequently allocate multi-gigabyte chunks of RAM and thrash the box to
death.

I've had the panel, nautilus, and firefox all trigger the problem.

Because of sizeof(void*) verses sizeof(int) issues, I think this will
only trigger on 64-bit architectures (and probably only little-endian
ones, at that).

Comment 1 Jonathan Blandford 2004-09-29 03:02:01 UTC
This was fixed upstream and in our packages, right ray?

Comment 2 Nicholas Miell 2004-09-29 03:49:09 UTC
Note that upstream was fixed twice

Comment 3 Ray Strode [halfline] 2004-09-29 04:23:27 UTC
Should be fixed in tomorrow's rawhide.

Comment 4 Nicholas Miell 2004-09-30 21:09:27 UTC
desktop-file-utils-0.8.tar.gz has it's own unfixed copy of
eggdesktopentries.c

Comment 5 Ray Strode [halfline] 2004-10-01 15:41:01 UTC
it was fixed in desktop-file-utils-0.9

Comment 6 Nicholas Miell 2004-10-02 05:42:27 UTC
The gnome-vfs2 package still embeds desktop-file-utils 0.8, but I
guess that doesn't matter because the gnome-vfs2 package only uses
libmenu.so from desktop-file-utils, and that doesn't use
eggdesktopentries.c