8000 ConcurrentModificationException in LogCacheActivity$InventoryLogAdapter.saveActions · Issue #16941 · cgeo/cgeo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ConcurrentModificationException in LogCacheActivity$InventoryLogAdapter.saveActions #16941

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

Open
moving-bits opened this issue May 11, 2025 · 0 comments
Labels
Google Play or Beta feedback Issues derived from Google Play reporting or beta user feedback

Comments

@moving-bits
Copy link
Member

One of the most prominent errors currently on Play Store for release 2025.04.02: (~120 occurrences)

Exception io.reactivex.rxjava3.exceptions.UndeliverableException: The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to begin with. Further reading: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling | java.util.ConcurrentModificationException
  at io.reactivex.rxjava3.plugins.RxJavaPlugins.onError (RxJavaPlugins.java:372)
  at io.reactivex.rxjava3.internal.schedulers.ScheduledDirectTask.call (ScheduledDirectTask.java:45)
  at io.reactivex.rxjava3.internal.schedulers.ScheduledDirectTask.call (ScheduledDirectTask.java:25)
  at java.util.concurrent.FutureTask.run (FutureTask.java:264)
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run (ScheduledThreadPoolExecutor.java:307)
  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1145)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:644)
  at java.lang.Thread.run (Thread.java:1012)
Caused by java.util.ConcurrentModificationException:
  at java.util.HashMap$HashIterator.nextNode (HashMap.java:1574)
  at java.util.HashMap$EntryIterator.next (HashMap.java:1607)
  at java.util.HashMap$EntryIterator.next (HashMap.java:1605)
  at cgeo.geocaching.log.LogCacheActivity$InventoryLogAdapter.saveActions (LogCacheActivity.java:751)
  at cgeo.geocaching.log.LogCacheActivity.lambda$saveLog$5 (LogCacheActivity.java:469)
  at cgeo.geocaching.log.LogCacheActivity.$r8$lambda$bvwXx-MdTqtJwURsdV9_xIa3A2g (LogCacheActivity.java)
  at cgeo.geocaching.log.LogCacheActivity$$ExternalSyntheticLambda5.run (R8$$SyntheticClass)
  at io.reactivex.rxjava3.internal.schedulers.ScheduledDirectTask.call (ScheduledDirectTask.java:38)
@moving-bits moving-bits added the Google Play or Beta feedback Issues derived from Google Play reporting or beta user feedback label May 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Google Play or Beta feedback Issues derived from Google Play reporting or beta user feedback
Projects
None yet
Development

No branches or pull requests

1 participant
0