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 on 1.8.4 #265

Closed
vekexasia opened this issue Apr 29, 2013 · 2 comments
Closed

ConcurrentModificationException on 1.8.4 #265

vekexasia opened this issue Apr 29, 2013 · 2 comments
Labels

Comments

@vekexasia
Copy link

04-29 11:02:04.554: E/AndroidRuntime(18506): FATAL EXCEPTION: pool-2-thread-3 04-29 11:02:04.554: E/AndroidRuntime(18506): java.util.ConcurrentModificationException 04-29 11:02:04.554: E/AndroidRuntime(18506): at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:350) 04-29 11:02:04.554: E/AndroidRuntime(18506): at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:370) 04-29 11:02:04.554: E/AndroidRuntime(18506): at java.util.HashSet.<init>(HashSet.java:76) 04-29 11:02:04.554: E/AndroidRuntime(18506): at com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache.keys(LruMemoryCache.java:124) 04-29 11:02:04.554: E/AndroidRuntime(18506): at com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache.keys(FuzzyKeyMemoryCache.java:77) 04-29 11:02:04.554: E/AndroidRuntime(18506): at com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache.put(FuzzyKeyMemoryCache.java:47) 04-29 11:02:04.554: E/AndroidRuntime(18506): at com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.run(LoadAndDisplayImageTask.java:146) 04-29 11:02:04.554: E/AndroidRuntime(18506): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) 04-29 11:02:04.554: E/AndroidRuntime(18506): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) 04-29 11:02:04.554: E/AndroidRuntime(18506): at java.lang.Thread.run(Thread.java:856)

@vekexasia
Copy link
Author

Hello,

do you need further informations about this?

@androiddeveloperPooja30

Hi,
I am facing an issue when using imageLoader.loadImageSync(imageUrl, options). My App Ui become hang for a minute due to this. Please help how can I get direct bitmap value without showing image in imageView.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants