Modify ↓
#3257 closed defect (duplicate)
plugin remotecontrol: java.util.ConcurrentModificationException after load and zoom
Reported by: | Cobra | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | Cc: |
Description
I just got this after a load_and_zoom via remotecontrol. loading and zooming went ok, this error occured right after doing so.
(Ubuntu 8.04, Sun JDK6)
Path: trunk URL: http://josm.openstreetmap.de/svn/trunk Repository Root: http://josm.openstreetmap.de/svn Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Revision: 1951 Node Kind: directory Last Changed Author: jttt Last Changed Rev: 1951 Last Changed Date: 2009-08-10 20:36:40 +0200 (Mon, 10 Aug 2009) Memory Usage: 59 MB / 1016 MB (6 MB allocated, but free) Java version: 1.6.0_14 Plugins: AgPifoJIntersect_wayPicLayermeasurementopenstreetbugsremotecontrolusertoolsutilspluginvalidatorwmsplugin Plugin AgPifoJ Version: 16941 Plugin Intersect_way Version: 12781 Plugin PicLayer Version: 16302 Plugin measurement Version: 16801 Plugin openstreetbugs Version: 16797 Plugin remotecontrol Version: 16965 Plugin usertools Version: 14125 Plugin utilsplugin Version: 16735 Plugin validator Version: 16970 Plugin wmsplugin Version: 16872 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.data.osm.DataSet.fireSelectionChanged(DataSet.java:244) at org.openstreetmap.josm.data.osm.DataSet.setSelected(DataSet.java:193) at org.openstreetmap.josm.plugins.remotecontrol.RequestProcessor$1.run(RequestProcessor.java:200) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619)
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
maybe real concurrent problem: see #3258
Note:
See TracTickets
for help on using tickets.
This error can be reproduced by using laod_and_zoom repeatedly (load, edit, delete layer(s), load, edit, delete layer(s), ...), for example when working on way check lists (in this case: http://www.gary68.de/osm/qa/c33/c33_bayern.htm).
Restarting josm helps to avoid this problem for the next ~3-7 tries