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

Internal Qt cache invalidation! The ICC configuration cache has been created multiple times!

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P2: Important P2: Important
    • None
    • 5.14.0
    • GUI: Painting
    • Windows

      I have a Qt program that uses QPixmap to cyclically load some high-resolution images. The image size is 3150×4724 with 32-bit depth, loading one every 5~20 seconds. It crashes on certain Windows 10 systems! Examining the dmp file reveals a large number of undefined memory blocks around 1MB in size. Using Windbg to inspect the memory block contents, I found ICC-related configurations inside!

      *      196`0ea54000      196`0eb55000        0`00101000                                                            <unclassified> 
      *      196`0eb67000      196`0ec68000        0`00101000                                                            <unclassified> 
      *      196`0ec79000      196`0ed7a000        0`00101000                                                            <unclassified> 
      *      196`0ed85000      196`0ee86000        0`00101000                                                            <unclassified> 
      *      196`0ee90000      196`0ef91000        0`00101000                                                            <unclassified> 
      *      196`0efac000      196`0f0ad000        0`00101000                                                            <unclassified> 
      *      196`0f0be000      196`0f1bf000        0`00101000                                                            <unclassified> 
      *      196`0f1c0000      196`0f2c1000        0`00101000                                                            <unclassified> 
      *      196`0f2d2000      196`0f3d3000        0`00101000                                                            <unclassified> 
      *      196`0f3e1000      196`0f4e2000        0`00101000                                                            <unclassified> 
      *      196`0f4f0000      196`0f5f1000        0`00101000                                                            <unclassified> 
      *      196`0f602000      196`0f703000        0`00101000                                                            <unclassified> 
      *      196`0f71d000      196`0f81e000        0`00101000                                                            <unclassified> 
      *      196`0f825000      196`0f926000        0`00101000                                                            <unclassified> 
      *      196`0f93c000      196`0fa3d000        0`00101000                                                            <unclassified> 
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vgt Eirik Aavitsland
            tangren123 李 鸿斌
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes