Summary: | Occasional crash in Plasma and Amarok when updating system tray icon | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Alex Merry <alex.merry> |
Component: | kshareddatacache | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | asraniel, mpyne |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alex Merry
2011-03-11 02:15:15 UTC
Well the problem in Plasma is that KIconLoader is in some kind of invalid state (it's KIconLoaderPrivate d-pointer is 0!) That in itself is impressive since the d pointer appears to be set very early in construction for either KIconLoader constructor, and the one modifier I see for the d pointer should crash with a non-zero pointer. Is there any particular reason Amarok uses KPixmapCache? I'm not saying you need to use KSharedDataCache by any means, but I am saying that I wrote KSharedDataCache because I couldn't figure out how to fix all the crashes in KPixmapCache. ;) Because Amarok only depends on kdelibs 4.4. *** This bug has been marked as a duplicate of bug 258706 *** |