matrix icon indicating copy to clipboard operation
matrix copied to clipboard

android vivo libio-canary.so 报错

Open lixiangkai1987 opened this issue 2 years ago • 0 comments

Issue /提问须知

在提交 issue 之前,我们应该先查询是否已经有相关的 issue 以及常见问题。提交 issue 时,我们需要写明 issue 的原因,以及编译或运行过程的日志。issue 需要以下面的格式:

异常类型:app 运行时异常/编译异常

手机型号:如: vivo(如是编译异常,则可以不填)

手机系统版本:如:Android 5.0 (如是编译异常,则可以不填)

matrix版本:如: 0.4.7

gradle版本:如: 3.0.0

问题描述:libio-canary.so报错

堆栈/日志:
2022-09-02 11:04:41.313 30338-30338/com.xjj.cloud.marsOa A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xebd82000 in tid 30338 (jj.cloud.marsOa), pid 30338 (jj.cloud.marsOa)
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG: Softversion: PD1913_A_1.18.0
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG: Time: 2022-09-02 11:04:41
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG: Build fingerprint: 'vivo/PD1913/PD1913:9/P00610/compiler08081540:user/release-keys'
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG: Revision: '0'
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG: ABI: 'arm'
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG: pid: 30338, tid: 30338, name: jj.cloud.marsOa  >>> com.xjj.cloud.marsOa <<<
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xebd82000
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG:     r0  ebd82000  r1  20000093  r2  2c396068  r3  00000008
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG:     r4  f50d84b0  r5  ebd82000  r6  ccdbb264  r7  ffa5c278
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG:     r8  f50d84b0  r9  ffa5c38c  r10 ccd70105  r11 ccdb62b4
2022-09-02 11:04:41.373 30377-30377/? A/DEBUG:     ip  ccdba310  sp  ffa5c268  lr  ccd70a27  pc  ccd70a4c
2022-09-02 11:04:41.512 1529-1529/? E/KeyguardUpdateMonitor: serviceState is null in handleServiceStateChange()
2022-09-02 11:04:41.514 1109-14151/? E/LocationAccessPolicy: canAccessCellLocation in whitList. uid = 10017, pkgName = com.amap.android.location
2022-09-02 11:04:41.515 1109-14151/? E/LocationAccessPolicy: canAccessCellLocation in whitList. uid = 10017, pkgName = com.amap.android.location
2022-09-02 11:04:41.528 1864-3462/? E/LocationAccessPolicy: canAccessCellLocation in whitList. uid = 10017, pkgName = com.amap.android.location
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG: backtrace:
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #00 pc 00056a4c  /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/lib/arm/libio-canary.so (xh_elf_check_elfheader)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #01 pc 00056a23  /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/lib/arm/libio-canary.so
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #02 pc 00056141  /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/lib/arm/libio-canary.so
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #03 pc 00007c9f  /system/bin/linker (__dl__Z18do_dl_iterate_phdrPFiP12dl_phdr_infojPvES1_+42)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #04 pc 00007785  /system/bin/linker (__loader_dl_iterate_phdr+20)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #05 pc 00000d55  /system/lib/libdl.so (dl_iterate_phdr+2)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #06 pc 00057f27  /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/lib/arm/libio-canary.so (semi_dl_iterate_phdr+538)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #07 pc 00055fef  /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/lib/arm/libio-canary.so (xh_core_elf_open+50)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #08 pc 00054c79  /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/lib/arm/libio-canary.so (Java_com_tencent_matrix_iocanary_core_IOCanaryJniBridge_doHook+136)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #09 pc 00412e79  /system/lib/libart.so (art_quick_generic_jni_trampoline+40)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #10 pc 0040e975  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #11 pc 003e7d6b  /system/lib/libart.so (art_quick_invoke_static_stub+222)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #12 pc 000a1027  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+154)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #13 pc 001e68d1  /system/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+236)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #14 pc 001e13bf  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+814)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #15 pc 003e389f  /system/lib/libart.so (MterpInvokeStatic+130)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #16 pc 00401814  /system/lib/libart.so (ExecuteMterpImpl+14612)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #17 pc 0049e7b8  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/base.apk (deleted) (com.tencent.matrix.iocanary.core.IOCanaryJniBridge.install+196)
2022-09-02 11:04:41.554 30377-30377/? A/DEBUG:     #18 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #19 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #20 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #21 pc 003e389f  /system/lib/libart.so (MterpInvokeStatic+130)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #22 pc 00401814  /system/lib/libart.so (ExecuteMterpImpl+14612)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #23 pc 0049e468  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/base.apk (deleted) (com.tencent.matrix.iocanary.core.IOCanaryCore.initDetectorsAndHookers+40)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #24 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #25 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #26 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #27 pc 003e3751  /system/lib/libart.so (MterpInvokeDirect+196)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #28 pc 00401794  /system/lib/libart.so (ExecuteMterpImpl+14484)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #29 pc 0049e518  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/base.apk (deleted) (com.tencent.matrix.iocanary.core.IOCanaryCore.start+4)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #30 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #31 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #32 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #33 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #34 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #35 pc 0049e0b2  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/base.apk (deleted) (com.tencent.matrix.iocanary.IOCanaryPlugin.start+10)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #36 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #37 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #38 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #39 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #40 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #41 pc 000df2a2  /dev/ashmem/dalvik-classes3.dex extracted in memory from /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/base.apk!classes3.dex (deleted) (com.xjj.cloud.perfmonlib.PerfMonitor.start+146)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #42 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #43 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #44 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #45 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #46 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #47 pc 004a8cbc  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/base.apk (deleted) (com.xjj.newframe.app.initializer.AppInitializer.initPerfMonitor+80)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #48 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #49 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #50 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #51 pc 003e3751  /system/lib/libart.so (MterpInvokeDirect+196)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #52 pc 00401794  /system/lib/libart.so (ExecuteMterpImpl+14484)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #53 pc 004a89d4  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/base.apk (deleted) (com.xjj.newframe.app.initializer.AppInitializer.create+20)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #54 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #55 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #56 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #57 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #58 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #59 pc 004a7cfa  /dev/ashmem/dalvik-classes.dex extracted in memory from /data/app/com.xjj.cloud.marsOa-maoqW0rbXL_2r9MAj-Q07g==/base.apk (deleted) (com.xjj.newframe.app.MyApplication.onCreate+14)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #60 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #61 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #62 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #63 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #64 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #65 pc 0040c69c  /system/framework/boot-framework.vdex (android.app.Instrumentation.callApplicationOnCreate)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #66 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #67 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #68 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #69 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #70 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #71 pc 003e64c2  /system/framework/boot-framework.vdex (android.app.ActivityThread.handleBindApplication+2300)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #72 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #73 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #74 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #75 pc 003e3751  /system/lib/libart.so (MterpInvokeDirect+196)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #76 pc 00401794  /system/lib/libart.so (ExecuteMterpImpl+14484)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #77 pc 005201fc  /system/framework/boot-framework.vdex (android.app.ActivityThread.access$1300)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #78 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #79 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #80 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #81 pc 003e389f  /system/lib/libart.so (MterpInvokeStatic+130)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #82 pc 00401814  /system/lib/libart.so (ExecuteMterpImpl+14612)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #83 pc 003e274c  /system/framework/boot-framework.vdex (android.app.ActivityThread$H.handleMessage+1536)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #84 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #85 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #86 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #87 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #88 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #89 pc 00b6de22  /system/framework/boot-framework.vdex (android.os.Handler.dispatchMessage+42)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #90 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #91 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #92 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #93 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #94 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #95 pc 00b75492  /system/framework/boot-framework.vdex (android.os.Looper.loop+526)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #96 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #97 pc 001ca221  /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+152)
2022-09-02 11:04:41.555 30377-30377/? A/DEBUG:     #98 pc 001e13a7  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+790)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #99 pc 003e389f  /system/lib/libart.so (MterpInvokeStatic+130)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #100 pc 00401814  /system/lib/libart.so (ExecuteMterpImpl+14612)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #101 pc 003e8f8e  /system/framework/boot-framework.vdex (android.app.ActivityThread.main+270)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #102 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #103 pc 001ca167  /system/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+82)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #104 pc 003d63a9  /system/lib/libart.so (artQuickToInterpreterBridge+880)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #105 pc 00412eff  /system/lib/libart.so (art_quick_to_interpreter_bridge+30)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #106 pc 0040e975  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #107 pc 003e7d6b  /system/lib/libart.so (art_quick_invoke_static_stub+222)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #108 pc 000a1027  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+154)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #109 pc 003488b5  /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+52)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #110 pc 00349d05  /system/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+1024)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #111 pc 002fbec5  /system/lib/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+40)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #112 pc 0011326f  /system/framework/arm/boot.oat (offset 0x10d000) (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+110)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #113 pc 0040e975  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #114 pc 003e7c69  /system/lib/libart.so (art_quick_invoke_stub+224)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #115 pc 000a1015  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+136)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #116 pc 001e68d1  /system/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+236)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #117 pc 001e13bf  /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+814)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #118 pc 003e28c3  /system/lib/libart.so (MterpInvokeVirtual+442)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #119 pc 00401694  /system/lib/libart.so (ExecuteMterpImpl+14228)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #120 pc 012621a4  /system/framework/boot-framework.vdex (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #121 pc 001c5b3b  /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.1073658684+378)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #122 pc 001ca167  /system/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+82)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #123 pc 003d63a9  /system/lib/libart.so (artQuickToInterpreterBridge+880)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #124 pc 00412eff  /system/lib/libart.so (art_quick_to_interpreter_bridge+30)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #125 pc 00bd6b73  /system/framework/arm/boot-framework.oat (offset 0x3be000) (com.android.internal.os.ZygoteInit.main+1898)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #126 pc 0040e975  /system/lib/libart.so (art_quick_invoke_stub_internal+68)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #127 pc 003e7d6b  /system/lib/libart.so (art_quick_invoke_static_stub+222)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #128 pc 000a1027  /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+154)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #129 pc 003488b5  /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+52)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #130 pc 003486df  /system/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+310)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #131 pc 0028f901  /system/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+444)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #132 pc 0006df7f  /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+30)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #133 pc 00070221  /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+532)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #134 pc 00001989  /system/bin/app_process32 (main+728)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #135 pc 0008b0cd  /system/lib/libc.so (__libc_init+48)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #136 pc 0000166f  /system/bin/app_process32 (_start_main+38)
2022-09-02 11:04:41.556 30377-30377/? A/DEBUG:     #137 pc 00000306  <anonymous:f5230000>
2022-09-02 11:04:41.559 1864-3462/? E/LocationAccessPolicy: canAccessCellLocation in whitList. uid = 10017, pkgName = com.amap.android.location
2022-09-02 11:04:41.742 585-585/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_05

lixiangkai1987 avatar Sep 02 '22 03:09 lixiangkai1987