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 JDIDebugTarget.cleanup #561

Open
jukzi opened this issue Nov 12, 2024 · 0 comments
Open

ConcurrentModificationException in JDIDebugTarget.cleanup #561

jukzi opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers test junit test related things

Comments

@jukzi
Copy link
Contributor

jukzi commented Nov 12, 2024

     [java] Exception in thread "org.eclipse.jdt.debug: JDI Event Dispatcher" java.util.ConcurrentModificationException
     [java] 	at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1606)
     [java] 	at java.base/java.util.HashMap$ValueIterator.next(HashMap.java:1634)
     [java] 	at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.cleanup(JDIDebugTarget.java:1816)
     [java] 	at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.terminated(JDIDebugTarget.java:1777)
     [java] 	at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.handleVMDisconnect(JDIDebugTarget.java:1058)
     [java] 	at org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch(EventDispatcher.java:174)
     [java] 	at org.eclipse.jdt.internal.debug.core.EventDispatcher.run(EventDispatcher.java:320)
     [java] 	at java.base/java.lang.Thread.run(Thread.java:1575)

https://download.eclipse.org/eclipse/downloads/drops4/I20241111-1800/testresults/consolelogs/ep434I-unit-linux-x86_64-java23_linux.gtk.x86_64_23_consolelog.txt

@jukzi jukzi added bug Something isn't working test junit test related things good first issue Good for newcomers labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers test junit test related things
Projects
None yet
Development

No branches or pull requests

1 participant