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 134544 - large jpegs with small filesize eat up memory
large jpegs with small filesize eat up memory
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Thumbnails
0.x.x [obsolete]
Other Linux
: High major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 334599 337607 337933 338547 340120 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-02-16 17:02 UTC by Jakub Steiner
Modified: 2006-06-16 16:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Steiner 2004-02-16 17:02:26 UTC
I happen to have downloaded a jpeg wich is about 10000x6000px, but highly
compressed, ending in about 6MB file. Nautilus is set to thumbnail only
files smaller than 10MB, so it tries with this one and eats all my 512MB
RAM and swap and is very hard to kill.

Although lowering the limit seems to be a quick fix, I'd like to keep my
PNG files thumbnailed :/
Comment 1 Elijah Newren 2004-02-16 21:12:02 UTC
Hmm.  I'll take a stab at the correct priority and severity settings
and tack the bugsquad keyword on.
Comment 2 Ben Maurer 2005-03-10 01:19:25 UTC
We probably open up the, create the full size image, and then make that into a
thumbnail. We should likely limit the size of the in-memory image we create.
Comment 3 Josh Lee 2006-02-10 22:09:51 UTC
I got the same problem with a 2.2 Mb GIF screencast (190 frames).
Comment 4 Christian Neumair 2006-04-07 13:36:15 UTC
*** Bug 334599 has been marked as a duplicate of this bug. ***
Comment 5 Christian Neumair 2006-04-07 13:36:32 UTC
*** Bug 337607 has been marked as a duplicate of this bug. ***
Comment 6 Christian Neumair 2006-04-07 13:36:59 UTC
Patch:
http://mail.gnome.org/archives/nautilus-list/2006-April/msg00018.html
Comment 7 Sergej Kotliar 2006-04-10 13:31:02 UTC
*** Bug 337933 has been marked as a duplicate of this bug. ***
Comment 8 Sergej Kotliar 2006-04-15 10:54:15 UTC
*** Bug 338547 has been marked as a duplicate of this bug. ***
Comment 9 Sergej Kotliar 2006-04-30 11:04:59 UTC
*** Bug 340120 has been marked as a duplicate of this bug. ***
Comment 10 Christian Neumair 2006-06-16 16:32:11 UTC
The GdkPixbufLoader patch was committed and is included in Nautilus 2.15.3. All your memory consumption issues should have gone :).
Comment 11 Christian Neumair 2006-06-16 16:33:50 UTC
FYI, the patch that was committed is similar to 
http://mail.gnome.org/archives/nautilus-list/2006-May/msg00049.html