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

Examples don't shut down gracefully

    XMLWordPrintable

Details

    • Linux/Wayland
    • 8f9fa232a (dev), 7f0b6224b (6.4)

    Description

      Some examples report "QRhi [...] going down with [...] unreleased resources that own native graphics objects. This is not nice." when closing the compositor. - This is indeed not nice. Examples are minimal-qml, custom-extension, overview-compositor, etc.

      This might be solved in some compositors along the lines of:

      Connections {
          target: Application
          function onAboutToQuit() {
              shellSurfaces.clear();
          }
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-108767
        # Subject Branch Project Status CR V

        Activity

          People

            inho Inho Lee
            bweimer Bernd Weimer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes