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 莫名其妙偶现崩溃 #89

Open
LiuDongCai opened this issue Jan 6, 2022 · 9 comments
Open

Android 莫名其妙偶现崩溃 #89

LiuDongCai opened this issue Jan 6, 2022 · 9 comments
Assignees

Comments

@LiuDongCai
Copy link

LiuDongCai commented Jan 6, 2022

接入这个后,偶尔出现崩溃,下面是日志,请问能看出是什么原因吗

2022-01-06 13:39:03.723 28751-28751/com.addcn.android.house591 E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
2022-01-06 13:39:03.972 6721-27866/? E/MiuiFastConnectService: check adv data not fast connect
2022-01-06 13:39:04.031 28751-12801/com.addcn.android.house591 A/libc: fdsan: attempted to close file descriptor 125, expected to be unowned, actually owned by SocketImpl 0x759c69f
2022-01-06 13:39:04.384 6721-27866/? E/MiuiFastConnectService: check adv data not fast connect
2022-01-06 13:39:04.436 12939-12939/? E/chromium: [0106/133904.436127:ERROR:elf_dynamic_array_reader.h(64)] tag not found
2022-01-06 13:39:04.456 28751-12801/com.addcn.android.house591 A/libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 12801 (OkHttp Connecti), pid 28751 (ndroid.house591)
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: Build fingerprint: 'Xiaomi/mars/mars:11/RKQ1.201112.002/V12.5.20.0.RKACNXM:user/release-keys'
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: Revision: '0'
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: ABI: 'arm64'
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: Timestamp: 2022-01-06 13:39:04+0800
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: pid: 28751, tid: 12801, name: OkHttp Connecti  >>> com.addcn.android.house591 <<<
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: uid: 10352
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG: Abort message: 'fdsan: attempted to close file descriptor 125, expected to be unowned, actually owned by SocketImpl 0x759c69f'
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     x0  0000000000000000  x1  0000000000003201  x2  0000000000000006  x3  000000710bad99f0
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     x4  0000000000000000  x5  0000000000000000  x6  0000000000000000  x7  0000000000000030
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     x8  00000000000000f0  x9  7a005ffe29fc8c48  x10 0000000000000001  x11 0000000000000000
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     x12 0000000000000028  x13 0000034b422f43b8  x14 00019196fc3131f5  x15 0000000034155555
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     x16 0000007208ecb948  x17 0000007208eaa350  x18 00000070e5e54000  x19 000000000000704f
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     x20 0000000000003201  x21 000000710badf000  x22 000000720c8eab5c  x23 0000000000000003
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     x24 000000710bad9ae0  x25 ffffff80ffffffc8  x26 000000710bad9760  x27 000000710bad9720
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     x28 000000710bad9bc0  x29 000000710bad9a80
2022-01-06 13:39:04.673 12949-12949/? A/DEBUG:     lr  0000007208e61f0c  sp  000000710bad96a0  pc  0000007208e61f2c  pst 0000000000001000
2022-01-06 13:39:04.765 28751-28751/com.addcn.android.house591 E/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG: backtrace:
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #00 pc 000000000008df2c  /apex/com.android.runtime/lib64/bionic/libc.so (fdsan_error(char const*, ...)+588) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #01 pc 000000000008dc28  /apex/com.android.runtime/lib64/bionic/libc.so (android_fdsan_close_with_tag+740) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #02 pc 000000000008e390  /apex/com.android.runtime/lib64/bionic/libc.so (close+16) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #03 pc 00000000000362c0  /apex/com.android.conscrypt/lib64/libjavacrypto.so (NativeCrypto_SSL_free(_JNIEnv*, _jclass*, long, _jobject*)+124) (BuildId: fd088ae72990178e580d5ab157316338)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #04 pc 000000000013ced4  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #05 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #06 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #07 pc 0000000000319390  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #08 pc 000000000030f6bc  /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*)+996) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #09 pc 000000000014a0c8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+33960) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #10 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #11 pc 0000000000023634  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.NativeSsl.close)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #12 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #13 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #14 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #15 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #16 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #17 pc 000000000001a08c  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.ConscryptEngine.closeAndFreeResources)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #18 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #19 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #20 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #21 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #22 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #23 pc 000000000001a22c  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.ConscryptEngine.freeIfDone)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #24 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #25 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #26 pc 0000000000310760  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<true, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+668) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #27 pc 000000000014894c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+27948) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #28 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #29 pc 00000000000195c0  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.ConscryptEngine.wrap)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #30 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #31 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #32 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #33 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #34 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #35 pc 0000000000240450  /apex/com.android.art/javalib/core-oj.jar (javax.net.ssl.SSLEngine.wrap)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #36 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #37 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #38 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #39 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #40 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #41 pc 0000000000019564  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.ConscryptEngine.wrap)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #42 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #43 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #44 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #45 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #46 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #47 pc 000000000001725c  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.ConscryptEngineSocket$SSLOutputStream.writeInternal)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #48 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #49 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #50 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #51 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #52 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #53 pc 00000000000170a8  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.ConscryptEngineSocket$SSLOutputStream.access$200)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #54 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #55 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #56 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #57 pc 000000000014a0c8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+33960) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #58 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #59 pc 0000000000017ce8  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.ConscryptEngineSocket.drainOutgoingQueue)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #60 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #61 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #62 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #63 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #64 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #65 pc 0000000000017ac0  /apex/com.android.conscrypt/javalib/conscrypt.jar (com.android.org.conscrypt.ConscryptEngineSocket.close)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #66 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #67 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #68 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #69 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #70 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #71 pc 0000000000020ec4  /apex/com.android.art/javalib/okhttp.jar (com.android.okhttp.internal.Util.closeQuietly)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #72 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #73 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #74 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #75 pc 000000000014a0c8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+33960) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #76 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #77 pc 00000000000156d4  /apex/com.android.art/javalib/okhttp.jar (com.android.okhttp.ConnectionPool.cleanup)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #78 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #79 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #80 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #81 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #82 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #83 pc 000000000001539c  /apex/com.android.art/javalib/okhttp.jar (com.android.okhttp.ConnectionPool$1.run)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #84 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #85 pc 000000000066c054  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #86 pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.883 12949-12949/? A/DEBUG:       #87 pc 00000000021eb2e4  /memfd:jit-cache (deleted) (offset 0x2000000) (java.util.concurrent.ThreadPoolExecutor.runWorker+388)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #88 pc 0000000000133564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #89 pc 00000000001a8a78  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #90 pc 0000000000319390  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #91 pc 000000000030f6bc  /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*)+996) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #92 pc 00000000001489d0  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+28080) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #93 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #94 pc 00000000001f8df8  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor$Worker.run)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #95 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #96 pc 000000000030eca8  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #97 pc 000000000030f6a0  /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*)+968) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #98 pc 000000000014846c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false, false>(art::interpreter::SwitchImplContext*)+26700) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #99 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #100 pc 00000000000eb838  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #101 pc 0000000000306dc0  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.11487796752256266877)+532) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #102 pc 000000000066c054  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #103 pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #104 pc 0000000000133564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #105 pc 00000000001a8a78  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #106 pc 0000000000555ac4  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeVirtualOrInterfaceWithJValues<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, jvalue const*)+460) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #107 pc 00000000005a4e60  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1308) (BuildId: 5b103c304a50c13c7fbeaacc0e0df496)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #108 pc 00000000000eb828  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
2022-01-06 13:39:04.884 12949-12949/? A/DEBUG:       #109 pc 000000000008ba48  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
@LiuDongCai
Copy link
Author

