Summary: | systemsettings eats memory and crashes sometimes | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Dmitry <korvin> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, finex |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry
2009-02-22 08:45:06 UTC
It's better to use one report per bug. I think the crash when clicking display is already reported, but your situation may be different. If you can reproduce the crash at will, may you read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports ? If you get a backtrace you can report it as another bug. Let's focus this report in the memory usage issue. Can you describe your steps and the memory usage after each step? Thanks :) Well there IS memory great leak =)
> Let's focus this report in the memory usage issue.
> Can you describe your steps and the memory usage after each step?
Of course. Just open the application and then open items one by one. I mean open, then push the "Back" button, then open next icon and so on.
This is a memory usage stats (in KB):
5900 - opened the application
7196 - opened first icon (look&feel I guess)
7216(!!) - closed look&feel
7896 - opened "window behaviour"
7896 - closed (no change)
11180 - opened "desktop"
11180 - closed "desktop"
11292 - opened "system notifications"
11196 - PIM data opened
12200 - closed.
Even if you will open and close the same entry -- memory usage will constantly increase
When you open a Module, and then you closed, the memory isn't released, as the module isn't destroyed.(You will noticed this, as if you first enter some module, it may take time to load, however, on a 2° load it will be inmediatly loaded/shown.) I suppose this is an intended *caching*. However, loading the same module over and over again shouldn't increase memory usage. I'm gonna check this later. Thanks This most probably was due to a known leak in the localization functions in KDE 4.2.0, and should be fixed with KDE 4.2.1. Dmitry, can you confirm? (In reply to comment #4) > This most probably was due to a known leak in the localization functions in KDE > 4.2.0, and should be fixed with KDE 4.2.1. > Dmitry, can you confirm? Yes, seems that it is fixed now. Moreover, other apps such as system activity and kinfo center also stopped eating memory. So, I think it is the case. |