Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-31452

QPixmapCache removes pixmaps while there's plenty of cache left

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4: Low P4: Low
    • None
    • 4.8.4
    • None
    • kubuntu 13.04 32bit

      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

        1. unittest.cpp
          1 kB
        2. unittesttt2.cpp
          2 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            sletta Gunnar Sletta
            tomdemanaalst Tom De Man
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes