Opened 17 years ago
Closed 17 years ago
#698 closed defect (fixed)
java.util.ConcurrentModificationException
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Got the exception when creating a way. Could not think of anything special in the context. Here is the stack trace:
Path: josm
URL: http://www.openstreetmap.de/svn/josm
Repository Root: http://www.openstreetmap.de/svn/josm
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 613
Node Kind: directory
Last Changed Author: framm
Last Changed Rev: 613
Last Changed Date: 2008-04-18 01:35:06 +0200 (Fri, 18 Apr 2008)
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:761)
at java.util.LinkedList$ListItr.next(LinkedList.java:696)
at org.openstreetmap.josm.gui.NavigatableComponent.getNearestWaySegments(NavigatableComponent.java:158)
at org.openstreetmap.josm.gui.NavigatableComponent.getNearestWaySegment(NavigatableComponent.java:206)
at org.openstreetmap.josm.gui.NavigatableComponent.getNearestWaySegment(NavigatableComponent.java:215)
at org.openstreetmap.josm.gui.NavigatableComponent.getNearestWay(NavigatableComponent.java:222)
at org.openstreetmap.josm.gui.NavigatableComponent.getNearest(NavigatableComponent.java:242)
at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:148)
at java.lang.Thread.run(Thread.java:619)
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r619.