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

JNI ERROR (app bug): local reference table overflow (max=512) #3594

Open
Duanzq-GIT opened this issue Mar 4, 2022 · 0 comments
Open

JNI ERROR (app bug): local reference table overflow (max=512) #3594

Duanzq-GIT opened this issue Mar 4, 2022 · 0 comments

Comments

@Duanzq-GIT
Copy link

Duanzq-GIT commented Mar 4, 2022

在一台Android测试机上运行CPU识别没有问题,但是GPU识别时会有如下错误,想请教一下有没有遇到过类似问题,该怎么解决?
I/ExifInterface_JNI: Raw image not detected
I/Adreno: QUALCOMM build : 42611ec, Iafd347b9ec
Build Date : 01/22/18
OpenGL ES Shader Compiler Version: XE031.09.00.04
Local Branch :
Remote Branch : quic/gfx-adreno.lnx.1.0.r5-rel
Remote Branch : NONE
Reconstruct Branch : NOTHING
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Swap behavior 1
W/Adreno-GSL: <gsl_ldd_control:467>: ioctl fd 40 code 0xc040094a (IOCTL_KGSL_GPU_COMMAND) failed: errno 35 Resource deadlock would occur
<log_gpu_snapshot:376>: panel.gpuSnapshotPath is not set.not generating user snapshot
W/ncnn: vkQueueSubmit failed -3
W/Adreno-GSL: <gsl_ldd_control:467>: ioctl fd 40 code 0xc040094a (IOCTL_KGSL_GPU_COMMAND) failed: errno 35 Resource deadlock would occur
<log_gpu_snapshot:376>: panel.gpuSnapshotPath is not set.not generating user snapshot
W/ncnn: vkQueueSubmit failed -3
然后是这里
A/art: art/runtime/indirect_reference_table.cc:132] JNI ERROR (app bug): local reference table overflow (max=512)
art/runtime/indirect_reference_table.cc:132] local reference table dump:
art/runtime/indirect_reference_table.cc:132] Last 10 entries (of 512):
art/runtime/indirect_reference_table.cc:132] 511: 0x12ca9080 java.lang.String "hot dog"
art/runtime/indirect_reference_table.cc:132] 510: 0x12d0f1a0 com.tencent.yolov5ncnn.YoloV5Ncnn$Obj
art/runtime/indirect_reference_table.cc:132] 509: 0x12ca90a0 java.lang.String "backpack"
art/runtime/indirect_reference_table.cc:132] 508: 0x12d0f178 com.tencent.yolov5ncnn.YoloV5Ncnn$Obj
art/runtime/indirect_reference_table.cc:132] 507: 0x12d0f150 java.lang.String "skateboard"
art/runtime/indirect_reference_table.cc:132] 506: 0x12d0f128 com.tencent.yolov5ncnn.YoloV5Ncnn$Obj
art/runtime/indirect_reference_table.cc:132] 505: 0x12c9d370 java.lang.String "parking meter"
art/runtime/indirect_reference_table.cc:132] 504: 0x12d0f100 com.tencent.yolov5ncnn.YoloV5Ncnn$Obj
art/runtime/indirect_reference_table.cc:132] 503: 0x12d0f0d8 java.lang.String "microwave"
art/runtime/indirect_reference_table.cc:132] 502: 0x12d0f0b0 com.tencent.yolov5ncnn.YoloV5Ncnn$Obj
art/runtime/indirect_reference_table.cc:132] Summary:
art/runtime/indirect_reference_table.cc:132] 256 of java.lang.String (256 unique instances)
art/runtime/indirect_reference_table.cc:132] 252 of com.tencent.yolov5ncnn.YoloV5Ncnn$Obj (252 unique instances)
art/runtime/indirect_reference_table.cc:132] 2 of java.lang.Class (2 unique instances)
art/runtime/indirect_reference_table.cc:132] 1 of com.tencent.yolov5ncnn.YoloV5Ncnn$Obj[] (7745 elements)
art/runtime/indirect_reference_table.cc:132] 1 of java.lang.String[] (4 elements)
art/runtime/indirect_reference_table.cc:132]
A/art: art/runtime/runtime.cc:422] Runtime aborting...
art/runtime/runtime.cc:422] Aborting thread:
art/runtime/runtime.cc:422] "main" prio=10 tid=1 Runnable
art/runtime/runtime.cc:422] | group="" sCount=0 dsCount=0 obj=0x76168a10 self=0x7f8e896a00
art/runtime/runtime.cc:422] | sysTid=6896 nice=-10 cgrp=default sched=0/0 handle=0x7f926c4a98
art/runtime/runtime.cc:422] | state=R schedstat=( 115661076140 766658445 1581 ) utm=11297 stm=269 core=5 HZ=100
art/runtime/runtime.cc:422] | stack=0x7fcb0c9000-0x7fcb0cb000 stackSize=8MB
art/runtime/runtime.cc:422] | held mutexes= "abort lock" "mutator lock"(shared held)
art/runtime/runtime.cc:422] native: #00 pc 000000000047af34 /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)
art/runtime/runtime.cc:422] native: #1 pc 000000000047af30 /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+216)
art/runtime/runtime.cc:422] native: #2 pc 000000000044f460 /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+472)
art/runtime/runtime.cc:422] native: #3 pc 000000000043d4e0 /system/lib64/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+56)
art/runtime/runtime.cc:422] native: #4 pc 000000000043d300 /system/lib64/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+576)
art/runtime/runtime.cc:422] native: #5 pc 0000000000430de4 /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+144)
art/runtime/runtime.cc:422] native: #6 pc 00000000000e5898 /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1576)
art/runtime/runtime.cc:422] native: #7 pc 000000000024c3e8 /system/lib64/libart.so (_ZN3art22IndirectReferenceTable3AddEjPNS_6mirror6ObjectE+308)
art/runtime/runtime.cc:422] native: #8 pc 000000000032b2b0 /system/lib64/libart.so (_ZN3art3JNI10NewObjectVEP7_JNIEnvP7_jclassP10_jmethodIDSt9__va_list+680)
art/runtime/runtime.cc:422] native: #9 pc 00000000000f56d4 /system/lib64/libart.so (_ZN3art8CheckJNI10NewObjectVEP7_JNIEnvP7_jclassP10_jmethodIDSt9__va_list+792)
art/runtime/runtime.cc:422] native: #10 pc 0000000000103c0c /data/app/com.tencent.yolov5ncnn-2/lib/arm64/libyolov5ncnn.so (_ZN7_JNIEnv9NewObjectEP7_jclassP10_jmethodIDz+192)
art/runtime/runtime.cc:422] native: #11 pc 0000000000102650 /data/app/com.tencent.yolov5ncnn-2/lib/arm64/libyolov5ncnn.so (Java_com_tencent_yolov5ncnn_YoloV5Ncnn_Detect+4940)
art/runtime/runtime.cc:422] native: #12 pc 0000000000000274 /data/app/com.tencent.yolov5ncnn-2/oat/arm64/base.odex (Java_com_tencent_yolov5ncnn_YoloV5Ncnn_Detect__Landroid_graphics_Bitmap_2Z+160)
art/runtime/runtime.cc:422] at com.tencent.yolov5ncnn.YoloV5Ncnn.Detect(Native method)
art/runtime/runtime.cc:422] at com.tencent.yolov5ncnn.MainActivity$3.onClick(MainActivity.java:92)
art/runtime/runtime.cc:422] at android.view.View.performClick(View.java:5637)
art/runtime/runtime.cc:422] at android.view.View$PerformClick.run(View.java:22433)
art/runtime/runtime.cc:422] at android.os.Handler.handleCallback(Handler.java:751)
art/runtime/runtime.cc:422] at android.os.Handler.dispatchMessage(Handler.java:95)
art/runtime/runtime.cc:422] at android.os.Looper.loop(Looper.java:154)
art/runtime/runtime.cc:422] at android.app.ActivityThread.main(ActivityThread.java:6121)
art/runtime/runtime.cc:422] at java.lang.reflect.Method.invoke!(Native method)
art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
art/runtime/runtime.cc:422] Dumping all threads without appropriate locks held: thread list lock
A/art: art/runtime/runtime.cc:422] All threads:
art/runtime/runtime.cc:422] DALVIK THREADS (15):
art/runtime/runtime.cc:422] "main" prio=10 tid=1 Runnable
art/runtime/runtime.cc:422] | group="" sCount=0 dsCount=0 obj=0x76168a10 self=0x7f8e896a00
art/runtime/runtime.cc:422] | sysTid=6896 nice=-10 cgrp=default sched=0/0 handle=0x7f926c4a98
art/runtime/runtime.cc:422] | state=R schedstat=( 115730237804 767681414 1589 ) utm=11302 stm=271 core=1 HZ=100
art/runtime/runtime.cc:422] | stack=0x7fcb0c9000-0x7fcb0cb000 stackSize=8MB
art/runtime/runtime.cc:422] | held mutexes= "abort lock" "mutator lock"(shared held)
art/runtime/runtime.cc:422] native: #00 pc 000000000047af34 /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)
art/runtime/runtime.cc:422] native: #1 pc 000000000047af30 /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+216)
art/runtime/runtime.cc:422] native: #2 pc 000000000044f460 /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+472)
art/runtime/runtime.cc:422] native: #3 pc 0000000000466dc0 /system/lib64/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+820)
art/runtime/runtime.cc:422] native: #4 pc 000000000045f0a0 /system/lib64/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+456)
art/runtime/runtime.cc:422] native: #5 pc 000000000045eca4 /system/lib64/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+848)
art/runtime/runtime.cc:422] native: #6 pc 000000000043d310 /system/lib64/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+592)
art/runtime/runtime.cc:422] native: #7 pc 0000000000430de4 /system/lib64/libart.so (_ZN3art7Runtime5AbortEPKc+144)
art/runtime/runtime.cc:422] native: #8 pc 00000000000e5898 /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1576)
art/runtime/runtime.cc:422] native: #9 pc 000000000024c3e8 /system/lib64/libart.so (_ZN3art22IndirectReferenceTable3AddEjPNS_6mirror6ObjectE+308)
art/runtime/runtime.cc:422] native: #10 pc 000000000032b2b0 /system/lib64/libart.so (_ZN3art3JNI10NewObjectVEP7_JNIEnvP7_jclassP10_jmethodIDSt9__va_list+680)
art/runtime/runtime.cc:422] native: #11 pc 00000000000f56d4 /system/lib64/libart.so (_ZN3art8CheckJNI10NewObjectVEP7_JNIEnvP7_jclassP10_jmethodIDSt9__va_list+792)
art/runtime/runtime.cc:422] native: #12 pc 0000000000103c0c /data/app/com.tencent.yolov5ncnn-2/lib/arm64/libyolov5ncnn.so (_ZN7_JNIEnv9NewObjectEP7_jclassP10_jmethodIDz+192)
art/runtime/runtime.cc:422] native: #13 pc 0000000000102650 /data/app/com.tencent.yolov5ncnn-2/lib/arm64/libyolov5ncnn.so (Java_com_tencent_yolov5ncnn_YoloV5Ncnn_Detect+4940)
art/runtime/runtime.cc:422] native: #14 pc 0000000000000274 /data/app/com.tencent.yolov5ncnn-2/oat/arm64/base.odex (Java_com_tencent_yolov5ncnn_YoloV5Ncnn_Detect__Landroid_graphics_Bitmap_2Z+160)
art/runtime/runtime.cc:422] at com.tencent.yolov5ncnn.YoloV5Ncnn.Detect(Native method)
art/runtime/runtime.cc:422] at com.tencent.yolov5ncnn.MainActivity$3.onClick(MainActivity.java:92)
art/runtime/runtime.cc:422] at android.view.View.performClick(View.java:5637)
art/runtime/runtime.cc:422] at android.view.View$PerformClick.run(View.java:22433)
art/runtime/runtime.cc:422] at android.os.Handler.handleCallback(Handler.java:751)
art/runtime/runtime.cc:422] at android.os.Handler.dispatchMessage(Handler.java:95)
art/runtime/runtime.cc:422] at android.os.Looper.loop(Looper.java:154)
art/runtime/runtime.cc:422] at android.app.ActivityThread.main(ActivityThread.java:6121)
art/runtime/runtime.cc:422] at java.lang.reflect.Method.invoke!(Native method)
art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
art/runtime/runtime.cc:422] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "Jit thread pool worker thread 0" prio=10 tid=2 Native
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93a60 self=0x7f86612000
art/runtime/runtime.cc:422] | sysTid=6901 nice=9 cgrp=default sched=0/0 handle=0x7f8de06450
art/runtime/runtime.cc:422] | state=S schedstat=( 4504325 16260677 10 ) utm=0 stm=0 core=0 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8dd08000-0x7f8dd0a000 stackSize=1021KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xe4/0x144
art/runtime/runtime.cc:422] kernel: futex_wait+0xfc/0x208
art/runtime/runtime.cc:422] kernel: do_futex+0xdc/0x8a4
art/runtime/runtime.cc:422] kernel: SyS_futex+0x114/0x1a0
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000001c16c /system/lib64/libc.so (syscall+28)
art/runtime/runtime.cc:422] native: #1 pc 00000000000e7b48 /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
art/runtime/runtime.cc:422] native: #2 pc 0000000000468b50 /system/lib64/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+252)
art/runtime/runtime.cc:422] native: #3 pc 0000000000468000 /system/lib64/libart.so (_ZN3art16ThreadPoolWorker3RunEv+124)
art/runtime/runtime.cc:422] native: #4 pc 0000000000467930 /system/lib64/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+132)
art/runtime/runtime.cc:422] native: #5 pc 00000000000684b0 /system/lib64/libc.so (_ZL15__pthread_startPv+196)
art/runtime/runtime.cc:422] native: #6 pc 000000000001de00 /system/lib64/libc.so (__start_thread+16)
art/runtime/runtime.cc:422] (no managed stack frames)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "Signal Catcher" prio=10 tid=3 WaitingInMainSignalCatcherLoop
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93af0 self=0x7f8e897400
art/runtime/runtime.cc:422] | sysTid=6903 nice=0 cgrp=default sched=0/0 handle=0x7f8dd05450
art/runtime/runtime.cc:422] | state=S schedstat=( 724376 2337917 2 ) utm=0 stm=0 core=1 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8dc0b000-0x7f8dc0d000 stackSize=1005KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: do_sigtimedwait+0xec/0x1d8
art/runtime/runtime.cc:422] kernel: SyS_rt_sigtimedwait+0xd4/0x124
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000006aa2c /system/lib64/libc.so (__rt_sigtimedwait+8)
art/runtime/runtime.cc:422] native: #1 pc 0000000000024f60 /system/lib64/libc.so (sigwait+64)
art/runtime/runtime.cc:422] native: #2 pc 0000000000441bac /system/lib64/libart.so (_ZN3art9SignalSet4WaitEv+48)
art/runtime/runtime.cc:422] native: #3 pc 000000000044167c /system/lib64/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+240)
art/runtime/runtime.cc:422] native: #4 pc 000000000043fc48 /system/lib64/libart.so (_ZN3art13SignalCatcher3RunEPv+396)
art/runtime/runtime.cc:422] native: #5 pc 00000000000684b0 /system/lib64/libc.so (_ZL15__pthread_startPv+196)
art/runtime/runtime.cc:422] native: #6 pc 000000000001de00 /system/lib64/libc.so (__start_thread+16)
art/runtime/runtime.cc:422] (no managed stack frames)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "JDWP" prio=10 tid=4 WaitingInMainDebuggerLoop
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93b80 self=0x7f86618400
art/runtime/runtime.cc:422] | sysTid=6904 nice=0 cgrp=default sched=0/0 handle=0x7f8dc08450
art/runtime/runtime.cc:422] | state=S schedstat=( 4444895 1998438 12 ) utm=0 stm=0 core=5 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8db0e000-0x7f8db10000 stackSize=1005KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: poll_schedule_timeout+0x44/0x68
art/runtime/runtime.cc:422] kernel: do_select+0x4cc/0x524
art/runtime/runtime.cc:422] kernel: core_sys_select+0x208/0x324
art/runtime/runtime.cc:422] kernel: SyS_pselect6+0x18c/0x238
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000006a984 /system/lib64/libc.so (__pselect6+8)
A/art: art/runtime/runtime.cc:422] native: #1 pc 0000000000023470 /system/lib64/libc.so (select+156)
art/runtime/runtime.cc:422] native: #2 pc 0000000000553ab4 /system/lib64/libart.so (_ZN3art4JDWP12JdwpAdbState15ProcessIncomingEv+340)
art/runtime/runtime.cc:422] native: #3 pc 0000000000303730 /system/lib64/libart.so (_ZN3art4JDWP9JdwpState3RunEv+920)
art/runtime/runtime.cc:422] native: #4 pc 0000000000302c04 /system/lib64/libart.so (_ZN3art4JDWPL15StartJdwpThreadEPv+48)
art/runtime/runtime.cc:422] native: #5 pc 00000000000684b0 /system/lib64/libc.so (_ZL15__pthread_startPv+196)
art/runtime/runtime.cc:422] native: #6 pc 000000000001de00 /system/lib64/libc.so (__start_thread+16)
art/runtime/runtime.cc:422] (no managed stack frames)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "FinalizerDaemon" prio=10 tid=5 Waiting
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93ca0 self=0x7f8e8bfe00
art/runtime/runtime.cc:422] | sysTid=6906 nice=0 cgrp=default sched=0/0 handle=0x7f8da06450
art/runtime/runtime.cc:422] | state=S schedstat=( 1817083 1226406 10 ) utm=0 stm=0 core=0 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8d904000-0x7f8d906000 stackSize=1037KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xe4/0x144
art/runtime/runtime.cc:422] kernel: futex_wait+0xfc/0x208
art/runtime/runtime.cc:422] kernel: do_futex+0xdc/0x8a4
art/runtime/runtime.cc:422] kernel: SyS_futex+0x114/0x1a0
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000001c16c /system/lib64/libc.so (syscall+28)
art/runtime/runtime.cc:422] native: #1 pc 00000000000e7b48 /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
art/runtime/runtime.cc:422] native: #2 pc 000000000037a438 /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
art/runtime/runtime.cc:422] native: #3 pc 0000000000000980 /system/framework/arm64/boot.oat (Java_java_lang_Object_wait__JI+140)
art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
art/runtime/runtime.cc:422] - waiting on <0x0c460ecb> (a java.lang.Object)
art/runtime/runtime.cc:422] at java.lang.Object.wait(Object.java:407)
art/runtime/runtime.cc:422] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
art/runtime/runtime.cc:422] - locked <0x0c460ecb> (a java.lang.Object)
art/runtime/runtime.cc:422] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
art/runtime/runtime.cc:422] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "ReferenceQueueDaemon" prio=10 tid=6 Waiting
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93c10 self=0x7f8e899200
art/runtime/runtime.cc:422] | sysTid=6905 nice=0 cgrp=default sched=0/0 handle=0x7f8db0b450
art/runtime/runtime.cc:422] | state=S schedstat=( 425677 1245625 4 ) utm=0 stm=0 core=3 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8da09000-0x7f8da0b000 stackSize=1037KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xe4/0x144
art/runtime/runtime.cc:422] kernel: futex_wait+0xfc/0x208
art/runtime/runtime.cc:422] kernel: do_futex+0xdc/0x8a4
art/runtime/runtime.cc:422] kernel: SyS_futex+0x114/0x1a0
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000001c16c /system/lib64/libc.so (syscall+28)
art/runtime/runtime.cc:422] native: #1 pc 00000000000e7b48 /system/lib64/libart.so (ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
art/runtime/runtime.cc:422] native: #2 pc 000000000037a438 /system/lib64/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
art/runtime/runtime.cc:422] native: #3 pc 0000000000000810 /system/framework/arm64/boot.oat (Java_java_lang_Object_wait
+124)
art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
art/runtime/runtime.cc:422] - waiting on <0x0e5856a8> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
art/runtime/runtime.cc:422] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150)
art/runtime/runtime.cc:422] - locked <0x0e5856a8> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "FinalizerWatchdogDaemon" prio=10 tid=7 Waiting
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93d30 self=0x7f8e8c0800
art/runtime/runtime.cc:422] | sysTid=6907 nice=0 cgrp=default sched=0/0 handle=0x7f8d901450
art/runtime/runtime.cc:422] | state=S schedstat=( 785887 1389009 8 ) utm=0 stm=0 core=7 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8d7ff000-0x7f8d801000 stackSize=1037KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xe4/0x144
art/runtime/runtime.cc:422] kernel: futex_wait+0xfc/0x208
art/runtime/runtime.cc:422] kernel: do_futex+0xdc/0x8a4
art/runtime/runtime.cc:422] kernel: SyS_futex+0x114/0x1a0
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000001c16c /system/lib64/libc.so (syscall+28)
art/runtime/runtime.cc:422] native: #1 pc 00000000000e7b48 /system/lib64/libart.so (ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
art/runtime/runtime.cc:422] native: #2 pc 000000000037a438 /system/lib64/libart.so (ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
art/runtime/runtime.cc:422] native: #3 pc 0000000000000810 /system/framework/arm64/boot.oat (Java_java_lang_Object_wait
+124)
art/runtime/runtime.cc:422] at java.lang.Object.wait!(Native method)
art/runtime/runtime.cc:422] - waiting on <0x03f445c1> (a java.lang.Daemons$FinalizerWatchdogDaemon)
art/runtime/runtime.cc:422] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:269)
art/runtime/runtime.cc:422] - locked <0x03f445c1> (a java.lang.Daemons$FinalizerWatchdogDaemon)
art/runtime/runtime.cc:422] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:249)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "HeapTaskDaemon" prio=10 tid=8 Blocked
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93dc0 self=0x7f8e8c1200
art/runtime/runtime.cc:422] | sysTid=6908 nice=0 cgrp=default sched=0/0 handle=0x7f8d7fc450
art/runtime/runtime.cc:422] | state=S schedstat=( 19292550 1285782 13 ) utm=1 stm=0 core=4 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8d6fa000-0x7f8d6fc000 stackSize=1037KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: futex_wait_queue_me+0xe4/0x144
art/runtime/runtime.cc:422] kernel: futex_wait+0xfc/0x208
art/runtime/runtime.cc:422] kernel: do_futex+0xdc/0x8a4
art/runtime/runtime.cc:422] kernel: SyS_futex+0x114/0x1a0
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000001c16c /system/lib64/libc.so (syscall+28)
art/runtime/runtime.cc:422] native: #1 pc 00000000000e7b48 /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
art/runtime/runtime.cc:422] native: #2 pc 00000000002412f8 /system/lib64/libart.so (ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+360)
A/art: art/runtime/runtime.cc:422] native: #3 pc 0000000000241bd4 /system/lib64/libart.so (ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+92)
art/runtime/runtime.cc:422] native: #4 pc 00000000001e6ac0 /system/framework/arm64/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks
+124)
art/runtime/runtime.cc:422] at dalvik.system.VMRuntime.runHeapTasks(Native method)
art/runtime/runtime.cc:422] - waiting to lock an unknown object
art/runtime/runtime.cc:422] at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433)
art/runtime/runtime.cc:422] at java.lang.Thread.run(Thread.java:761)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "Binder:6896_1" prio=10 tid=9 Native
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93ee0 self=0x7f8e965000
art/runtime/runtime.cc:422] | sysTid=6909 nice=0 cgrp=default sched=0/0 handle=0x7f8d5f9450
art/runtime/runtime.cc:422] | state=S schedstat=( 9329425 19204950 26 ) utm=0 stm=0 core=6 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8d4ff000-0x7f8d501000 stackSize=1005KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: binder_thread_read+0xe5c/0x102c
art/runtime/runtime.cc:422] kernel: binder_ioctl_write_read+0x1c4/0x320
art/runtime/runtime.cc:422] kernel: binder_ioctl+0x2a8/0x6f8
art/runtime/runtime.cc:422] kernel: do_vfs_ioctl+0x4d0/0x5c4
art/runtime/runtime.cc:422] kernel: SyS_ioctl+0x60/0x88
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000006a938 /system/lib64/libc.so (__ioctl+4)
art/runtime/runtime.cc:422] native: #1 pc 000000000001fd60 /system/lib64/libc.so (ioctl+144)
art/runtime/runtime.cc:422] native: #2 pc 0000000000055534 /system/lib64/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+260)
art/runtime/runtime.cc:422] native: #3 pc 0000000000055694 /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+24)
art/runtime/runtime.cc:422] native: #4 pc 0000000000055dc0 /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+72)
art/runtime/runtime.cc:422] native: #5 pc 0000000000072dac /system/lib64/libbinder.so (???)
art/runtime/runtime.cc:422] native: #6 pc 0000000000012484 /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+272)
art/runtime/runtime.cc:422] native: #7 pc 00000000000a05bc /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+116)
art/runtime/runtime.cc:422] native: #8 pc 00000000000684b0 /system/lib64/libc.so (_ZL15__pthread_startPv+196)
art/runtime/runtime.cc:422] native: #9 pc 000000000001de00 /system/lib64/libc.so (__start_thread+16)
art/runtime/runtime.cc:422] (no managed stack frames)
art/runtime/runtime.cc:422]
art/runtime/runtime.cc:422] "Binder:6896_2" prio=10 tid=10 Native
art/runtime/runtime.cc:422] | group="" sCount=1 dsCount=0 obj=0x12c93f70 self=0x7f8662d800
art/runtime/runtime.cc:422] | sysTid=6911 nice=0 cgrp=default sched=0/0 handle=0x7f8d4fc450
art/runtime/runtime.cc:422] | state=S schedstat=( 7226351 10255521 23 ) utm=0 stm=0 core=0 HZ=100
art/runtime/runtime.cc:422] | stack=0x7f8d402000-0x7f8d404000 stackSize=1005KB
art/runtime/runtime.cc:422] | held mutexes=
art/runtime/runtime.cc:422] kernel: __switch_to+0x70/0x7c
art/runtime/runtime.cc:422] kernel: binder_thread_read+0xe5c/0x102c
art/runtime/runtime.cc:422] kernel: binder_ioctl_write_read+0x1c4/0x320
art/runtime/runtime.cc:422] kernel: binder_ioctl+0x2a8/0x6f8
art/runtime/runtime.cc:422] kernel: do_vfs_ioctl+0x4d0/0x5c4
art/runtime/runtime.cc:422] kernel: SyS_ioctl+0x60/0x88
art/runtime/runtime.cc:422] kernel: el0_svc_naked+0x24/0x28
art/runtime/runtime.cc:422] native: #00 pc 000000000006a938 /system/lib64/libc.so (__ioctl+4)
art/runtime/runtime.cc:422] native: #1 pc 000000000001fd60 /system/lib64/libc.so (ioctl+144)
art/runtime/runtime.cc:422] native: #2 pc 0000000000055534 /system/lib64/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+260)
art/runtime/runtime.cc:422] native: #3 pc 0000000000055694 /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+24)
art/runtime/runtime.cc:422] native: #4 pc 0000000000055dc0 /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+72)
art/runtime/runtime.cc:422] native: #5 pc 0000000000072dac /system/lib64/libbinder.so (???)
art/runtime/runtime.cc:422] native: #6 pc 0000000000012484 /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+272)
art/runtime/runtime.cc:422] native: #7 pc 00000000000a05bc /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+116)
art/runtime/runtime.cc:422] native: #8 pc 00000000000684b0 /system/lib64/libc.so (_ZL15__pthread_startPv+196)
art/runtime/runtime.cc:422] native: #9 pc 000000000001de00 /system/lib64/libc.so (__start_thread+16)
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 6896 (cent.yolov5ncnn)

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

1 participant