Qt App crashes suddenly on iPad
-
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 OpenGL0 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*) + 3656Please let me know