dsoftwareinc / ghactions-manager

A plugin to manage GitHub actions from JetBrains IDEs (intellij, pycharm, etc.)
Other
59 stars 13 forks source link

java.util.ConcurrentModificationException #158

Closed fan-tom closed 5 months ago

fan-tom commented 5 months ago

Describe the bug

A clear and concise description of what the bug is. Add a screenshot if it is relevant.

Describe the bug:

Stack trace

java.util.ConcurrentModificationException at java.base/java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:756) at java.base/java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:778) at com.dsoftware.ghmanager.psi.GitHubActionDataService.resolveActions(GitHubActionDataService.kt:304) at com.dsoftware.ghmanager.psi.GitHubActionDataService.init$lambda$0(GitHubActionDataService.kt:88) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:275) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699) at java.base/java.lang.Thread.run(Thread.java:840)

Steps to reproduce

Expected behavior

Additional context

Plugin version: 2024.1.1 IDE: IntelliJ IDEA 2024.1.2 Preview (IU-241.17011.2) OS: macOS 14.4.1

Upvote & Fund

Fund with Polar

cunla commented 5 months ago

This should be resolved in 2024.1.2 which was released today