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

AbstractButton without icon may crash on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.8.2
    • None
    • Android

    Description

      I have built an Android app with QML that is available in Google Play. On my dev dashboard I have seen crashes that I cannot reproduce myself.

      At the end of this post you find a stackdump. The stackdump is not the same every time, but one thing I notice in all dumps is `QIconLoader` in the upper part of the stack. I am not using any icons in my app.

      I have several buttons with text and no icon. My suspicion is that that those may cause the crash. The first change I made in my code was to set `display` for all buttons to `TextOnly`. Before I had not set this property at all:

      display: AbstractButton.TextOnly

      Unfortunately this did not make the crashes go away. In a next release I added another change to explicitly set the icon name and source to empty strings for all buttons:

      icon.name: ""
      icon.source: ""

      This solved the problem. Those crashes do not show up anymore!

      It seems there is a bug somewhere in the library for buttons. However I cannot reproduce this myself. It just seems to happen on some Android phones (I have not discovered a pattern).

      The app is built with Qt6.8.2, but I did see the crashes already on Qt6.7.x releases before. The crashes seems to occur on various Android versions (12 - 15).

      Here is one of the stack dumps.

      backtrace:
        #00  pc 0x00000000003f2214  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #01  pc 0x00000000003f21ec  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (QtPrivate::qustrchr(QStringView, char16_t)+120) (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #02  pc 0x0000000000334068  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Gui_arm64-v8a.so (BuildId: aac96c73169821c01edb17ccae4347b5c73d9479)
        #03  pc 0x000000000036838c  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Gui_arm64-v8a.so (BuildId: aac96c73169821c01edb17ccae4347b5c73d9479)
        #04  pc 0x00000000004c8944  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Gui_arm64-v8a.so (BuildId: aac96c73169821c01edb17ccae4347b5c73d9479)
        #05  pc 0x00000000004b6238  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Gui_arm64-v8a.so (BuildId: aac96c73169821c01edb17ccae4347b5c73d9479)
        #06  pc 0x00000000000738e0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libplugins_platforms_qtforandroid_arm64-v8a.so (BuildId: 4fc252df0b6c73cdb6d0af35becf8356c0c9994d)
        #07  pc 0x00000000000739f0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libplugins_platforms_qtforandroid_arm64-v8a.so (BuildId: 4fc252df0b6c73cdb6d0af35becf8356c0c9994d)
        #08  pc 0x00000000000865dc  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libplugins_platforms_qtforandroid_arm64-v8a.so (BuildId: 4fc252df0b6c73cdb6d0af35becf8356c0c9994d)
        #09  pc 0x0000000000321ed4  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Gui_arm64-v8a.so (QIconLoader::iconEngine(QString const&) const+544) (BuildId: aac96c73169821c01edb17ccae4347b5c73d9479)
        #10  pc 0x00000000000324f0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickControls2Impl_arm64-v8a.so (QQuickIconImagePrivate::updateIcon()+252) (BuildId: fed71156fb5f1f2644bfc08a1eb2d75f45fa5645)
        #11  pc 0x0000000000032b10  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickControls2Impl_arm64-v8a.so (QQuickIconImage::componentComplete()+44) (BuildId: fed71156fb5f1f2644bfc08a1eb2d75f45fa5645)
        #12  pc 0x000000000041d354  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&)+736) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #13  pc 0x00000000003c4998  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlComponentPrivate::complete(QQmlEnginePrivate*, QQmlComponentPrivate::ConstructionState*)+96) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #14  pc 0x00000000003c5a08  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlComponentPrivate::completeDeferred(QQmlEnginePrivate*, std::{}ndk1::vector<QQmlComponentPrivate::ConstructionState, std::{_}_ndk1::allocator<QQmlComponentPrivate::ConstructionState> >*)+36) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #15  pc 0x0000000000176304  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickTemplates2_arm64-v8a.so (QtQuickPrivate::completeDeferred(QObject*, QString const&, QQuickUntypedDeferredPointer*)+188) (BuildId: d1694dbecff5233b8a6c4511dc48e932a43a3e8e)
        #16  pc 0x000000000015bbe0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickTemplates2_arm64-v8a.so (BuildId: d1694dbecff5233b8a6c4511dc48e932a43a3e8e)
        #17  pc 0x000000000015bb48  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickTemplates2_arm64-v8a.so (QQuickAbstractButtonPrivate::executeIndicator(bool)+132) (BuildId: d1694dbecff5233b8a6c4511dc48e932a43a3e8e)
        #18  pc 0x000000000015d308  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickTemplates2_arm64-v8a.so (QQuickAbstractButton::componentComplete()+24) (BuildId: d1694dbecff5233b8a6c4511dc48e932a43a3e8e)
        #19  pc 0x000000000041d354  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&)+736) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #20  pc 0x00000000003c4998  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlComponentPrivate::complete(QQmlEnginePrivate*, QQmlComponentPrivate::ConstructionState*)+96) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #21  pc 0x00000000003c38f4  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlComponentPrivate::completeCreate()+336) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #22  pc 0x00000000003c4824  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlComponentPrivate::createWithProperties(QObject*, QMap<QString, QVariant> const&, QQmlContext*, QQmlComponentPrivate::CreateBehavior, bool)+216) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #23  pc 0x00000000003c7148  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlComponent::createObject(QObject*, QMap<QString, QVariant> const&)+56) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #24  pc 0x00000000003c8098  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #25  pc 0x00000000003c81c4  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlComponent::qt_metacall(QMetaObject::Call, int, void**)+124) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #26  pc 0x000000000033e130  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #27  pc 0x000000000033d1c0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QV4::QObjectMethod::callPrecise(QQmlObjectOrGadget const&, QQmlPropertyData const&, QV4::ExecutionEngine*, QV4::CallData*, QMetaObject::Call)+652) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #28  pc 0x0000000000340454  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QV4::QObjectMethod::callInternal(QV4::Value const*, QV4::Value const*, int) const+1112) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #29  pc 0x000000000038b0c0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #30  pc 0x000000000038a210  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #31  pc 0x000000000030e610  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #32  pc 0x000000000035f028  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #33  pc 0x000000000035b4e4  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QV4::Runtime::CallQmlContextPropertyLookup::call(QV4::ExecutionEngine*, unsigned int, QV4::Value*, int)+84) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #34  pc 0x000000000038b2fc  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #35  pc 0x000000000038a210  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #36  pc 0x000000000030e610  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #37  pc 0x0000000000342924  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #38  pc 0x0000000000399958  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #39  pc 0x00000000004975a8  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlVMEMetaObject::metaCall(QObject*, QMetaObject::Call, int, void**)+3444) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #40  pc 0x000000000033e0ac  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #41  pc 0x000000000033d0e0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QV4::QObjectMethod::callPrecise(QQmlObjectOrGadget const&, QQmlPropertyData const&, QV4::ExecutionEngine*, QV4::CallData*, QMetaObject::Call)+428) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #42  pc 0x0000000000340454  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QV4::QObjectMethod::callInternal(QV4::Value const*, QV4::Value const*, int) const+1112) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #43  pc 0x000000000035f028  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #44  pc 0x000000000035b4e4  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QV4::Runtime::CallQmlContextPropertyLookup::call(QV4::ExecutionEngine*, unsigned int, QV4::Value*, int)+84) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #45  pc 0x000000000038b2fc  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #46  pc 0x000000000038a210  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #47  pc 0x0000000000309274  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #48  pc 0x0000000000308c6c  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QV4::Function::call(QObject*, void*, QMetaType const, int, QV4::ExecutionContext*)+412) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #49  pc 0x00000000003f9130  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlJavaScriptExpression::evaluate(void*, QMetaType const, int)+136) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #50  pc 0x00000000003b91fc  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlBoundSignalExpression::evaluate(void**)+416) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #51  pc 0x00000000003b9564  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #52  pc 0x0000000000417efc  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Qml_arm64-v8a.so (QQmlNotifier::emitNotify(QQmlNotifierEndpoint*, void**)+440) (BuildId: 0c2a34e08e3d95069cd80f4a78d9355094a9a6d6)
        #53  pc 0x0000000000399734  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #54  pc 0x000000000015b278  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickTemplates2_arm64-v8a.so (QQuickAbstractButtonPrivate::handleRelease(QPointF const&, unsigned long)+212) (BuildId: d1694dbecff5233b8a6c4511dc48e932a43a3e8e)
        #55  pc 0x0000000000173f84  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickTemplates2_arm64-v8a.so (QQuickControl::touchEvent(QTouchEvent*)+180) (BuildId: d1694dbecff5233b8a6c4511dc48e932a43a3e8e)
        #56  pc 0x00000000003c5474  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Quick_arm64-v8a.so (QQuickItemPrivate::deliverPointerEvent(QEvent*)+152) (BuildId: 8416082018455ea0e0d2c3db907d968683e93ba7)
        #57  pc 0x00000000003c91a8  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Quick_arm64-v8a.so (QQuickItem::event(QEvent*)+312) (BuildId: 8416082018455ea0e0d2c3db907d968683e93ba7)
        #58  pc 0x0000000000360f00  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (QCoreApplication::notifyInternal2(QObject*, QEvent*)+164) (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #59  pc 0x000000000050110c  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Quick_arm64-v8a.so (QQuickDeliveryAgentPrivate::deliverMatchingPointsToItem(QQuickItem*, bool, QPointerEvent*, bool)+768) (BuildId: 8416082018455ea0e0d2c3db907d968683e93ba7)
        #60  pc 0x00000000005009a0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Quick_arm64-v8a.so (QQuickDeliveryAgentPrivate::deliverUpdatedPoints(QPointerEvent*)+224) (BuildId: 8416082018455ea0e0d2c3db907d968683e93ba7)
        #61  pc 0x00000000004fdd48  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Quick_arm64-v8a.so (QQuickDeliveryAgentPrivate::deliverPointerEvent(QPointerEvent*)+964) (BuildId: 8416082018455ea0e0d2c3db907d968683e93ba7)
        #62  pc 0x00000000004fd054  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Quick_arm64-v8a.so (QQuickDeliveryAgentPrivate::handleTouchEvent(QTouchEvent*)+320) (BuildId: 8416082018455ea0e0d2c3db907d968683e93ba7)
        #63  pc 0x0000000000188858  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6QuickTemplates2_arm64-v8a.so (QQuickOverlay::eventFilter(QObject*, QEvent*)+400) (BuildId: d1694dbecff5233b8a6c4511dc48e932a43a3e8e)
        #64  pc 0x00000000003611f4  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*)+192) (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #65  pc 0x0000000000361294  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (QCoreApplicationPrivate::notify_helper(QObject*, QEvent*)+60) (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #66  pc 0x0000000000360f00  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (QCoreApplication::notifyInternal2(QObject*, QEvent*)+164) (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #67  pc 0x000000000036ae84  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Gui_arm64-v8a.so (QGuiApplicationPrivate::processTouchEvent(QWindowSystemInterfacePrivate::TouchEvent*)+2240) (BuildId: aac96c73169821c01edb17ccae4347b5c73d9479)
        #68  pc 0x00000000003b70d4  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Gui_arm64-v8a.so (QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>)+120) (BuildId: aac96c73169821c01edb17ccae4347b5c73d9479)
        #69  pc 0x000000000063dd7c  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Gui_arm64-v8a.so (QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)+32) (BuildId: aac96c73169821c01edb17ccae4347b5c73d9479)
        #70  pc 0x00000000000657c8  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libplugins_platforms_qtforandroid_arm64-v8a.so (BuildId: 4fc252df0b6c73cdb6d0af35becf8356c0c9994d)
        #71  pc 0x0000000000368ab0  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)+340) (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #72  pc 0x0000000000361494  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libQt6Core_arm64-v8a.so (QCoreApplication::exec()+140) (BuildId: 860aeab769c1eaeb8b2348c9eadec7264a57a92f)
        #73  pc 0x0000000000127138  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libappskywalker_arm64-v8a.so (main+804) (BuildId: 69628ac51bc2047471565fdcafa2ccdcd6521f10)
        #74  pc 0x000000000005c218  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/lib/arm64/libplugins_platforms_qtforandroid_arm64-v8a.so (BuildId: 4fc252df0b6c73cdb6d0af35becf8356c0c9994d)
        #75  pc 0x0000000000382a98  /data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat (art_jni_trampoline+104)
        #76  pc 0x00000000000b6854  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/oat/arm64/base.odex (org.qtproject.qt.android.QtNative$$ExternalSyntheticLambda2.run+36)
        #77  pc 0x00000000000b8594  /data/app/~~iKfiyRwLkHq5FOJ2esZO8Q==/com.gmail.mfnboer.skywalker-fayTv2bTCFfunBvvBtgoRQ==/oat/arm64/base.odex (org.qtproject.qt.android.QtThread$1.run+516)
        #78  pc 0x00000000004dfb10  /data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat (java.lang.Thread.run+64)
        #79  pc 0x0000000000368774  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612)
        #80  pc 0x0000000000353f04  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+132)
        #81  pc 0x0000000000947a48  /apex/com.android.art/lib64/libart.so (art::detail::ShortyTraits<(char)86>::Type art::ArtMethod::InvokeInstance<(char)86>(art::Thread*, art::ObjPtr<art::mirror::Object>, art::detail::ShortyTraits<>::Type...)+60)
        #82  pc 0x000000000061afcc  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1344)
        #83  pc 0x000000000061aa7c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallbackWithUffdGc(void*)+8)
        #84  pc 0x0000000000101d0c  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+204)
        #85  pc 0x0000000000095ae0  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            michel_de_boer Michel de Boer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes