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

Applications crash when receiving wl_pointer.up for a destroyed QWaylandWindow

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.14.0 Alpha
    • 5.14.0 Alpha
    • QPA: Wayland
    • None
    • Linux/Wayland
    • f3668f88ccad6341280fbe2ca493562f80e76955 (qt/qtwayland/5.14)

    Description

      This manifests itself as flakiness in tst_xdgshell::popup. The easiest way to reproduce, is to run the test multiple times in quick succession, i.e.:

      ./tst_xdgshell popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup popup
      

      It crashes because when we flush old pointer events, we dereference a raw QWaylandWindow pointer which may be dangling.

      This is a regression in 5.14, as 5.13 didn't have that pointer, and didn't handle wl_pointer.frame events.

      Attachments

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

        Activity

          People

            johanhelsing Johan Helsing
            johanhelsing Johan Helsing
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes