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

ConcurrentModificationException | java.util.ArrayList$Itr in next #4268

Closed
foxwoosh opened this issue Jun 22, 2020 · 1 comment
Closed

ConcurrentModificationException | java.util.ArrayList$Itr in next #4268

foxwoosh opened this issue Jun 22, 2020 · 1 comment

Comments

@foxwoosh
Copy link

Glide Version: 4.11.0

Integration libraries: OkHttp3

Device/Android Version: Redmi Note 4 Android 7.0

Issue details / Repro steps / Use case background: don't know how to reproduce this exception, sadly.

Stack trace / LogCat:

java.util.ConcurrentModificationException: null
    at java.util.ArrayList$Itr.next(ArrayList.java:831)
    at com.bumptech.glide.Glide.trimMemory(Glide.java:688)
    at com.bumptech.glide.Glide.onTrimMemory(Glide.java:900)
    at android.app.Application.onTrimMemory(Application.java:138)
    at android.app.ActivityThread.handleTrimMemory(ActivityThread.java:5120)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1741)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:165)
    at android.app.ActivityThread.main(ActivityThread.java:6375)
    at java.lang.reflect.Method.invoke(Method.java)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:802)
@sjudd
Copy link
Collaborator

sjudd commented Jun 24, 2020

Duplicate of #4162

@sjudd sjudd marked this as a duplicate of #4162 Jun 24, 2020
@sjudd sjudd closed this as completed Jun 24, 2020
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

2 participants