Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Crash in QuickWindowPrivate::flushFrameSynchronousEvents
Forum Updated to NodeBB v4.3 + New Features

Crash in QuickWindowPrivate::flushFrameSynchronousEvents

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 339 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dmitriano
    wrote on last edited by Dmitriano
    #1

    I have an Android QML app that repeatedly crashes at the user side (when the users download it from Google Play and install on their devices).

    Google Developer console reports the following call stack on various Android devices:

    native: pc 00000000000af2e2 /data/app/MyApp/lib/arm/libQt5Quick.so
    native: pc 0000000000119463 /data/app/MyApp/lib/arm/libQt5Quick.so (_ZN19QQuickWindowPrivate27flushFrameSynchronousEventsEv+50)

    The application is relatively simple, it is based on this sample http://doc.qt.io/qt-5/qtquick-scenegraph-openglunderqml-squircle-cpp.html , but I cannot reproduce this crash on my devices.

    QT version is 5.9.1.

    I tried to search 'QuickWindowPrivate::flushFrameSynchronousEvents' with Google, but there is no results.

    Is it possible to figure out why this happens?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved