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 #243

Closed
silentnuke-old opened this issue Apr 9, 2013 · 2 comments
Closed

ConcurrentModificationException #243

silentnuke-old opened this issue Apr 9, 2013 · 2 comments

Comments

@silentnuke-old
Copy link

universal-image-loader-1.8.3

java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:792)
at java.util.HashMap$KeyIterator.next(HashMap.java:819)
at java.util.HashSet.(HashSet.java:76)
at com.nostra13.universalimageloader.cache.memory.BaseMemoryCache.keys(BaseMemoryCache.java:60)
at com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache.put(FuzzyKeyMemoryCache.java:47)
at com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.run(LoadAndDisplayImageTask.java:139)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)

@asfman
Copy link

asfman commented Apr 10, 2013

me to

@giannz
Copy link

giannz commented Apr 10, 2013

Already fixed. Issue #229

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

4 participants