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

QtQuick Application occationally crashes at startup

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.7.3
    • Quick: Other
    • None
    • Windows 10, VS2019
      Windows 10, VS2022 compiler
      Debian Bookworm, gcc V12.2.0
      conan 2.9.2 (on all platforms)
      cmake 3.31.0 (on all platforms)
    • Linux/X11, Windows

      Occasionally my QtQuick application crashes directly at the start. Most of the time it runs without problems. Therefore it is hard to catch.

      But this same crash occurs independently of platform and compiler. (I've listed tested combinations in the Environment section.)

      Today I catched the crash in my Windows debugger. See screenshots.

      The crash occurs in the IOSApplication::notify() method which in this case - event of User type 1000 - forwards the call to the direct base class, QGuiApplication::notify() and does nothing else. Except this line there is no own code listed in the callstack.

      Btw. I do not directly send events. This user event is also created somewhere in the Qt libraries.

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            cyril Harald Prasser
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes