Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android arm64-v8a crash in runtime #542

Open
AxGord opened this issue Apr 28, 2022 · 1 comment
Open

Android arm64-v8a crash in runtime #542

AxGord opened this issue Apr 28, 2022 · 1 comment

Comments

@AxGord
Copy link

AxGord commented Apr 28, 2022

After this commit: 21ede72

Log

04-28 16:01:09.103 F/DEBUG ( 2210): #53 pc 000000000008b810 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 50ab3e929d6260cdf9011744c26a2611)
04-28 16:01:09.103 F/DEBUG ( 2210): #52 pc 00000000000eafc0 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 50ab3e929d6260cdf9011744c26a2611)
04-28 16:01:09.103 F/DEBUG ( 2210): #51 pc 0000000000598424 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1288) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #50 pc 0000000000549cc8 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+460) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #49 pc 00000000001a8a6c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #48 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #47 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #46 pc 000000000065ddfc /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+760) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #45 pc 0000000000303f2c /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.15654337495489426524)+532) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #44 pc 00000000000e47d8 /apex/com.android.art/javalib/core-oj.jar (offset 0x1000)
04-28 16:01:09.102 F/DEBUG ( 2210): #43 pc 000000000013f7d8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #42 pc 00000000001484d0 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+26800) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #41 pc 000000000030c684 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+884) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #40 pc 000000000030bce0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #39 pc 0000000000303f2c /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.15654337495489426524)+532) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #38 pc 0000000000004e94 [anon:dalvik-classes.dex extracted in memory from /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/base.apk] (io.heaps.android.HeapsMain.run)
04-28 16:01:09.102 F/DEBUG ( 2210): #37 pc 000000000013f7d8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #36 pc 000000000014a258 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+34360) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #35 pc 000000000030c6a0 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #34 pc 00000000003165dc /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #33 pc 00000000001a8a88 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 I/gralloc4( 218): to allocate AFBC buffer for fb_target_layer on rk356x.
04-28 16:01:09.101 I/gralloc4( 218): [File] : hardware/rockchip/libgralloc/bifrost/src/core/mali_gralloc_formats.cpp; [Line] : 1845; [Func] : rk_gralloc_select_format;
04-28 16:01:09.107 V/WindowManager( 419): nav_input_consumer dismissed.
04-28 16:01:09.103 F/DEBUG ( 2210): #53 pc 000000000008b810 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 50ab3e929d6260cdf9011744c26a2611)
04-28 16:01:09.103 F/DEBUG ( 2210): #52 pc 00000000000eafc0 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 50ab3e929d6260cdf9011744c26a2611)
04-28 16:01:09.103 F/DEBUG ( 2210): #51 pc 0000000000598424 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1288) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #50 pc 0000000000549cc8 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+460) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #49 pc 00000000001a8a6c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #48 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #47 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #46 pc 000000000065ddfc /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+760) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.103 F/DEBUG ( 2210): #45 pc 0000000000303f2c /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.15654337495489426524)+532) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #44 pc 00000000000e47d8 /apex/com.android.art/javalib/core-oj.jar (offset 0x1000)
04-28 16:01:09.102 F/DEBUG ( 2210): #43 pc 000000000013f7d8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #42 pc 00000000001484d0 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+26800) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #41 pc 000000000030c684 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+884) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #40 pc 000000000030bce0 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #39 pc 0000000000303f2c /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.15654337495489426524)+532) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.102 F/DEBUG ( 2210): #38 pc 0000000000004e94 [anon:dalvik-classes.dex extracted in memory from /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/base.apk] (io.heaps.android.HeapsMain.run)
04-28 16:01:09.102 F/DEBUG ( 2210): #37 pc 000000000013f7d8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #36 pc 000000000014a258 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+34360) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #35 pc 000000000030c6a0 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+912) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #34 pc 00000000003165dc /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 I/gralloc4( 218): to allocate AFBC buffer for fb_target_layer on rk356x.
04-28 16:01:09.101 I/gralloc4( 218): [File] : hardware/rockchip/libgralloc/bifrost/src/core/mali_gralloc_formats.cpp; [Line] : 1845; [Func] : rk_gralloc_select_format;
04-28 16:01:09.101 F/DEBUG ( 2210): #33 pc 00000000001a8a88 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #32 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #31 pc 000000000013ced4 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: b6aafe4d93208f309d2aa67a99ce83f0)
04-28 16:01:09.101 F/DEBUG ( 2210): #30 pc 00000000008ad14c /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (Java_io_heaps_android_HeapsMain_startHL+36) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.101 F/DEBUG ( 2210): #29 pc 00000000002c87f0 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (main+244) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.101 F/DEBUG ( 2210): #28 pc 00000000008b61b0 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hl_dyn_call_safe+140) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.101 F/DEBUG ( 2210): #27 pc 00000000008b55a4 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hl_dyn_call+424) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.101 F/DEBUG ( 2210): #26 pc 00000000008b52d0 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hl_call_method+868) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.101 F/DEBUG ( 2210): #25 pc 00000000002c89d0 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hlc_static_call+200) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #24 pc 00000000008ace8c /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hl_entry_point+84) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #23 pc 000000000085642c /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (fun$init+254856) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #22 pc 0000000000401114 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (sys_thread__Thread_Thread_Impl__processEvents+92) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #21 pc 00000000004002f0 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (sys_thread_EventLoop_loop+1348) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #20 pc 000000000070bc74 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (haxe_Timer_new__$1+104) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #19 pc 000000000070bbfc /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (haxe_Timer_delay__$1+140) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #18 pc 00000000007275a8 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hxd_System_runMainLoop+208) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #17 pc 00000000003ff630 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (sys_thread_EventLoop_progress+1268) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #16 pc 000000000070bc74 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (haxe_Timer_new__$1+104) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #15 pc 000000000070bbec /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (haxe_Timer_delay__$1+124) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #14 pc 00000000006e9d30 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (h3d_impl_GlDriver_init__$1+112) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #13 pc 000000000035f548 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (h3d_Engine_onCreate+408) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #12 pc 000000000032390c /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (h3d_impl_MemoryManager_init+160) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.100 F/DEBUG ( 2210): #11 pc 00000000003239b0 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (h3d_impl_MemoryManager_initIndexes+148) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): backtrace:
04-28 16:01:09.099 F/DEBUG ( 2210): #10 pc 00000000003083b8 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hl_types_ArrayBytes_hl_UI16_push+76) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #09 pc 000000000030a840 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hl_types_ArrayBytes_hl_UI16___expand+372) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #08 pc 00000000008aeb78 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hl_alloc_bytes+36) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #07 pc 00000000008cb9b8 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (hl_gc_alloc_gen+80) (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #06 pc 00000000008cf198 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #05 pc 00000000008cc108 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #04 pc 00000000008cf894 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #03 pc 00000000008d0138 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #02 pc 00000000008d0458 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #01 pc 00000000008d0674 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)
04-28 16:01:09.099 F/DEBUG ( 2210): #00 pc 00000000008cf8e8 /data/app/~~e7TZ5V2igh2GANWKhp_PZg==/org.testapp-arAdmtGuidZqJ6tztHTlgw==/lib/arm64/libheapsapp.so (BuildId: f6b649730ece3df97594313baed9ee8a84fd545e)```
@AxGord AxGord changed the title Android crash in runtime Android arm64-v8a crash in runtime Apr 28, 2022
@ncannasse
Copy link
Member

I would need more traces of what's happening in the new code, the callstack seems unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants