[arm64-v8a] Qt 6.6.0 Android app crashes in OS11 with "Undefined instruction"
Unsolved
Mobile and Embedded
-
App works fine in OS14 and I've tested build with NDK21,25,26 with my understanding being that only 26.1.10909125 is "supported" in 6.6.0
The full crash looks like :
2024-06-11 10:00:57.264 548-584 system_server system_process W Failed to determine oat file name for dex location /data/app/~~p8Qdmc5vaf4uIFqDjgEbWQ==/com.siriusxm.mma-kKvJTsvYoRejBtbgz43JbA==/base.apk: Dalvik cache directory does not exist 2024-06-11 10:00:57.268 548-584 ArtManagerInternalImpl system_process D /data/misc/iorapd/com.siriusxm.mma/80082040/com.siriusxm.mma.MmaActivity/compiled_traces/compiled_trace.pb doesn't exist 2024-06-11 10:00:57.289 548-584 ActivityTaskManager system_process I Displayed com.siriusxm.mma/.MmaActivity: +5s825ms 2024-06-11 10:00:57.311 418-5081 iorapd iorapd I Perfetto TraceBuffer saved to file: /data/misc/iorapd/com.siriusxm.mma/80082040/com.siriusxm.mma.MmaActivity/raw_traces/1718114457311168200.perfetto_trace.pb 2024-06-11 10:00:57.376 5086-5086 Choreographer com.siriusxm.mma I Skipped 41 frames! The application may be doing too much work on its main thread. 2024-06-11 10:00:57.399 5086-5109 om.siriusxm.mm com.siriusxm.mma I Waiting for a blocking GC ProfileSaver 2024-06-11 10:00:57.406 5086-5109 om.siriusxm.mm com.siriusxm.mma I WaitForGcToComplete blocked ProfileSaver on RunEmptyCheckpoint for 6.095ms 2024-06-11 10:00:58.519 5086-5135 ndk_translation com.siriusxm.mma E Undefined instruction 0x5ea1b845 at 0x000073a6bd5db828 --------- beginning of crash 2024-06-11 10:00:58.528 5086-5086 qtMainLoopThrea com.siriusxm.mma W type=1400 audit(0.0:18): avc: denied { search } for name="power_supply" dev="sysfs" ino=18605 scontext=u:r:untrusted_app:s0:c195,c256,c512,c768 tcontext=u:object_r:sysfs_batteryinfo:s0 tclass=dir permissive=0 app=com.siriusxm.mma 2024-06-11 10:00:58.549 5086-5135 libc com.siriusxm.mma A Fatal signal 4 (SIGILL), code -6 (SI_TKILL) in tid 5135 (qtMainLoopThrea), pid 5086 (om.siriusxm.mma) 2024-06-11 10:00:58.528 5086-5086 qtMainLoopThrea com.siriusxm.mma W type=1400 audit(0.0:19): avc: denied { search } for name="power_supply" dev="sysfs" ino=18605 scontext=u:r:untrusted_app:s0:c195,c256,c512,c768 tcontext=u:object_r:sysfs_batteryinfo:s0 tclass=dir permissive=0 app=com.siriusxm.mma 2024-06-11 10:00:58.619 5149-5149 DEBUG pid-5149 A pid: 5086, tid: 5135, name: qtMainLoopThrea >>> com.siriusxm.mma <<< 2024-06-11 10:00:59.231 548-5156 ActivityTaskManager system_process W Force finishing activity com.siriusxm.mma/.MmaActivity 2024-06-11 10:00:59.431 548-2275 WindowManager system_process I WIN DEATH: Window{7b0a123 u0 com.siriusxm.mma/com.siriusxm.mma.MmaActivity}
Any ideas?
-
Hi @Vince_SiriusXM. Did you ever found a fix or workaround for this issue?