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

Updating a hidden window causes QSGTextures to never be released

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P1: Critical P1: Critical
    • None
    • 5.12, 5.15
    • Quick: SceneGraph
    • None

      With the Basic renderer on Qt 5.12.10+, hidden windows can be marked as updatePending due to updates in the scenegraph, but this results in QSGRenderer::renderWindow::lastDirtyWindow always being false. As such, rc->endSync() never getting called and memory piling up until the window is shown again, deleted or the app crashes.

       

      MVP attached.

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

            janichol Andy Nichols
            mairtin.s Mairtin Steinkamp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes