A .so library crash is the C++ code block on NDK side is crashed. Normally it is related with the Android system, hardware configuration. The best way to solve this problem is to change the Android device. For example, change to another CPU architecture Android device. MSDK does not support X86 architecture.
Please report to DJI MSDK technical support with the following information.
- Your Android device model.
- Android system version.
- MSDK version.
- Reproducible method.
- crash log, a sample of crash log like this:
11-09 16:33:06.589 F/libc (16511): Fatal signal 4 (SIGILL), code 0, fault addr 0x27ab0000407f in tid 16591 (naws.com.cn/...)
11-09 16:33:06.640 I/crash_dump64(16681): obtaining output fd from tombstoned
11-09 16:33:06.641 I//system/bin/tombstoned( 786): received crash request for pid 16511
11-09 16:33:06.642 I/crash_dump64(16681): performing dump of process 16511 (target tid = 16591)
11-09 16:33:06.642 F/DEBUG (16681): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-09 16:33:06.642 F/DEBUG (16681): Build fingerprint: 'honor/FRD-AL10/HWFRD:8.0.0/HUAWEIFRD-AL10/562(C00):user/release-keys'
11-09 16:33:06.642 F/DEBUG (16681): Revision: '0'
11-09 16:33:06.642 F/DEBUG (16681): ABI: 'arm64'
11-09 16:33:06.643 F/DEBUG (16681): pid: 16511, tid: 16591, name: naws.com.cn/... >>> com.example.dji_sdkdemo3 <<<
11-09 16:33:06.643 F/DEBUG (16681): signal 4 (SIGILL), code 0 (SI_USER), fault addr --------
11-09 16:33:06.643 F/DEBUG (16681): x0 00000072027e5c70 x1 00000071f9cea788 x2 00000071f9cea78c x3 0000000000000001
11-09 16:33:06.643 F/DEBUG (16681): x4 00000071f9cea784 x5 00000072027deef8 x6 6e6b5e746d661f1f x7 7f7f7f7f7f7f7f7f
11-09 16:33:06.643 F/DEBUG (16681): x8 00000072027e5c90 x9 00000072027e5b28 x10 0000000000000001 x11 00000071f9cea788
11-09 16:33:06.643 F/DEBUG (16681): x12 000000722b7eb5d8 x13 00000072027e5d28 x14 0000000000000001 x15 00000000000004b9
11-09 16:33:06.643 F/DEBUG (16681): x16 00000071f9db2dc0 x17 00000071f9e9ba9c x18 0000000000000070 x19 000000723dca6310
11-09 16:33:06.643 F/DEBUG (16681): x20 000000724109ba64 x21 00000071f9da5310 x22 0000000000000000 x23 0000007241098c04
11-09 16:33:06.643 F/DEBUG (16681): x24 000000724109bc44 x25 00000072410cd000 x26 00000072410cd450 x27 000000000000001e
11-09 16:33:06.643 F/DEBUG (16681): x28 00000071f9954e60 x29 00000072027e5d60 x30 00000071f9950e38
11-09 16:33:06.643 F/DEBUG (16681): sp 00000072027e59f0 pc 00000071f9e9ba9c pstate 0000000060000000
11-09 16:33:06.643 F/DEBUG (16681):
11-09 16:33:06.643 F/DEBUG (16681): backtrace:
11-09 16:33:06.643 F/DEBUG (16681): #00 pc 0000000000032a9c [anon:.bss:00000071f9e69000]
11-09 16:33:06.643 F/DEBUG (16681): #01 pc 00000000000ece34 /data/app/com.example.dji_sdkdemo3-ZAqKiqsFS5SvN1VFIcOBrw==/lib/arm64/libDJIUpgradeCore.so
Comments
0 comments
Please sign in to leave a comment.