@LiuDongCai
Copy link
Author

@LiuDongCai
Copy link
Author

好像是fdsan的错,看下是不是这个库引起的?

@LiuDongCai
Copy link
Author

LiuDongCai commented Jan 6, 2022

2022-01-06 14:09:31.932 28753-4360/com.addcn.android.house591 A/libc: fdsan: attempted to close file descriptor 72, expected to be unowned, actually owned by SocketImpl 0xee7c23f
2022-01-06 14:09:32.076 24738-24738/? E/chromium: [0106/140932.076329:ERROR:elf_dynamic_array_reader.h(64)] tag not found
2022-01-06 14:09:32.086 28753-4360/com.addcn.android.house591 A/libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 4360 (Thread-9), pid 28753 (ndroid.house591)
2022-01-06 14:09:32.201 28753-4389/com.addcn.android.house591 A/libc: fdsan: attempted to close file descriptor 72, expected to be unowned, actually owned by SocketImpl 0xee7c23f
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: Build fingerprint: 'Xiaomi/mars/mars:11/RKQ1.201112.002/V12.5.20.0.RKACNXM:user/release-keys'
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: Revision: '0'
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: ABI: 'arm64'
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: Timestamp: 2022-01-06 14:09:32+0800
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: pid: 28753, tid: 4360, name: Thread-9  >>> com.addcn.android.house591 <<<
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: uid: 10352
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG: Abort message: 'fdsan: attempted to close file descriptor 72, expected to be unowned, actually owned by SocketImpl 0xee7c23f'
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     x0  0000000000000000  x1  0000000000001108  x2  0000000000000006  x3  00000070d473ef90
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     x4  0000000000000000  x5  0000000000000000  x6  0000000000000000  x7  0000000000000028
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     x8  00000000000000f0  x9  7a005ffe29fc8c48  x10 0000000000000001  x11 0000000000000000
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     x12 0000000000000020  x13 000003536e0d0bde  x14 0037367d42e755f5  x15 0000000034155555
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     x16 0000007208ecb948  x17 0000007208eaa350  x18 0000000000000000  x19 0000000000007051
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     x20 0000000000001108  x21 00000070d4740000  x22 000000720c8eab5c  x23 0000000000000003
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     x24 00000070d473f080  x25 ffffff80ffffffc8  x26 00000070d473ed00  x27 00000070d473ecc0
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     x28 00000070d4b63cb0  x29 00000070d473f020
2022-01-06 14:09:32.208 24743-24743/? A/DEBUG:     lr  0000007208e61f0c  sp  00000070d473ec40  pc  0000007208e61f2c  pst 0000000000001000
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG: backtrace:
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:     NOTE: Function names and BuildId information is missing for some frames due
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:     NOTE: to unreadable libraries. For unwinds of apps, only shared libraries
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:     NOTE: found under the lib/ directory are readable.
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #00 pc 000000000008df2c  /apex/com.android.runtime/lib64/bionic/libc.so (fdsan_error(char const*, ...)+588) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #01 pc 000000000008dc28  /apex/com.android.runtime/lib64/bionic/libc.so (android_fdsan_close_with_tag+740) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #02 pc 000000000008e390  /apex/com.android.runtime/lib64/bionic/libc.so (close+16) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #03 pc 00000000002257b4  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #04 pc 000000000020d1f8  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #05 pc 00000000001bc740  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #06 pc 00000000001c4040  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #07 pc 0000000000204e48  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #08 pc 00000000002072a4  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #09 pc 00000000002180d4  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #10 pc 00000000000de274  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #11 pc 00000000000e64a4  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #12 pc 00000000000dc0b4  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #13 pc 00000000000c1b7c  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #14 pc 00000000000c9308  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #15 pc 00000000000ce9e8  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #16 pc 0000000000305034  /data/data/com.addcn.android.house591/code_cache/libjvmtiagent_arm64.so
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #17 pc 00000000000eb828  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+64) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)
2022-01-06 14:09:32.209 24743-24743/? A/DEBUG:       #18 pc 000000000008ba48  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 5f57d25b37c043ed36c0e4147dcc8b3f)

@LiuDongCai
Copy link
Author

经常性出现这种错

@hui19
Copy link
Member

hui19 commented Jan 7, 2022

@LiuDongCai 我看看 有什么复现路径吗

@hui19
Copy link
Member

hui19 commented Jan 7, 2022

@LiuDongCai 你有使用fdsan相关接口吗 堆栈里没看到明显的线索

@LiuDongCai
Copy link
Author

只是在flutter调原生的存取缓存方法(ACache),其他没用到

@yulingtianxia
Copy link
Member

@LiuDongCai 麻烦能提供个可以复现的 demo 么

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

3 participants