RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
226 stars 28 forks source link

Android videoplayer crashes after some time #1024

Closed hassanrazakhalid closed 2 years ago

hassanrazakhalid commented 2 years ago

Describe the issue Video player is crashing after some time. Expected behvaior is it should not crash while playing video. Please help

Your Setup (please complete the following information):

To Reproduce

  1. Select any video fullHd link to play
  2. After sometime 30 mins or longer application crashes

Logs 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] JNI ERROR (app bug): global reference table overflow (max=51200) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] global reference table dump: 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] Last 10 entries (of 51200): 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51199: 0x12ee2e20 double[] (2 elements) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51198: 0x6f470420 java.lang.Class<double[]> 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51197: 0x12ee2de0 double[] (2 elements) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51196: 0x6f470420 java.lang.Class<double[]> 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51195: 0x12ee2d00 double[] (2 elements) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51194: 0x6f470420 java.lang.Class<double[]> 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51193: 0x12ee2cc0 double[] (2 elements) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51192: 0x6f470420 java.lang.Class<double[]> 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51191: 0x12ee2be0 double[] (2 elements) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 51190: 0x6f470420 java.lang.Class<double[]> 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] Summary: 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 25644 of java.lang.Class (286 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 25263 of double[] (2 elements) (25263 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 170 of java.nio.DirectByteBuffer (160 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 40 of java.lang.ref.WeakReference (40 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 15 of java.lang.String (15 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 4 of dalvik.system.PathClassLoader (2 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 4 of android.app.LoadedApk$ReceiverDispatcher$InnerReceiver (4 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 3 of com.unity3d.player.UnityPlayerActivity (1 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of dalvik.system.VMRuntime (1 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of android.opengl.EGLDisplay (1 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of android.opengl.EGLSurface (1 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of android.view.Display (1 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of android.opengl.EGLContext (1 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of com.amazon.android.hardware.display.AmazonDisplayManager (1 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of $Proxy2 (2 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of java.lang.ThreadGroup (2 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2 of android.os.Handler (2 unique instances) 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.view.SurfaceView$MyWindow 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.view.accessibility.AmazonAccessibilityManagerCallback$1 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of com.unity3d.player.Camera2Wrapper 2021/11/23 15:33:47.358 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of com.unity3d.player.HFPStatus 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of com.unity3d.player.UnityPlayer 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of $Proxy1 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of $Proxy3 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of $Proxy0 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of org.fmod.FMODAudioDevice 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.media.MediaRouter$Static$1 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.media.MediaRouter$Static$Client 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of $Proxy4 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of $Proxy5 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of $Proxy6 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of com.renderheads.AVPro.Video.Manager 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of com.renderheads.AVPro.Video.Player_ExoPlayer 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.util.DisplayMetrics 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.view.Choreographer 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.media.MediaRouter 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.hardware.input.InputManager 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.os.Binder 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.location.LocationManager 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.media.PlayerBase$1 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.view.WindowManagerGlobal$1 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.database.ContentObserver$Transport 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.hardware.input.InputManager$InputDevicesChangedListener 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.view.inputmethod.InputMethodManager$1 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.view.accessibility.AccessibilityManager$1 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.os.Handler$MessengerImpl 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.view.ViewRootImpl$W 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.app.ActivityThread$ApplicationThread 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.app.SharedPreferencesImpl 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.os.Bundle 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.os.HandlerThread 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.telephony.PhoneStateListener$IPhoneStateListenerStub 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of android.app.SharedPreferencesImpl$EditorImpl 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 1 of com.amazon.media.AmazonAudioManager 2021/11/23 15:33:47.359 29206 29226 Fatal art art/runtime/indirect_reference_table.cc:132] 2021/11/23 15:33:47.609 29206 29376 Info art Starting a blocking GC Explicit 2021/11/23 15:33:57.764 29206 29375 Info art Waiting for a blocking GC Explicit 2021/11/23 15:34:07.918 29206 29374 Info art Waiting for a blocking GC Explicit 2021/11/23 15:34:18.050 29206 29218 Info art Waiting for a blocking GC Explicit 2021/11/23 15:34:28.214 29206 29217 Info art Waiting for a blocking GC Explicit 2021/11/23 15:34:38.367 29206 4546 Info art Waiting for a blocking GC Explicit 2021/11/23 15:34:48.524 29206 4545 Info art Waiting for a blocking GC Explicit 2021/11/23 15:34:58.669 29206 4556 Info art Waiting for a blocking GC Explicit 2021/11/23 15:35:08.821 29206 4555 Info art Waiting for a blocking GC Explicit 2021/11/23 15:35:18.976 29206 4566 Info art Waiting for a blocking GC Explicit 2021/11/23 15:35:27.596 29206 29226 Error art Unexpected time out during dump checkpoint. 2021/11/23 15:35:27.601 29206 29226 Warn art Attempted to destroy barrier with non zero count 1 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] Runtime aborting... 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] Aborting thread: 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] "UnityMain" prio=5 tid=12 Runnable 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=0 dsCount=0 obj=0x12cc7240 self=0xa34d0000 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29226 nice=0 cgrp=default sched=0/0 handle=0x94a71920 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=R schedstat=( 159759322933 12082372395 145261 ) utm=14788 stm=1187 core=1 HZ=100 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x9496f000-0x94971000 stackSize=1038KB 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= "abort lock" "JNI global reference table lock"(exclusive held) "mutator lock"(shared held) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 003529f5 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 00333141 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 003261f9 /system/lib/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+24) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00326043 /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEE+362) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 0031cb21 /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 000b5705 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1132) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 001bcd23 /system/lib/libart.so (_ZN3art22IndirectReferenceTable3AddEjPNS_6mirror6ObjectE+194) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #07 pc 0023a949 /system/lib/libart.so (_ZN3art9JavaVMExt12AddGlobalRefEPNS_6ThreadEPNS_6mirror6ObjectE+32) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #08 pc 00263b53 /system/lib/libart.so (_ZN3art3JNI12NewGlobalRefEP7_JNIEnvP8_jobject+418) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #09 pc 001d2847 /data/app/com.Aestheia.CatchMDCast-2/lib/arm/libunity.so (???) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #10 pc 0000fef4 (???) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.unity3d.player.UnityPlayer.nativeRender(Native method) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.unity3d.player.UnityPlayer.access$300(unavailable:-1) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.unity3d.player.UnityPlayer$e$1.handleMessage(unavailable:-1) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Handler.dispatchMessage(Handler.java:98) 2021/11/23 15:35:27.601 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Looper.loop(Looper.java:154) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.unity3d.player.UnityPlayer$e.run(unavailable:-1) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] Dumping all threads without appropriate locks held: thread list lock 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] All threads: 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] DALVIK THREADS (25): 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] "UnityMain" prio=5 tid=12 Runnable 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=0 dsCount=0 obj=0x12cc7240 self=0xa34d0000 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29226 nice=0 cgrp=default sched=0/0 handle=0x94a71920 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=R schedstat=( 159807971856 12086587780 145344 ) utm=14790 stm=1190 core=1 HZ=100 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x9496f000-0x94971000 stackSize=1038KB 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= "abort lock" "JNI global reference table lock"(exclusive held) "mutator lock"(shared held) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 003529f5 /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 00333141 /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+308) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 00345161 /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+620) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 0033f16b /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+330) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 0033ee67 /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3113basic_ostreamIcNS1_11char_traitsIcEEEEb+586) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 0032604d /system/lib/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+372) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0031cb21 /system/lib/libart.so (_ZN3art7Runtime5AbortEPKc+92) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #07 pc 000b5705 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+1132) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #08 pc 001bcd23 /system/lib/libart.so (_ZN3art22IndirectReferenceTable3AddEjPNS_6mirror6ObjectE+194) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #09 pc 0023a949 /system/lib/libart.so (_ZN3art9JavaVMExt12AddGlobalRefEPNS_6ThreadEPNS_6mirror6ObjectE+32) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #10 pc 00263b53 /system/lib/libart.so (_ZN3art3JNI12NewGlobalRefEP7_JNIEnvP8_jobject+418) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #11 pc 001d2847 /data/app/com.Aestheia.CatchMDCast-2/lib/arm/libunity.so (???) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #12 pc 0000fef4 (???) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.unity3d.player.UnityPlayer.nativeRender(Native method) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.unity3d.player.UnityPlayer.access$300(unavailable:-1) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.unity3d.player.UnityPlayer$e$1.handleMessage(unavailable:-1) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Handler.dispatchMessage(Handler.java:98) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Looper.loop(Looper.java:154) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.unity3d.player.UnityPlayer$e.run(unavailable:-1) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] "main" prio=5 tid=1 Native 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x74065548 self=0xb1385400 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29206 nice=-10 cgrp=default sched=0/0 handle=0xb4115534 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 247331158 53343762 640 ) utm=14 stm=10 core=0 HZ=100 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xbe104000-0xbe106000 stackSize=8MB 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29206/stack) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 00048388 /system/lib/libc.so (epoll_pwait+20) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001a04d /system/lib/libc.so (epoll_pwait+60) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0001a07d /system/lib/libc.so (epoll_wait+12) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00011e37 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118) 2021/11/23 15:35:27.602 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00011d33 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00098061 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0062f985 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnceJI+96) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.nativePollOnce(Native method) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.next(MessageQueue.java:323) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Looper.loop(Looper.java:136) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.app.ActivityThread.main(ActivityThread.java:6194) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.reflect.Method.invoke!(Native method) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:911) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:801) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] "Jit thread pool worker thread 0" prio=5 tid=2 Native 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c6faf0 self=0xa9217000 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29211 nice=9 cgrp=default sched=0/0 handle=0xb0aa6920 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 430589778 388959619 1396 ) utm=28 stm=15 core=1 HZ=100 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xb09a8000-0xb09aa000 stackSize=1022KB 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29211/stack) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e0 /system/lib/libc.so (syscall+28) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b72c9 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 003466c5 /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+160) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00345ee7 /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00345a0f /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+78) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00046f13 /system/lib/libc.so (_ZL15__pthread_startPv+22) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c6fb80 self=0xa1f28800 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29212 nice=0 cgrp=default sched=0/0 handle=0xb09a5920 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 329846 1074539 2 ) utm=0 stm=0 core=0 HZ=100 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xb08a9000-0xb08ab000 stackSize=1014KB 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29212/stack) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000486f4 /system/lib/libc.so (rt_sigtimedwait+12) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001e0ab /system/lib/libc.so (sigwait+34) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 003292ab /system/lib/libart.so (_ZN3art9SignalSet4WaitEv+22) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00328ea5 /system/lib/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+168) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00327c09 /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+276) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00046f13 /system/lib/libc.so (_ZL15__pthread_startPv+22) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] "FinalizerWatchdogDaemon" prio=5 tid=4 Sleeping 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c6fd30 self=0xa1f2a600 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29215 nice=0 cgrp=default sched=0/0 handle=0xb069c920 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 9415767 20849463 204 ) utm=0 stm=0 core=0 HZ=100 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xb059a000-0xb059c000 stackSize=1038KB 2021/11/23 15:35:27.603 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29215/stack) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e4 /system/lib/libc.so (syscall+32) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b76f1 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0029f9eb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+530) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 002a120b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 002b43fd /system/lib/libart.so (_ZN3artL12Thread_sleepEP7_JNIEnvP7_jclassP8_jobjectxi+56) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 0008543b /system/framework/arm/boot.oat (Java_java_lang_Thread_sleepLjava_lang_Object_2JI+126) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.sleep!(Native method) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] - sleeping on <0x08e89f61> (a java.lang.Object) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.sleep(Thread.java:371) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] - locked <0x08e89f61> (a java.lang.Object) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.sleep(Thread.java:313) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:314) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:336) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:253) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.run(Thread.java:761) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] "ReferenceQueueDaemon" prio=5 tid=5 Waiting 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c6fc10 self=0xa1f29c00 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29213 nice=0 cgrp=default sched=0/0 handle=0xb08a6920 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 229269007 74382384 3901 ) utm=7 stm=15 core=1 HZ=100 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xb07a4000-0xb07a6000 stackSize=1038KB 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29213/stack) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e0 /system/lib/libc.so (syscall+28) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b72c9 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0029f9db /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 002a120b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 002afa4b /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00000557 /system/framework/arm/boot.oat (Java_java_lang_Object_wait+74) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Object.wait!(Native method) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] - waiting on <0x01a19a86> (a java.lang.Class) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:150) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] - locked <0x01a19a86> (a java.lang.Class) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.run(Thread.java:761) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] "FinalizerDaemon" prio=5 tid=6 Waiting 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c6fca0 self=0xa1f2a100 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29214 nice=0 cgrp=default sched=0/0 handle=0xb07a1920 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 284582682 48233224 3446 ) utm=22 stm=6 core=2 HZ=100 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xb069f000-0xb06a1000 stackSize=1038KB 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29214/stack) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e0 /system/lib/libc.so (syscall+28) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b72c9 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0029f9db /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 002a120b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 002afa77 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00000655 /system/framework/arm/boot.oat (Java_java_lang_Object_waitJI+96) 2021/11/23 15:35:27.604 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Object.wait!(Native method) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] - waiting on <0x0887cf47> (a java.lang.Object) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Object.wait(Object.java:407) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] - locked <0x0887cf47> (a java.lang.Object) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:204) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.run(Thread.java:761) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] "HeapTaskDaemon" prio=5 tid=7 Blocked 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c6fdc0 self=0xa1f2ab00 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29216 nice=0 cgrp=default sched=0/0 handle=0xb0597920 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 964575696 362093676 2115 ) utm=85 stm=11 core=1 HZ=100 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xb0495000-0xb0497000 stackSize=1038KB 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29216/stack) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e0 /system/lib/libc.so (syscall+28) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b72c9 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 001b564d /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+288) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 001b5cc5 /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+44) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 001615bf /system/framework/arm/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks+74) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] at dalvik.system.VMRuntime.runHeapTasks(Native method) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] - waiting to lock an unknown object 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:433) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.run(Thread.java:761) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] "Binder:29206_1" prio=5 tid=8 Native 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c6ff70 self=0xa9218400 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29217 nice=0 cgrp=default sched=0/0 handle=0xb0394920 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 1011612 169769 16 ) utm=0 stm=0 core=2 HZ=100 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xb0298000-0xb029a000 stackSize=1014KB 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29217/stack) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000484c8 /system/lib/libc.so (ioctl+8) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001ac9f /system/lib/libc.so (ioctl+38) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0003ce95 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 0003cf8d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 0003d4fb /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 0004fc75 /system/lib/libbinder.so (???) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0000e47d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #07 pc 0006c3a5 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #08 pc 00046f13 /system/lib/libc.so (_ZL15pthread_startPv+22) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #09 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] "Binder:29206_2" prio=5 tid=9 Native 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c790d0 self=0xb1385e00 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29218 nice=0 cgrp=default sched=0/0 handle=0xb0295920 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 39771521 56997466 339 ) utm=1 stm=2 core=3 HZ=100 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xb0199000-0xb019b000 stackSize=1014KB 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29218/stack) 2021/11/23 15:35:27.605 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000484c8 /system/lib/libc.so (ioctl+8) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001ac9f /system/lib/libc.so (ioctl+38) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0003ce95 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 0003cf8d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 0003d4fb /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 0004fc75 /system/lib/libbinder.so (???) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0000e47d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #07 pc 0006c3a5 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #08 pc 00046f13 /system/lib/libc.so (_ZL15pthread_startPv+22) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #09 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] "Profile Saver" prio=5 tid=10 Native 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c79ca0 self=0xa9219800 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29220 nice=-10 cgrp=default sched=0/0 handle=0xa95ff920 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 5779612 6821385 27 ) utm=0 stm=0 core=1 HZ=100 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xa9503000-0xa9505000 stackSize=1014KB 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29220/stack) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e0 /system/lib/libc.so (syscall+28) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b72c9 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0025a58d /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+296) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 0025b8c9 /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+52) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00046f13 /system/lib/libc.so (_ZL15pthread_startPv+22) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] "AmazonAccMgrCallback" prio=5 tid=11 Native 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12ca6940 self=0xa34d0f00 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29223 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0xa9500920 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 386000 13923 1 ) utm=0 stm=0 core=1 HZ=100 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0xa93fe000-0xa9400000 stackSize=1038KB 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29223/stack) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 00048388 /system/lib/libc.so (epoll_pwait+20) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001a04d /system/lib/libc.so (epoll_pwait+60) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0001a07d /system/lib/libc.so (epoll_wait+12) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00011e37 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00011d33 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00098061 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0062f985 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnceJI+96) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.nativePollOnce(Native method) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.next(MessageQueue.java:323) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Looper.loop(Looper.java:136) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.HandlerThread.run(HandlerThread.java:61) 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] "pool-1-thread-1" prio=5 tid=13 Waiting 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12d19670 self=0xa921b600 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29242 nice=0 cgrp=default sched=0/0 handle=0x8f82f920 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 7809308 4717616 15 ) utm=0 stm=0 core=2 HZ=100 2021/11/23 15:35:27.606 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x8f72d000-0x8f72f000 stackSize=1038KB 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29242/stack) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e0 /system/lib/libc.so (syscall+28) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b72c9 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0029f9db /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 002a120b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 002afa77 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00000655 /system/framework/arm/boot.oat (Java_java_lang_Object_waitJI+96) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Object.wait!(Native method) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] - waiting on <0x0ae51374> (a java.lang.Object) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.parkFor$(Thread.java:2127) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] - locked <0x0ae51374> (a java.lang.Object) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at sun.misc.Unsafe.park(Unsafe.java:325) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:161) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2035) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1058) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.run(Thread.java:761) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] "FMODAudioDevice" prio=5 tid=14 Native 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12d19ca0 self=0x8f6d6e00 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29268 nice=-8 cgrp=default sched=0/0 handle=0x8aeff920 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 3156961909 325386706 14954 ) utm=284 stm=31 core=2 HZ=100 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x8adfd000-0x8adff000 stackSize=1038KB 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29268/stack) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e0 /system/lib/libc.so (syscall+28) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b72c9 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 00284129 /system/lib/libart.so (_ZN3art3JNI21ReleasePrimitiveArrayIP11_jbyteArrayaNS_6mirror14PrimitiveArrayIaEEEEvP7_JNIEnvT_PT0_i+220) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 000b6efb /system/lib/libandroid_runtime.so (???) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00447357 /system/framework/arm/boot-framework.oat (Java_android_media_AudioTrack_native_1write1byte3BIIIZ+130) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.media.AudioTrack.native_write_byte(Native method) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.media.AudioTrack.write(AudioTrack.java:1969) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.media.AudioTrack.write(AudioTrack.java:1905) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at org.fmod.FMODAudioDevice.run(unavailable:-1) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.run(Thread.java:761) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] "AudioTrack" prio=5 tid=15 Native 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12d19f70 self=0x8f6d8700 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29270 nice=-16 cgrp=default sched=0/0 handle=0x8acff920 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 519538 0 19 ) utm=0 stm=0 core=0 HZ=100 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x8ac03000-0x8ac05000 stackSize=1014KB 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29270/stack) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e4 /system/lib/libc.so (syscall+32) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 00046a9d /system/lib/libc.so (_ZL24pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 00046b17 /system/lib/libc.so (pthread_cond_timedwait_relative_np+46) 2021/11/23 15:35:27.607 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00074675 /system/lib/libmedia.so (_ZN7android10AudioTrack16AudioTrackThread10threadLoopEv+284) 2021/11/23 15:35:27.608 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 0000e4f9 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+264) 2021/11/23 15:35:27.608 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 0006c3a5 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #07 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] "ConnectivityManager" prio=5 tid=17 Native 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12d5b820 self=0x894cfe00 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29337 nice=0 cgrp=default sched=0/0 handle=0x853ff920 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 962614 0 6 ) utm=0 stm=0 core=2 HZ=100 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x852fd000-0x852ff000 stackSize=1038KB 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29337/stack) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 00048388 /system/lib/libc.so (epoll_pwait+20) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001a04d /system/lib/libc.so (epoll_pwait+60) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0001a07d /system/lib/libc.so (epoll_wait+12) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00011e37 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00011d33 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00098061 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0062f985 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnceJI+96) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.nativePollOnce(Native method) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.next(MessageQueue.java:323) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Looper.loop(Looper.java:136) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.HandlerThread.run(HandlerThread.java:61) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] "ExoPlayer:FrameReleaseChoreographer" prio=5 tid=18 Native 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12c798b0 self=0x8555a900 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29344 nice=0 cgrp=default sched=0/0 handle=0x83b16920 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 6674925 9104538 41 ) utm=0 stm=0 core=3 HZ=100 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x83a14000-0x83a16000 stackSize=1038KB 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29344/stack) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 00048388 /system/lib/libc.so (epoll_pwait+20) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001a04d /system/lib/libc.so (epoll_pwait+60) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0001a07d /system/lib/libc.so (epoll_wait+12) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00011e37 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00011d33 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26) 2021/11/23 15:35:27.610 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00098061 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0062f985 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnceJI+96) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.nativePollOnce(Native method) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.next(MessageQueue.java:323) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Looper.loop(Looper.java:136) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.HandlerThread.run(HandlerThread.java:61) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] "ExoPlayer:Playback" prio=5 tid=19 Native 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12cae430 self=0x8555b800 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29345 nice=-16 cgrp=default sched=0/0 handle=0x83a11920 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 1739398630 277767286 6414 ) utm=146 stm=27 core=0 HZ=100 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x8390f000-0x83911000 stackSize=1038KB 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29345/stack) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 00048388 /system/lib/libc.so (epoll_pwait+20) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001a04d /system/lib/libc.so (epoll_pwait+60) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0001a07d /system/lib/libc.so (epoll_wait+12) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00011e37 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 00011d33 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00098061 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0062f985 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnceJI+96) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.nativePollOnce(Native method) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.next(MessageQueue.java:323) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Looper.loop(Looper.java:136) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.HandlerThread.run(HandlerThread.java:61) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] "ConnectivityThread" prio=5 tid=20 Native 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12ce7e50 self=0x8555d600 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29347 nice=0 cgrp=default sched=0/0 handle=0x837eb920 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 296386 0 3 ) utm=0 stm=0 core=2 HZ=100 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x836e9000-0x836eb000 stackSize=1038KB 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29347/stack) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 00048388 /system/lib/libc.so (epoll_pwait+20) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001a04d /system/lib/libc.so (epoll_pwait+60) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0001a07d /system/lib/libc.so (epoll_wait+12) 2021/11/23 15:35:27.611 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 00011e37 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118) 2021/11/23 15:35:27.617 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00098061 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0062f985 /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnceJI+96) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.nativePollOnce(Native method) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.MessageQueue.next(MessageQueue.java:323) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.Looper.loop(Looper.java:136) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] at android.os.HandlerThread.run(HandlerThread.java:61) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] "Okio Watchdog" prio=5 tid=22 Waiting 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12d511f0 self=0x88a24d00 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29360 nice=0 cgrp=default sched=0/0 handle=0x822fa920 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 76125692 218650544 3178 ) utm=0 stm=7 core=0 HZ=100 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x821f8000-0x821fa000 stackSize=1038KB 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29360/stack) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e0 /system/lib/libc.so (syscall+28) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b72c9 /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+92) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0029f9db /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+514) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 002a120b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 002afa4b /system/lib/libart.so (_ZN3artL11Object_waitEP7_JNIEnvP8_jobject+32) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00000557 /system/framework/arm/boot.oat (Java_java_lang_Object_wait+74) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Object.wait!(Native method) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] - waiting on <0x0f2ed09d> (a java.lang.Class) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.android.okhttp.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:311) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] - locked <0x0f2ed09d> (a java.lang.Class) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.android.okhttp.okio.AsyncTimeout.-wrap0(AsyncTimeout.java:-1) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] at com.android.okhttp.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:286) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] "Binder:29206_3" prio=5 tid=25 Native 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12e95c10 self=0x8526c600 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29374 nice=0 cgrp=default sched=0/0 handle=0x80ff1920 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 440531219 60991553 681 ) utm=42 stm=2 core=2 HZ=100 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x80ef5000-0x80ef7000 stackSize=1014KB 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29374/stack) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000484c8 /system/lib/libc.so (ioctl+8) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001ac9f /system/lib/libc.so (ioctl+38) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0003ce95 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 0003cf8d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 0003d4fb /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 0004fc75 /system/lib/libbinder.so (???) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0000e47d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #07 pc 0006c3a5 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #08 pc 00046f13 /system/lib/libc.so (_ZL15pthread_startPv+22) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #09 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] "Binder:29206_4" prio=5 tid=26 Native 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12e95b80 self=0x88a26b00 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29375 nice=0 cgrp=default sched=0/0 handle=0x80ef2920 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 145347389634 5448721382 56816 ) utm=14183 stm=351 core=2 HZ=100 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x80df6000-0x80df8000 stackSize=1014KB 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29375/stack) 2021/11/23 15:35:27.618 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000484c8 /system/lib/libc.so (ioctl+8) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001ac9f /system/lib/libc.so (ioctl+38) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0003ce95 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 0003cf8d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 0003d4fb /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 0004fc75 /system/lib/libbinder.so (???) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0000e47d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #07 pc 0006c3a5 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #08 pc 00046f13 /system/lib/libc.so (_ZL15pthread_startPv+22) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #09 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] "Binder:29206_5" prio=5 tid=27 Native 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12e958b0 self=0x894ce500 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=29376 nice=0 cgrp=default sched=0/0 handle=0x80df3920 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 625081001 160880540 1702 ) utm=59 stm=3 core=3 HZ=100 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x80cf7000-0x80cf9000 stackSize=1014KB 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/29376/stack) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000484c8 /system/lib/libc.so (ioctl+8) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 0001ac9f /system/lib/libc.so (ioctl+38) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0003ce95 /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+168) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 0003cf8d /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 0003d4fb /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+46) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 0004fc75 /system/lib/libbinder.so (???) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #06 pc 0000e47d /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #07 pc 0006c3a5 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #08 pc 00046f13 /system/lib/libc.so (_ZL15__pthread_startPv+22) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #09 pc 00019c9d /system/lib/libc.so (start_thread+6) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] (no managed stack frames) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] "AsyncTask #13" prio=5 tid=21 TimedWaiting 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | group="" sCount=1 dsCount=0 obj=0x12d5bee0 self=0x809d8a00 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | sysTid=4396 nice=10 cgrp=bg_non_interactive sched=0/0 handle=0x7eeff920 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | state=S schedstat=( 1062308 945077 5 ) utm=0 stm=0 core=0 HZ=100 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | stack=0x7edfd000-0x7edff000 stackSize=1038KB 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] | held mutexes= 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] kernel: (couldn't read /proc/self/task/4396/stack) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #00 pc 000175e4 /system/lib/libc.so (syscall+32) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #01 pc 000b76f1 /system/lib/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadExi+108) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #02 pc 0029f9eb /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadExibNS_11ThreadStateE+530) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #03 pc 002a120b /system/lib/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadEPNS_6mirror6ObjectExibNS_11ThreadStateE+258) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #04 pc 002afa77 /system/lib/libart.so (_ZN3artL13Object_waitJIEP7_JNIEnvP8_jobjectxi+36) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] native: #05 pc 00000655 /system/framework/arm/boot.oat (Java_java_lang_Object_waitJI+96) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Object.wait!(Native method) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] - waiting on <0x00ecd912> (a java.lang.Object) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.parkFor$(Thread.java:2127) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] - locked <0x00ecd912> (a java.lang.Object) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at sun.misc.Unsafe.park(Unsafe.java:325) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:201) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2077) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:438) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1057) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1118) 2021/11/23 15:35:27.619 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) 2021/11/23 15:35:27.620 29206 29226 Fatal art art/runtime/runtime.cc:430] at java.lang.Thread.run(Thread.java:761)

Screenshots Please see screenshot https://ibb.co/4NdXXCy

Ste-RH commented 2 years ago

This can only be coming from one of two places so I will apply an adjustment fix to that in a hope it fixes the issue for you. It will be in the next build. Do let us know if it helps @hassanrazakhalid

hassanrazakhalid commented 2 years ago

Thank you when next build is expected.

AndrewRH commented 2 years ago

AVPro Video 2.3.0 has been released and includes a fix for this issue. This issue is now closed - if you're still having an issue please start a new issue thread. Thanks,

warriorWorld commented 2 years ago

AVPro Video 2.3.0 has been released and includes a fix for this issue. This issue is now closed - if you're still having an issue please start a new issue thread. Thanks,

2.3.0 still have same issue