Bug 152102

Summary: K/QPixmapcache crashes when trying to insert a null pixmap
Product: [Frameworks and Libraries] kdelibs Reporter: Christian Ehrlicher <Ch.Ehrlicher>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Christian Ehrlicher 2007-11-10 10:53:39 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                MS Windows

When KIconLoader tries to load an icon which is not available (however this can be), it tries to insert a null pixmap into K/QPixmapcache. This fails in QDetachedPixmap ctor on windows (qpixmapcache.cpp:94).
It's more a qt bug but I wonder if it's correct trying to insert a null pixmap into the cache.

I'll report this to qt-bugs too
Comment 1 Urs Wolfer 2007-12-08 22:44:56 UTC
Fixed in Qt.