You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using tensorflow 2.16.1 and onnx2tf 1.22.4:
implementation 'org.tensorflow:tensorflow-lite:2.16.1'
implementation 'org.tensorflow:tensorflow-lite-gpu:2.16.1'
implementation 'org.tensorflow:tensorflow-lite-gpu-api:2.16.1'
Any idea what could be wrong or how I can debug this further?
Thanks for your help!
Best regards,
Ramon
Full stacktrace:
I/GPU (10563): org.tensorflow.lite.gpu.GpuDelegate$Options@3e97741
I/GPU (10563): GPU is supported and will be used for inference.
I/tflite (10563): Replacing 299 out of 299 node(s) with delegate (TfLiteGpuDelegateV2) node, yielding 1 partitions for the whole graph.
F/libc (10563): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x18 in tid 11103 (background), pid 10563 (g_app)
Build fingerprint: 'samsung/a52qnseea/a52q:13/TP1A.220624.014/A525FXXS6DWG2:user/release-keys'
Revision: '8'
ABI: 'arm64'
Processor: '7'
Timestamp: 2024-06-30 17:23:08.630221214+0200
Process uptime: 137s
Cmdline: com.example.debug_app
pid: 10563, tid: 11103, name: background >>> com.example.debug_app <<<
uid: 10448
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0000000000000018
Cause: null pointer dereference
x0 b400007a9f865700 x1 0000000000000079 x2 0000000000000000 x3 0000000000000004
x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 0000000000000000
x8 0000000000000004 x9 0000000000000001 x10 b400007a5983a370 x11 380c88acc82776a5
x12 000000000000001f x13 0000000000000001 x14 0000007a6a05251e x15 0000007a6ad1f0f4
x16 0000000000000000 x17 00000000000000ff x18 0000007a64a28000 x19 0000007b021f6000
x20 0000000000000000 x21 b400007a9f865700 x22 0000000000000079 x23 0000000000000000
x24 0000007b021f17f0 x25 0000000000000002 x26 0000000000000004 x27 0000007b021f6000
x28 0000000000000079 x29 0000007b021f1410
lr 0000000000000000 sp 0000007b021f12f0 pc 0000007a6acd49f0 pst 0000000080001000
backtrace:
#00 pc 0000000000dcc9f0 /vendor/lib64/libllvm-qcom.so (llvm::SelectionDAG::getNode(unsigned int, llvm::DebugLoc, llvm::EVT, llvm::SDValue)+64) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #1 pc 0000000000e172a0 /vendor/lib64/libllvm-qcom.so (getCopyFromParts(llvm::SelectionDAG&, llvm::DebugLoc, llvm::SDValue const*, unsigned int, llvm::EVT, llvm::EVT, llvm::ISD::NodeType)+2952) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #2 pc 0000000000e1a1a0 /vendor/lib64/libllvm-qcom.so (llvm::SelectionDAGISel::LowerArguments(llvm::BasicBlock const*)+3840) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #3 pc 0000000000e251e8 /vendor/lib64/libllvm-qcom.so (llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&)+1336) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #4 pc 0000000000e2449c /vendor/lib64/libllvm-qcom.so (llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&)+1420) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #5 pc 000000000092942c /vendor/lib64/libllvm-qcom.so (llvm::FPPassManager::runOnFunction(llvm::Function&)+884) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #6 pc 0000000000928bc8 /vendor/lib64/libllvm-qcom.so (llvm::FunctionPassManagerImpl::run(llvm::Function&)+192) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #7 pc 00000000009289f8 /vendor/lib64/libllvm-qcom.so (llvm::FunctionPassManager::run(llvm::Function&)+104) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #8 pc 0000000000f1a1cc /vendor/lib64/libllvm-qcom.so (llvm::llclib::CompileInComplexPipeline(llvm::Module&, llvm::Triple const&, llvm::TargetMachine&, void* ()(unsigned int), llvm::PassOverrides&, llvm::RunnableListType<llvm::RunnableListTypellvm::OptManager >, llvm::CLPrintfInterpreter const*, llvm::TimeRegion*, llvm::Module*, llvm::formatted_raw_ostream&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >&, char**, unsigned int&)+2164) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #9 pc 0000000000f1b05c /vendor/lib64/libllvm-qcom.so (llvm::llclib::Compile(llvm::Module*, void* ()(unsigned int), char**, unsigned int&, llvm::Module, llvm::CLPrintfInterpreter const*)+2460) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #10 pc 0000000001ac905c /vendor/lib64/libllvm-qcom.so (clang::clanglib::Codegen(llvm::MemoryBuffer*, cl_compiler_target, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, llvm::OwningArrayPtr&, unsigned int&, cl_rs_compiler_info*)+1052) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #11 pc 0000000001aeb554 /vendor/lib64/libllvm-qcom.so ((anonymous namespace)::BasicCompilation::link()+4044) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #12 pc 0000000001ae5dfc /vendor/lib64/libllvm-qcom.so (cl_compiler_link_program+492) (BuildId: 90db7b70a33a3223117d01259e5d89fd) #13 pc 000000000027b52c /vendor/lib64/libCB.so (cl_program_link_immediate+956) (BuildId: 4a1aa94f6bc5d4e8fb2d539d1411636d) #14 pc 000000000027a5d0 /vendor/lib64/libCB.so (cl_program_build_immediate+272) (BuildId: 4a1aa94f6bc5d4e8fb2d539d1411636d) #15 pc 0000000000280448 /vendor/lib64/libCB.so (cb_build_program+1072) (BuildId: 4a1aa94f6bc5d4e8fb2d539d1411636d) #16 pc 0000000000013360 /vendor/lib64/libOpenCL.so (qCLDrvAPI_clBuildProgram+112) (BuildId: c2a2acac9160da02966c1071cb85246e) #17 pc 000000000013c1b8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #18 pc 000000000013c0e4 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #19 pc 000000000013782c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #20 pc 00000000000e6e7c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #21 pc 00000000000dd4a0 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #22 pc 00000000000dcf88 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #23 pc 00000000000dcd60 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #24 pc 00000000000d7304 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #25 pc 00000000000ad7b8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #26 pc 00000000000ad22c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #27 pc 00000000000ae204 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #28 pc 00000000002febd8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #29 pc 00000000002fe5bc /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #30 pc 00000000002fe1d8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #31 pc 00000000000aa7f0 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61) #32 pc 0000000000302f98 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #33 pc 000000000030353c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #34 pc 00000000002f6370 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #35 pc 00000000002f914c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #36 pc 00000000002f9668 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #37 pc 000000000007f4d8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (Java_org_tensorflow_lite_NativeInterpreterWrapper_createInterpreter+692) (BuildId: 385d6d92f29b4b4cb3ffca33758d3471) #38 pc 0000000000355830 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 735f12f804f88d62a2cb437261076ff7) #39 pc 000000000033f080 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 735f12f804f88d62a2cb437261076ff7) #40 pc 000000000037dde8 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+416) (BuildId: 735f12f804f88d62a2cb437261076ff7) #41 pc 000000000037d598 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1960) (BuildId: 735f12f804f88d62a2cb437261076ff7) #42 pc 000000000049a6d8 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+14012) (BuildId: 735f12f804f88d62a2cb437261076ff7) #43 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7) #44 pc 000000000006e220 [anon:dalvik-classes7.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes7.dex] (org.tensorflow.lite.NativeInterpreterWrapper.init+0) #45 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7) #46 pc 000000000037db04 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+100) (BuildId: 735f12f804f88d62a2cb437261076ff7) #47 pc 000000000037d534 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1860) (BuildId: 735f12f804f88d62a2cb437261076ff7) #48 pc 0000000000499b48 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+11052) (BuildId: 735f12f804f88d62a2cb437261076ff7) #49 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7) #50 pc 000000000006df38 [anon:dalvik-classes7.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes7.dex] (org.tensorflow.lite.NativeInterpreterWrapper.+0) #51 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7) #52 pc 0000000000511d1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 735f12f804f88d62a2cb437261076ff7) #53 pc 0000000000497814 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2040) (BuildId: 735f12f804f88d62a2cb437261076ff7) #54 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7) #55 pc 000000000006d8f8 [anon:dalvik-classes7.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes7.dex] (org.tensorflow.lite.NativeInterpreterWrapperExperimental.+0) #56 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7) #57 pc 0000000000511d1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 735f12f804f88d62a2cb437261076ff7) #58 pc 0000000000497814 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2040) (BuildId: 735f12f804f88d62a2cb437261076ff7) #59 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7) #60 pc 000000000006d728 [anon:dalvik-classes7.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes7.dex] (org.tensorflow.lite.Interpreter.+0) #61 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7) #62 pc 0000000000511d1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 735f12f804f88d62a2cb437261076ff7) #63 pc 0000000000497814 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2040) (BuildId: 735f12f804f88d62a2cb437261076ff7) #64 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7) #65 pc 0000000000006fc4 [anon:dalvik-classes5.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes5.dex] (com.example.debug_app.detection.TfliteEdgeyoloRunner.+0) #66 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7) #67 pc 0000000000511d1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 735f12f804f88d62a2cb437261076ff7) #68 pc 0000000000497814 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2040) (BuildId: 735f12f804f88d62a2cb437261076ff7) #69 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7) #70 pc 00000000000049a0 [anon:dalvik-classes5.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes5.dex] (com.example.debug_app.detection.Detector$detectInImage$backgroundThread$1.run+0) #71 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7) #72 pc 0000000000373a18 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 735f12f804f88d62a2cb437261076ff7) #73 pc 0000000000355968 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 735f12f804f88d62a2cb437261076ff7) #74 pc 000000000033eda4 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 735f12f804f88d62a2cb437261076ff7) #75 pc 0000000000239d54 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+144) (BuildId: 735f12f804f88d62a2cb437261076ff7) #76 pc 000000000053a1b0 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1600) (BuildId: 735f12f804f88d62a2cb437261076ff7) #77 pc 00000000000f5298 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208) (BuildId: 1bcad8bca80d38bceb9089f70d394e33) #78 pc 000000000008ebdc /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68) (BuildId: 1bcad8bca80d38bceb9089f70d394e33)
Lost connection to device.
Exited.
The text was updated successfully, but these errors were encountered:
This issue originally reported by @ramonhollands has been moved to this dedicated repository for LiteRT to enhance issue tracking and prioritization. To ensure continuity, we have created this new issue on your behalf.
We appreciate your understanding and look forward to your continued involvement.
Hi there,
My tflite model fails on GPU delegate, using Android. Without the GPU delegate the model works fine using CPU.
I cut the model until I found out at which point the model crashes. It seems to be underneath node:
Models used:
Model suceeding: https://www.dropbox.com/scl/fi/iz96vmzrr99wpl40mr5pv/till480_7_7_float32-works.tflite?rlkey=ofqjleukotz1wnbmzovb5cddm&st=ww59mctf&dl=0
Model failing: https://www.dropbox.com/scl/fi/2ne8owmufj7ks3mcki818/960_7_7_float32-crashes.tflite?rlkey=ij49ion6d3xjt5lp0fapp2n2r&st=x6ftxmbo&dl=0
I'm using tensorflow 2.16.1 and onnx2tf 1.22.4:
implementation 'org.tensorflow:tensorflow-lite:2.16.1'
implementation 'org.tensorflow:tensorflow-lite-gpu:2.16.1'
implementation 'org.tensorflow:tensorflow-lite-gpu-api:2.16.1'
Any idea what could be wrong or how I can debug this further?
Thanks for your help!
Best regards,
Ramon
Full stacktrace:
I/GPU (10563): org.tensorflow.lite.gpu.GpuDelegate$Options@3e97741
I/GPU (10563): GPU is supported and will be used for inference.
I/tflite (10563): Replacing 299 out of 299 node(s) with delegate (TfLiteGpuDelegateV2) node, yielding 1 partitions for the whole graph.
F/libc (10563): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x18 in tid 11103 (background), pid 10563 (g_app)
Build fingerprint: 'samsung/a52qnseea/a52q:13/TP1A.220624.014/A525FXXS6DWG2:user/release-keys'
Revision: '8'
ABI: 'arm64'
Processor: '7'
Timestamp: 2024-06-30 17:23:08.630221214+0200
Process uptime: 137s
Cmdline: com.example.debug_app
pid: 10563, tid: 11103, name: background >>> com.example.debug_app <<<
uid: 10448
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0000000000000018
Cause: null pointer dereference
x0 b400007a9f865700 x1 0000000000000079 x2 0000000000000000 x3 0000000000000004
x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 0000000000000000
x8 0000000000000004 x9 0000000000000001 x10 b400007a5983a370 x11 380c88acc82776a5
x12 000000000000001f x13 0000000000000001 x14 0000007a6a05251e x15 0000007a6ad1f0f4
x16 0000000000000000 x17 00000000000000ff x18 0000007a64a28000 x19 0000007b021f6000
x20 0000000000000000 x21 b400007a9f865700 x22 0000000000000079 x23 0000000000000000
x24 0000007b021f17f0 x25 0000000000000002 x26 0000000000000004 x27 0000007b021f6000
x28 0000000000000079 x29 0000007b021f1410
lr 0000000000000000 sp 0000007b021f12f0 pc 0000007a6acd49f0 pst 0000000080001000
backtrace:
#00 pc 0000000000dcc9f0 /vendor/lib64/libllvm-qcom.so (llvm::SelectionDAG::getNode(unsigned int, llvm::DebugLoc, llvm::EVT, llvm::SDValue)+64) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#1 pc 0000000000e172a0 /vendor/lib64/libllvm-qcom.so (getCopyFromParts(llvm::SelectionDAG&, llvm::DebugLoc, llvm::SDValue const*, unsigned int, llvm::EVT, llvm::EVT, llvm::ISD::NodeType)+2952) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#2 pc 0000000000e1a1a0 /vendor/lib64/libllvm-qcom.so (llvm::SelectionDAGISel::LowerArguments(llvm::BasicBlock const*)+3840) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#3 pc 0000000000e251e8 /vendor/lib64/libllvm-qcom.so (llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&)+1336) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#4 pc 0000000000e2449c /vendor/lib64/libllvm-qcom.so (llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&)+1420) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#5 pc 000000000092942c /vendor/lib64/libllvm-qcom.so (llvm::FPPassManager::runOnFunction(llvm::Function&)+884) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#6 pc 0000000000928bc8 /vendor/lib64/libllvm-qcom.so (llvm::FunctionPassManagerImpl::run(llvm::Function&)+192) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#7 pc 00000000009289f8 /vendor/lib64/libllvm-qcom.so (llvm::FunctionPassManager::run(llvm::Function&)+104) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#8 pc 0000000000f1a1cc /vendor/lib64/libllvm-qcom.so (llvm::llclib::CompileInComplexPipeline(llvm::Module&, llvm::Triple const&, llvm::TargetMachine&, void* ()(unsigned int), llvm::PassOverrides&, llvm::RunnableListType<llvm::RunnableListTypellvm::OptManager >, llvm::CLPrintfInterpreter const*, llvm::TimeRegion*, llvm::Module*, llvm::formatted_raw_ostream&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >&, char**, unsigned int&)+2164) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#9 pc 0000000000f1b05c /vendor/lib64/libllvm-qcom.so (llvm::llclib::Compile(llvm::Module*, void* ()(unsigned int), char**, unsigned int&, llvm::Module, llvm::CLPrintfInterpreter const*)+2460) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#10 pc 0000000001ac905c /vendor/lib64/libllvm-qcom.so (clang::clanglib::Codegen(llvm::MemoryBuffer*, cl_compiler_target, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, llvm::OwningArrayPtr&, unsigned int&, cl_rs_compiler_info*)+1052) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#11 pc 0000000001aeb554 /vendor/lib64/libllvm-qcom.so ((anonymous namespace)::BasicCompilation::link()+4044) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#12 pc 0000000001ae5dfc /vendor/lib64/libllvm-qcom.so (cl_compiler_link_program+492) (BuildId: 90db7b70a33a3223117d01259e5d89fd)
#13 pc 000000000027b52c /vendor/lib64/libCB.so (cl_program_link_immediate+956) (BuildId: 4a1aa94f6bc5d4e8fb2d539d1411636d)
#14 pc 000000000027a5d0 /vendor/lib64/libCB.so (cl_program_build_immediate+272) (BuildId: 4a1aa94f6bc5d4e8fb2d539d1411636d)
#15 pc 0000000000280448 /vendor/lib64/libCB.so (cb_build_program+1072) (BuildId: 4a1aa94f6bc5d4e8fb2d539d1411636d)
#16 pc 0000000000013360 /vendor/lib64/libOpenCL.so (qCLDrvAPI_clBuildProgram+112) (BuildId: c2a2acac9160da02966c1071cb85246e)
#17 pc 000000000013c1b8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#18 pc 000000000013c0e4 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#19 pc 000000000013782c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#20 pc 00000000000e6e7c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#21 pc 00000000000dd4a0 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#22 pc 00000000000dcf88 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#23 pc 00000000000dcd60 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#24 pc 00000000000d7304 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#25 pc 00000000000ad7b8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#26 pc 00000000000ad22c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#27 pc 00000000000ae204 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#28 pc 00000000002febd8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#29 pc 00000000002fe5bc /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#30 pc 00000000002fe1d8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#31 pc 00000000000aa7f0 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_gpu_jni.so (BuildId: 3b36f80b867134f597c198e81d9bec61)
#32 pc 0000000000302f98 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#33 pc 000000000030353c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#34 pc 00000000002f6370 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#35 pc 00000000002f914c /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#36 pc 00000000002f9668 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#37 pc 000000000007f4d8 /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/lib/arm64/libtensorflowlite_jni.so (Java_org_tensorflow_lite_NativeInterpreterWrapper_createInterpreter+692) (BuildId: 385d6d92f29b4b4cb3ffca33758d3471)
#38 pc 0000000000355830 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#39 pc 000000000033f080 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#40 pc 000000000037dde8 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+416) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#41 pc 000000000037d598 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1960) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#42 pc 000000000049a6d8 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+14012) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#43 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#44 pc 000000000006e220 [anon:dalvik-classes7.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes7.dex] (org.tensorflow.lite.NativeInterpreterWrapper.init+0)
#45 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#46 pc 000000000037db04 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+100) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#47 pc 000000000037d534 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1860) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#48 pc 0000000000499b48 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+11052) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#49 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#50 pc 000000000006df38 [anon:dalvik-classes7.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes7.dex] (org.tensorflow.lite.NativeInterpreterWrapper.+0)
#51 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#52 pc 0000000000511d1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#53 pc 0000000000497814 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2040) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#54 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#55 pc 000000000006d8f8 [anon:dalvik-classes7.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes7.dex] (org.tensorflow.lite.NativeInterpreterWrapperExperimental.+0)
#56 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#57 pc 0000000000511d1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#58 pc 0000000000497814 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2040) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#59 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#60 pc 000000000006d728 [anon:dalvik-classes7.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes7.dex] (org.tensorflow.lite.Interpreter.+0)
#61 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#62 pc 0000000000511d1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#63 pc 0000000000497814 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2040) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#64 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#65 pc 0000000000006fc4 [anon:dalvik-classes5.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes5.dex] (com.example.debug_app.detection.TfliteEdgeyoloRunner.+0)
#66 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#67 pc 0000000000511d1c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#68 pc 0000000000497814 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2040) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#69 pc 0000000000357fd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#70 pc 00000000000049a0 [anon:dalvik-classes5.dex extracted in memory from /data/app/~~sh8Q2LYw9jz26oygi1RiqQ==/com.example.debug_app-0VmdEVI_oHQgAjGD37PnJQ==/base.apk!classes5.dex] (com.example.debug_app.detection.Detector$detectInImage$backgroundThread$1.run+0)
#71 pc 0000000000374120 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.420609892041422114)+232) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#72 pc 0000000000373a18 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#73 pc 0000000000355968 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#74 pc 000000000033eda4 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#75 pc 0000000000239d54 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+144) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#76 pc 000000000053a1b0 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1600) (BuildId: 735f12f804f88d62a2cb437261076ff7)
#77 pc 00000000000f5298 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208) (BuildId: 1bcad8bca80d38bceb9089f70d394e33)
#78 pc 000000000008ebdc /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68) (BuildId: 1bcad8bca80d38bceb9089f70d394e33)
Lost connection to device.
Exited.
The text was updated successfully, but these errors were encountered: