Bug 49215 - memory leak in kicker
Summary: memory leak in kicker
Status: RESOLVED FIXED
Alias: None
Product: kicker
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: John Firebaugh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-16 04:00 UTC by Andrey V. Panov
Modified: 2003-08-22 21:39 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 Andrey V. Panov 2002-10-16 04:00:38 UTC
Version:           3.0.4 (using KDE KDE 1.2)
Installed from:    Compiled From Sources
Compiler:          gcc-2.95.3 
OS:          LinuxLinux

There is a memory leak in the kicker. After several days of running KDE even in locked mode (running klock) kicker occupies 100 Mb of memory and more (X driver does not support dri for my video card, so this is real memory). I run some applets: desktop switch, taskbar, kweather, LCD digital clock. This bug was reported several times and marked as closed but still (kde-3.0.4) is present. The leak was introduced somewhere in the kde-2.2.x branch. I hope this bug will be fixed.
Comment 1 John Firebaugh 2002-10-16 08:16:08 UTC
Can you run without kweather for several days and see if it still happens? 
Comment 2 Stephan Kulow 2002-10-16 13:01:13 UTC
Subject: Re:  New: memory leak in kicker

Am Wednesday 16 October 2002 04:00 schrieb Andrey V.Panov:
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>
> http://bugs.kde.org/show_bug.cgi?id=49215
>            Summary: memory leak in kicker
>            Product: kicker
>            Version: unspecified
>           Platform: Compiled Sources
>         OS/Version: Linux
>             Status: UNCONFIRMED
>           Severity: normal
>           Priority: NOR
>          Component: general
>         AssignedTo: jfirebaugh@kde.org
>         ReportedBy: panov@canopus.iacp.dvo.ru
>
>
> Version:           3.0.4 (using KDE KDE 1.2)
> Installed from:    Compiled From Sources
> Compiler:          gcc-2.95.3
> OS:          LinuxLinux
>
> There is a memory leak in the kicker. After several days of running KDE
> even in locked mode (running klock) kicker occupies 100 Mb of memory and
> more (X driver does not support dri for my video card, so this is real
> memory). I run some applets: desktop switch, taskbar, kweather, LCD digital
> clock. This bug was reported several times and marked as closed but still
> (kde-3.0.4) is present. The leak was introduced somewhere in the kde-2.2.x
> branch. I hope this bug will be fixed.

As the memory leak is surely not in the minipager, the taskbar nor the clock,
I'd say you need to run kweather in appletproxy to make sure it's not 
kweather.

Greetings, Stephan

Comment 3 Andrey V. Panov 2002-10-18 01:27:01 UTC
I used to run kicker without kweather for a long time and the memory leak was
seen. You can also search for words "kicker memory leak" on bugzilla. There are
several reports on this bug.

Andrey V. Panov
Comment 4 Andrey V. Panov 2003-02-03 02:27:33 UTC
The leak apparently exists in KDE 3.1. My computer was locked for 3 days and
kicker memory consumption growed from 10 Mb to 38 Mb.
Comment 5 Aaron J. Seigo 2003-08-22 21:39:25 UTC
the memory leaks have been identified and removed in both KDE 3.1 and the 
upcoming 3.2 ... they were related to QToolTip handling.