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

ApplicationNotResponding com.facebook.common.references.CloseableReference in close #20818

Open
sentry-io bot opened this issue May 15, 2024 · 2 comments
Labels
Media Posting/Editing [Type] ANR Application Not Responding

Comments

@sentry-io
Copy link

sentry-io bot commented May 15, 2024

Sentry Issue: JETPACK-ANDROID-RSP

io.sentry.android.core.ApplicationNotResponding: ANR for at least 5000 ms.
    at com.facebook.common.references.CloseableReference.close(CloseableReference.java:298)
    at com.facebook.imagepipeline.image.BaseCloseableStaticBitmap.close(BaseCloseableStaticBitmap.java:72)
    at com.facebook.common.internal.Closeables.close(Closeables.java:78)
    at com.facebook.common.references.CloseableReference$1.release(CloseableReference.java:112)
    at com.facebook.common.references.CloseableReference$1.release(CloseableReference.java:108)
    at com.facebook.common.references.SharedReference.deleteReference(SharedReference.java:210)
    at com.facebook.common.references.CloseableReference.close(CloseableReference.java:305)
    at com.facebook.common.references.CloseableReference.closeSafely(CloseableReference.java:355)
    at com.facebook.imagepipeline.cache.LruCountingMemoryCache.releaseClientReference(LruCountingMemoryCache.java:257)
    at com.facebook.imagepipeline.cache.LruCountingMemoryCache.access$100(LruCountingMemoryCache.java:43)
    at com.facebook.imagepipeline.cache.LruCountingMemoryCache$2.release(LruCountingMemoryCache.java:242)
    at com.facebook.common.references.SharedReference.deleteReference(SharedReference.java:210)
    at com.facebook.common.references.CloseableReference.close(CloseableReference.java:305)
    at com.facebook.common.references.CloseableReference.closeSafely(CloseableReference.java:355)
    at com.facebook.drawee.backends.pipeline.PipelineDraweeController.releaseImage(PipelineDraweeController.java:370)
    at com.facebook.drawee.backends.pipeline.PipelineDraweeController.releaseImage(PipelineDraweeController.java:62)
    at com.facebook.drawee.controller.AbstractDraweeController.releaseFetch(AbstractDraweeController.java:233)
    at com.facebook.drawee.controller.AbstractDraweeController.release(AbstractDraweeController.java:210)
    at com.facebook.drawee.components.DeferredReleaserConcurrentImpl$1.run(DeferredReleaserConcurrentImpl.java:44)
    at android.os.Handler.handleCallback(Handler.java:883)
    at android.os.Handler.dispatchMessage(Handler.java:100)
    at android.os.Looper.loop(Looper.java:221)
    at android.app.ActivityThread.main(ActivityThread.java:7542)
    at java.lang.reflect.Method.invoke(Method.java)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950
@dangermattic
Copy link
Collaborator

dangermattic commented May 15, 2024

Thanks for reporting! 👍

@antonis antonis added Posting/Editing Media [Type] ANR Application Not Responding labels May 15, 2024
@antonis
Copy link
Member

antonis commented May 15, 2024

There is only one occurrence at this point and the Sentry logs seem to indicate an error in the upload mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Media Posting/Editing [Type] ANR Application Not Responding
Projects
None yet
Development

No branches or pull requests

2 participants