glide icon indicating copy to clipboard operation
glide copied to clipboard

glide-active-resources (waiting)

Open ShivamDailyRounds opened this issue 2 years ago • 0 comments

Glide Version: 4.14.2

Stack trace / LogCat:

main (native):tid=1 systid=19040 
#00 pc 0x78dec libc.so (syscall + 28) (BuildId: cd953571180b7f5f8ae5570dad29595f)
#01 pc 0x2377f0 libart.so (art::ConditionVariable::WaitHoldingLocks + 140) (BuildId: a5fcf27f4a71b07dff05c648ad58e3cd)
#02 pc 0x564e44 libart.so (art::JNI<false>::FindClass + 1836) (BuildId: a5fcf27f4a71b07dff05c648ad58e3cd)
#03 pc 0x1bbeec libandroid_runtime.so ((anonymous namespace)::Receiver::handleEvent + 124) (BuildId: 4783e73d35d44204509c03fd848de8d9)
#04 pc 0x1836c libutils.so (android::Looper::pollInner + 1068) (BuildId: 6038dbf95f76d91eaf842148f10f89ea)
#05 pc 0x17ee0 libutils.so (android::Looper::pollOnce + 112) (BuildId: 6038dbf95f76d91eaf842148f10f89ea)
#06 pc 0x163fbc libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce + 44) (BuildId: 4783e73d35d44204509c03fd848de8d9)
       at android.os.MessageQueue.nativePollOnce(Native method)
       at android.os.MessageQueue.next(MessageQueue.java:339)
       at android.os.Looper.loopOnce(Looper.java:186)
       at android.os.Looper.loop(Looper.java:351)
       at android.app.ActivityThread.main(ActivityThread.java:8381)
       at java.lang.reflect.Method.invoke(Native method)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
       
       glide-active-resources (waiting):tid=3 systid=20926 
       at java.lang.Object.wait(Native method)
       at java.lang.Object.wait(Object.java:386)
       at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:210)
       at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:231)
       at com.bumptech.glide.load.engine.ActiveResources.cleanReferenceQueue(ActiveResources.java:132)
       at com.bumptech.glide.load.engine.ActiveResources$2.run(ActiveResources.java:61)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
       at com.bumptech.glide.load.engine.ActiveResources$1$1.run(ActiveResources.java:43)
       at java.lang.Thread.run(Thread.java:1012)
       
       ReferenceQueueDaemon (waiting):tid=10 systid=20296 
       at java.lang.Object.wait(Native method)
       at java.lang.Object.wait(Object.java:386)
       at java.lang.Object.wait(Object.java:524)
       at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:239)
       at java.lang.Daemons$Daemon.run(Daemons.java:145)
       at java.lang.Thread.run(Thread.java:1012)
       ```
       
       
       
[Glide ANR.txt](https://github.com/bumptech/glide/files/13188556/Glide.ANR.txt)

ShivamDailyRounds avatar Oct 27 '23 11:10 ShivamDailyRounds