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

Crash on Android in QGuiApplicationPrivate::processKeyEvent()

    XMLWordPrintable

Details

    • Android

    Description

      Crash on Android when typing into QTextfield.
      Error in qguiapplication.cpp, line 1526:
      Access to 0-pointer "window" because #ifdef Q_OS_ANDROID below results in not returning when window==0, see:

      if (!window
      #ifdef Q_OS_ANDROID
      && e->keyType != QEvent::KeyRelease && e->key != Qt::Key_Back
      #endif
      )

      { return; }

      if (window->d_func()->blockedByModalWindow)

      { // <-- here window==0 // a modal window is blocking this window, don't allow key events through return; }

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            cyril4 Harald Prasser
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes