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

Deadlock in QSGThreadedRenderLoop when using Vulkan

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.8.1
    • GUI: Vulkan
    • None
    • Windows

    Description

      When minimizing/maximizing a QQuick application when using Vulkan, a deadlock in QSGThreadedRenderLoop::polishAndSync may occur.

      Reproduction:

      • Use the Calculater example as starting point https://doc.qt.io/qt-6/qtdoc-demos-calqlatr-example.html
      • Add QQuickWindow::setGraphicsApi(QSGRendererInterface::Vulkan); to the beginning of the main function to force Vulkan usage
      • Start the program and hover one button
      • Minimize/maximize the application using Win+D
      • Since the deadlock does not always occur, use Win+D several times in a row

      I can't reproduce it with QSGRendererInterface::Direct3D12

      Attachments

        1. Deadlock1.mp4
          26.31 MB
        2. Deadlock2.png
          Deadlock2.png
          5 kB
        3. QtDiag.txt
          11 kB
        4. Stacktrace.txt
          25 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lagocs Laszlo Agocs
            dennis_shd Dennis Ermtraud
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes