Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.2
-
Qt 5.3.2
XCode 6.0.1 (6A317)
iOS8 (12A365) on iPhone 5 device.
Description
I have an App that works perfect in iOS7.
I'm experiencing some problems when I want to run it on iOS8.
Some XCode debug info:
Thread 1: qioseventdispatcher.mm with an EXC_BAD_ACCESS
0x3b746c: blx 0x11ff144 ; symbol stub for: NSStringFromClass
0x3b7470: movs r2, #0x0
0x3b7472: movt r2, #0x0
0x3b7476: ldr r1, r7, #-128
0x3b747a: str r0, r7, #-136
0x3b747e: mov r0, r1
0x3b7480: ldr r1, r7, #-132
0x3b7484: ldr r3, r7, #-136
0x3b7488: blx 0x11fd524 ; symbol stub for: UIApplicationMain
0x3b748c: movs r1, #0x1 << stops here
0x3b748e: movt r1, #0x0
0x3b7492: str r0, r7, #-16
0x3b7496: str r1, r7, #-92
0x3b749a: ldr r0, r7, #-44
0x3b749e: mov sp, r0
0x3b74a0: ldr r0, r7, #-96
0x3b74a4: blx 0x1200354 ; symbol stub for: objc_autoreleasePoolPop
See
http://qt-project.org/forums/viewthread/46485/
I attached a reproducible test-case (qtios8test.zip)
I think the problem may be in the resource loading process, because the resource files are heavyweight.