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. Qt App crashes suddenly on iPad
Forum Updated to NodeBB v4.3 + New Features

Qt App crashes suddenly on iPad

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 145 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.
  • alemioA Offline
    alemioA Offline
    alemio
    wrote on last edited by
    #1

    Hi, I'm using Qt 5.15.2 with QML.
    I have a strange behavior on iPad (with last version 18.2.1).
    If I start my applications, after a few minutes the app crashes even if I don't do anything.
    It only happens on iPad, while on iPhone (with last version 15.8.3), Android and Windows I have no problem.
    If I start the code (created by Qt in release mode) from XCode it happens less frequently.
    The problem is on OpenGL

    0 libsystem_kernel.dylib 0x1d185401c __pthread_kill + 8
    1 libsystem_pthread.dylib 0x1e44239fc pthread_kill + 208
    2 libsystem_c.dylib 0x18dc39720 __abort + 112
    3 libsystem_c.dylib 0x18dc396b0 abort + 116
    4 AppleMetalGLRenderer 0x23878365c GLDContextRec::flushContextInternal() + 700
    5 GLEngine 0x22267303c gliPresentViewES_Exec + 184!
    6 OpenGLES 0x1e6df4b24 -[EAGLContext presentRenderbuffer:] + 76
    7 ProMove 0x1025f5484 QOpenGLContext::swapBuffers(QSurface*) + 308
    8 ProMove 0x1023e5f40 QSGGuiThreadRenderLoop::renderWindow(QQuickWindow*) + 3656

    photo_2025-01-28_14-38-51.jpg

    Please let me know

    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