Opened 14 years ago

Last modified 14 years ago

#7223 closed defect

Error when downloading list of nodes — at Version 1

Reported by: Penguin Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: Cc:

Description (last modified by skyper)

When downloading a list of objects (Ctrl-Shift-O) an exception occured.

My nodes input was:

340525738,1514499328,340712937,679967630,340712938,679967632,340712939,679967633,340712940,679965282,1207379315,420386791,342556811,609088829,343941894,1504286907,341866217,341866218,342721576,1353059497,1577289805,342736277,755792703,342871714

First two boxes were checked.

Can't reproduce when reloading JOSM, however a dump was provided:

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2012-01-04 02:31:53
Last Changed Author: jttt
Revision: 4760
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2012-01-03 21:48:04 +0100 (Tue, 03 Jan 2012)
Last Changed Rev: 4760

Identification: JOSM/1.5 (4760 da)
Memory Usage: 155 MB / 247 MB (37 MB allocated, but free)
Java version: 1.6.0_29, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows Vista
Dataset consistency test: No problems found

Plugin: licensechange (27359)

java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
	at java.util.AbstractList$Itr.next(Unknown Source)
	at org.openstreetmap.josm.Main.addProjectionChangeListener(Main.java:914)
	at org.openstreetmap.josm.data.osm.DataSet.<init>(DataSet.java:136)
	at org.openstreetmap.josm.actions.downloadtasks.DownloadReferrersTask.<init>(DownloadReferrersTask.java:142)
	at org.openstreetmap.josm.actions.DownloadPrimitiveAction.processItems(DownloadPrimitiveAction.java:213)
	at org.openstreetmap.josm.actions.DownloadPrimitiveAction.actionPerformed(DownloadPrimitiveAction.java:199)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.AbstractButton.doClick(Unknown Source)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$000(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

Change History (1)

comment:1 by skyper, 14 years ago

Description: modified (diff)

format

Note: See TracTickets for help on using tickets.