Modify ↓
Opened 11 years ago
Closed 11 years ago
#9870 closed defect (fixed)
crash when useing the history of way points
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | 14.03 |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- load the area
- load alk layer(wms.nrw.de)
- start tracer2 mode (Key T)
- generate House Ahrweiler Straße 11
- inspect history of this house (ctrl-H)
- select sheet points
- double click on one of the points in the right column
What is the expected result?
the point should be selected in the editor
What happens instead?
crash message
Please provide any additional information below. Attach a screenshot if
possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-03-28 02:33:28 Last Changed Author: Don-vip Revision: 6935 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-03-27 23:07:34 +0100 (Thu, 27 Mar 2014) Last Changed Rev: 6935 Identification: JOSM/1.5 (6935 de) Windows 7 64-Bit Memory Usage: 541 MB / 4089 MB (80 MB allocated, but free) Java version: 1.7.0_45, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM VM arguments: [-Xmx4600M] Dataset consistency test: No problems found Plugin: DirectUpload (30277) Plugin: PicLayer (30277) Plugin: Tracer2 (30277) Plugin: buildings_tools (30277) Plugin: editgpx (30197) Plugin: mirrored_download (30197) Plugin: openstreetbugs (30277) Plugin: terracer (30277) Plugin: turnrestrictions (30307) java.lang.IllegalArgumentException: Expected unique id > 0 for primitive 'pid', got -593 at org.openstreetmap.josm.tools.CheckParameterUtil.ensureValidPrimitiveId(CheckParameterUtil.java:31) at org.openstreetmap.josm.gui.history.HistoryLoadTask.add(HistoryLoadTask.java:103) at org.openstreetmap.josm.gui.history.NodeListViewer$ShowHistoryAction.run(NodeListViewer.java:259) at org.openstreetmap.josm.gui.history.NodeListViewer$DoubleClickAdapter.mouseClicked(NodeListViewer.java:319) at java.awt.AWTEventMulticaster.mouseClicked(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$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$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)
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Milestone: | → 14.03 |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6936/josm: