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 in removeCorruptedEntries #7

Open
K1rakishou opened this issue Nov 11, 2018 · 0 comments
Open

ConcurrentModificationException in removeCorruptedEntries #7

K1rakishou opened this issue Nov 11, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@K1rakishou
Copy link
Owner

K1rakishou commented Nov 11, 2018

thread: DefaultDispatcher-worker-1, Corrupted cache info file: count of files in the cache directory (21) != entries in the cache info file (12)

Exception in thread "DefaultDispatcher-worker-1" java.util.ConcurrentModificationException at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1498) at java.base/java.util.HashMap$ValueIterator.next(HashMap.java:1526) at cache.DiskCache.removeCorruptedEntries(DiskCache.kt:336) at cache.DiskCache.innerReadCacheFile(DiskCache.kt:262) at cache.DiskCache.access$innerReadCacheFile(DiskCache.kt:11) at cache.DiskCache$cacheOperationsActor$1.invokeSuspend(DiskCache.kt:33) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32) at kotlinx.coroutines.DispatchedTask$DefaultImpls.run(Dispatched.kt:235) at kotlinx.coroutines.AbstractContinuation.run(AbstractContinuation.kt:19) at kotlinx.coroutines.scheduling.Task.run(Tasks.kt:94) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586) at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:732)

@K1rakishou K1rakishou added the bug Something isn't working label Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant