Bug 262481

Summary: kio_filenamesearch consumes 1GB+ memory
Product: [Applications] dolphin Reporter: Michael Meier <mick22>
Component: searchAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal CC: peter.penz19
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 4.6.0

Description Michael Meier 2011-01-08 02:11:26 UTC
Version:           4.6 (using KDE 4.5.95) 
OS:                Linux

Using dolphin, go to the root folder of a hard disk and start searching for a file.

As the search goes on, the kio_filenamesearch process will consume more and more memory. I killed it when its heap size was about 1.1GB, just soon enough before it would have brought my system down due to continuous swapping.

Reproducible: Always
Comment 1 Peter Penz 2011-01-09 00:49:10 UTC
SVN commit 1212997 by ppenz:

Fix memory leak in searchDirectory()

BUG: 262481
FIXED-IN: 4.6.0


 M  +3 -0      filenamesearchprotocol.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1212997
Comment 2 Peter Penz 2011-01-09 00:49:36 UTC
SVN commit 1212998 by ppenz:

Forward port: Fix memory leak in searchDirectory()

CCBUG: 262481



 M  +3 -0      filenamesearchprotocol.cpp  


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