Bug 119081 - ConcurrentModificationException in log
Summary: ConcurrentModificationException in log
Status: RESOLVED DUPLICATE of bug 114571
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 14:11 EST by John Arthorne CLA
Modified: 2005-12-02 14:18 EST (History)
0 users

See Also:


Attachments
Log file (12.94 KB, text/plain)
2005-12-02 14:12 EST, John Arthorne CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2005-12-02 14:11:42 EST
Build: I20051130-1215

I found several of these errors in my log after a morning of work.  I don't know if there were any side-effects, but I also noticed some cases today where the editor was reporting an error but the compiler was not (complaining of referenced classes not existing). Closing and reopening the editor solved that problem. I don't know if that's related or not, but thought I'd mention it.

java.util.ConcurrentModificationException: concurrent access to HashMap attempted by Thread[Worker-3,5,main]
	at java.util.HashMap.onExit(HashMap.java:223)
	at java.util.HashMap.transfer(HashMap.java:558)
	at java.util.HashMap.resize(HashMap.java:541)
	at java.util.HashMap.addEntry(HashMap.java:901)
	at java.util.HashMap.put(HashMap.java:474)
	at java.util.HashSet.add(HashSet.java:206)
	at org.eclipse.jdt.internal.core.JavaModel.getTarget(JavaModel.java:372)
	at org.eclipse.jdt.internal.core.builder.NameEnvironment.computeClasspathLocations(NameEnvironment.java:97)
Comment 1 John Arthorne CLA 2005-12-02 14:12:03 EST
Created attachment 31055 [details]
Log file
Comment 2 Olivier Thomann CLA 2005-12-02 14:18:23 EST
Closing as a dup of bug 114571.
Please reopen if you get it again with next integration build.

*** This bug has been marked as a duplicate of 114571 ***