Bug 152102 - K/QPixmapcache crashes when trying to insert a null pixmap
Summary: K/QPixmapcache crashes when trying to insert a null pixmap
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: SVN
Platform: Compiled Sources Microsoft Windows
: NOR crash
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-10 10:53 UTC by Christian Ehrlicher
Modified: 2007-12-08 22:44 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 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.