Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
4.8.4
-
None
-
kubuntu 13.04 32bit
Description
There's a timer in QPixmapCache QPMCache::timerEvent() that is called every 30 seconds and for some reason even with more than 50% of the cache empty it removes my pixmap from the cache.
Documentation says pixmaps will be removed when running out of space:
"When a pixmap is inserted and the cache is about to exceed its limit, it removes pixmaps until there is enough room for the pixmap to be inserted.
The oldest pixmaps (least recently accessed in the cache) are deleted when more space is needed." but not spontaneously ? I was going to use it later...
I've attached a unittest demonstrating the issue
Attachments
Issue Links
- relates to
-
QTBUG-81266 figure out whether QPixmapCache and QQuickPixmapCache can be unified
- Reported