Modify

Opened 11 years ago

Closed 5 years ago

#9705 closed defect (irreproducible)

IAE "node is already deleted" after conflict resolution

Reported by: trekki <bergenholtz@…> Owned by: team
Priority: major Milestone:
Component: Core Version: latest
Keywords: template_report conflict Cc: AlaskaDave, Kathyaus, naoliv

Description

What steps will reproduce the problem?

  1. change some data with connections to the non-loaded area
  2. load the area
  3. get conflict
  4. resolve conflict
  5. get strange building (see hardcopy - missing node at end of the line)

http://i1045.photobucket.com/albums/b459/trekkiOSM/josmconflictcrash_zpsa8b1c305.png

  1. crash message

What is the expected result?

  1. no strange building after conflict resolve
  2. no crash

What happens instead?

Please provide any additional information below. Attach a screenshot if
possible.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2014-02-10 02:34:59
Last Changed Author: Don-vip
Revision: 6830
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2014-02-10 00:51:53 +0100 (Mon, 10 Feb 2014)
Last Changed Rev: 6830

Identification: JOSM/1.5 (6830 de) Windows 7 64-Bit
Memory Usage: 1022 MB / 4089 MB (137 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:
[WARN - ZERO NODES] Way {Way id=151193278 version=1 MVT nodes=[]} has zero nodes


Plugin: DirectUpload (30260)
Plugin: PicLayer (29854)
Plugin: Tracer2 (30077)
Plugin: buildings_tools (30057)
Plugin: editgpx (29854)
Plugin: mirrored_download (30162)
Plugin: openstreetbugs (30004)
Plugin: terracer (30192)
Plugin: turnrestrictions (30237)

java.lang.IllegalArgumentException: {Node id=1640188863 version=1 VD lat=51.9072779,lon=6.7850819} is already deleted
	at org.openstreetmap.josm.command.DeleteCommand.executeCommand(DeleteCommand.java:118)
	at org.openstreetmap.josm.command.SequenceCommand.executeCommand(SequenceCommand.java:52)
	at org.openstreetmap.josm.data.UndoRedoHandler.addNoRedraw(UndoRedoHandler.java:42)
	at org.openstreetmap.josm.data.UndoRedoHandler.add(UndoRedoHandler.java:65)
	at org.openstreetmap.josm.actions.mapmode.DeleteAction.doActionPerformed(DeleteAction.java:153)
	at org.openstreetmap.josm.actions.DeleteAction.actionPerformed(DeleteAction.java:29)
	at javax.swing.SwingUtilities.notifyAction(Unknown Source)
	at javax.swing.JComponent.processKeyBinding(Unknown Source)
	at javax.swing.KeyboardManager.fireBinding(Unknown Source)
	at javax.swing.KeyboardManager.fireKeyboardAction(Unknown Source)
	at javax.swing.JComponent.processKeyBindingsForAllComponents(Unknown Source)
	at javax.swing.JComponent.processKeyBindings(Unknown Source)
	at javax.swing.JComponent.processKeyEvent(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.KeyboardFocusManager.redispatchEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(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 (1)

josm conflict crash.png (209.3 KB ) - added by trekki <bergenholtz@…> 11 years ago.

Download all attachments as: .zip

Change History (13)

by trekki <bergenholtz@…>, 11 years ago

Attachment: josm conflict crash.png added

comment:1 by Don-vip, 11 years ago

Summary: josm crash after conflictIAE "node is already deleted" after conflict resolution

comment:2 by skyper, 8 years ago

Ticket #13658 has been marked as a duplicate of this ticket.

comment:3 by skyper, 8 years ago

Cc: AlaskaDave added
Keywords: conflict added

comment:4 by skyper, 8 years ago

Ticket #10428 has been marked as a duplicate of this ticket.

comment:5 by Don-vip, 7 years ago

Ticket #15679 has been marked as a duplicate of this ticket.

comment:6 by Don-vip, 7 years ago

Cc: Kathyaus added
Priority: normalmajor

comment:7 by Don-vip, 7 years ago

Ticket #16245 has been marked as a duplicate of this ticket.

comment:8 by Don-vip, 6 years ago

Ticket #17232 has been marked as a duplicate of this ticket.

comment:9 by Don-vip, 6 years ago

Ticket #17439 has been marked as a duplicate of this ticket.

comment:10 by naoliv, 5 years ago

Ticket #16457 has been marked as a duplicate of this ticket.

comment:11 by naoliv, 5 years ago

Cc: naoliv added

comment:12 by stoecker, 5 years ago

Resolution: irreproducible
Status: newclosed

It makes not much sense to keep such a trashcan bug. If we don't get a reproducible description it does not help to know that these are duplicates. All these bugs may have the same or totally different reasons.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.