-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
java.lang.IllegalStateException: Already released #2767
Comments
b/70890856 |
Thanks for filling out the issue template and the detail about glide/library/src/main/java/com/bumptech/glide/request/ErrorRequestCoordinator.java Line 46 in 015d265
The call to |
I still face the bug. Issue details / Repro steps / Use case background: Glide load line / GlideModule (if any) / list Adapter code (if any):
Stack trace / LogCat: |
I have the same problem,but I don’t know repro steps。 ` ` |
Glide Version:
4.4.0
Integration libraries:
"com.squareup.okhttp3:okhttp:3.6.0",
"com.squareup.okhttp3:logging-interceptor:3.6.0",
"com.github.bumptech.glide:glide:4.4.0",
'com.github.bumptech.glide:compiler:4.4.0',
"com.github.bumptech.glide:okhttp3-integration:4.4.0",
Device/Android Version:
Huawei P6-T00 4.4.2
Issue details / Repro steps / Use case background:
I come across a crash when i quickly drag RecyclerView. I want to load original picture when load failed the thumbnail. if i delete "error(Glide.with(applicationContext).load(url))", it will be good running.
Glide load line /
GlideModule
(if any) / list Adapter code (if any):Layout XML:
Stack trace / LogCat:
The text was updated successfully, but these errors were encountered: