Bug 177740 - kiothumbnail of large png in dolphin eats up memory and causes whole system to be unresponsive
Summary: kiothumbnail of large png in dolphin eats up memory and causes whole system t...
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-14 00:18 UTC by Thomas Weissel
Modified: 2008-12-14 12:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Weissel 2008-12-14 00:18:32 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

just hovering a large png in dolphin (~200MB) (or any other file that big) results in an unusable system.. i figured out that it ist kio-thumbnail that starts one process after another and each prozess needs about 700 MB ram.. (~3.5 GB present)

(if you are fast enough to hit ctrl+alt+backspace you can avoid the reset button)


so why is dolphin making these thumbnails at all .. the setup says (not larger than 5mb) that works for the fileview (icons, details, etc)  but not for the "information" dialog in the side panel which does thumbnails no matter what..
Comment 1 Peter Penz 2008-12-14 12:25:47 UTC
SVN commit 896725 by ppenz:

* Don't ignore the maximum file size for previews in the information panel. Corresponding to bug 177740 creating a thumbnail for a 200 MB PNG consumes 700 MB temporary memory...

* Remember the created thumbnail for later reuse.

BUG: 177740

 M  +1 -2      infosidebarpage.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=896725