My QT app started to crash on x86_64 Android Emulator with the following stack trace:
03-16 20:56:48.848 15806 15806 I crash_dump64: performing dump of process 15639 (target tid = 15717)
03-16 20:56:48.875 15806 15806 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-16 20:56:48.875 15806 15806 F DEBUG : Build fingerprint: 'google/sdk_gphone_x86_64/generic_x86_64_arm64:11/RSR1.201211.001/7027799:user/release-keys'
03-16 20:56:48.875 15806 15806 F DEBUG : Revision: '0'
03-16 20:56:48.875 15806 15806 F DEBUG : ABI: 'x86_64'
03-16 20:56:48.905 15806 15806 F DEBUG : Timestamp: 2024-03-16 20:56:48+0300
03-16 20:56:48.905 15806 15806 F DEBUG : pid: 15639, tid: 15717, name: qtMainLoopThrea >>> com.domain.MyApp <<<
03-16 20:56:48.905 15806 15806 F DEBUG : uid: 10154
03-16 20:56:48.906 15806 15806 F DEBUG : signal 4 (SIGILL), code -6 (SI_TKILL), fault addr --------
03-16 20:56:48.906 15806 15806 F DEBUG : rax 0000000000000000 rbx 0000795eb6bbdfe8 rcx 00007964be7b4c87 rdx 0000000000000004
03-16 20:56:48.907 15806 15806 F DEBUG : r8 0000000000000001 r9 0000000000000001 r10 00007ffff4f830a8 r11 0000000000000202
03-16 20:56:48.907 15806 15806 F DEBUG : r12 0000796216b00050 r13 00007962254b6828 r14 0000000000000000 r15 0000000000000004
03-16 20:56:48.907 15806 15806 F DEBUG : rdi 0000000000003d17 rsi 0000000000003d65
03-16 20:56:48.907 15806 15806 F DEBUG : rbp 0000795eb6bbceb0 rsp 0000795eb6bbcc78 rip 00007964be7b4c87
03-16 20:56:48.932 15806 15806 F DEBUG : backtrace:
03-16 20:56:48.932 15806 15806 F DEBUG : #00 pc 00000000000b1c87 /apex/com.android.runtime/lib64/bionic/libc.so (tgkill+7) (BuildId: 3707c39fc397eeaa328142d90b50a973)
03-16 20:56:48.932 15806 15806 F DEBUG : #01 pc 00000000000faa12 /system/lib64/libndk_translation.so (ndk_translation::Decoder<ndk_translation::SemanticsPlayer<ndk_translation::(anonymous namespace)::Interpreter> >::DecodeSimdScalarTwoRegMisc()+642) (BuildId: 86c2b523febcecc53af82646dc316948)
03-16 20:56:48.932 15806 15806 F DEBUG : #02 pc 00000000000f2846 /system/lib64/libndk_translation.so (ndk_translation::Decoder<ndk_translation::SemanticsPlayer<ndk_translation::(anonymous namespace)::Interpreter> >::DecodeDataProcessingSimdAndFp()+2374) (BuildId: 86c2b523febcecc53af82646dc316948)
03-16 20:56:48.932 15806 15806 F DEBUG : #03 pc 00000000000eee3a /system/lib64/libndk_translation.so (ndk_translation::Decoder<ndk_translation::SemanticsPlayer<ndk_translation::(anonymous namespace)::Interpreter> >::Decode(unsigned int)+1114) (BuildId: 86c2b523febcecc53af82646dc316948)
03-16 20:56:48.932 15806 15806 F DEBUG : #04 pc 00000000000ee996 /system/lib64/libndk_translation.so (ndk_translation::InterpretInsn(ndk_translation::ProcessState*)+118) (BuildId: 86c2b523febcecc53af82646dc316948)
03-16 20:56:48.932 15806 15806 F DEBUG : #05 pc 0000000000123fbe /system/lib64/libndk_translation.so (BuildId: 86c2b523febcecc53af82646dc316948)
Emulator properties:
Properties
avd.ini.displayname Pixel 8 Pro API 30
avd.ini.encoding UTF-8
AvdId Pixel_8_Pro_API_30
disk.dataPartition.size 6442450944
fastboot.chosenSnapshotFile
fastboot.forceChosenSnapshotBoot no
fastboot.forceColdBoot no
fastboot.forceFastBoot yes
hw.accelerometer yes
hw.arc false
hw.audioInput yes
hw.battery yes
hw.camera.back virtualscene
hw.camera.front emulated
hw.cpu.ncore 4
hw.device.hash2 MD5:d1059e12633e5f5c541cb4a6eac71aeb
hw.device.manufacturer Google
hw.device.name pixel_8_pro
hw.dPad no
hw.gps yes
hw.gpu.enabled yes
hw.gpu.mode auto
hw.initialOrientation Portrait
hw.keyboard yes
hw.lcd.density 480
hw.lcd.height 2992
hw.lcd.width 1344
hw.mainKeys no
hw.ramSize 2048
hw.sdCard yes
hw.sensors.orientation yes
hw.sensors.proximity yes
hw.trackBall no
image.androidVersion.api 30
image.sysdir.1 system-images\android-30\google_apis_playstore\x86_64\
PlayStore.enabled true
runtime.network.latency none
runtime.network.speed full
showDeviceFrame yes
skin.dynamic yes
tag.display Google Play
tag.id google_apis_playstore
vm.heapSize 256
Quick Google Search:
https://github.com/flutter/flutter/issues/37396
https://github.com/flutter/flutter/issues/107264
https://stackoverflow.com/questions/72994259/googleplay-publishing-app-report-native-crash-of-com-myapp-app