Modify

Opened 2 years ago

Closed 2 years ago

#6534 closed defect (fixed)

Exception on exit

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

Description

I had one session, meaning got data, edited and uploaded successfully(?!?) and then I wanted to exit the application:

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2011-07-02 01:31:45
Last Changed Author: stoecker
Revision: 4194
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2011-07-01 23:55:57 +0200 (Fri, 01 Jul 2011)
Last Changed Rev: 4194

Identification: JOSM/1.5 (4194 de)
Memory Usage: 247 MB / 247 MB (96 MB allocated, but free)
Java version: 1.6.0_26, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows Vista

Plugin: graphview (26174)
Plugin: routing (26174)
Plugin: scripting (25200)
Plugin: undelete (26174)

java.lang.StringIndexOutOfBoundsException: String index out of range: -1

at java.lang.AbstractStringBuilder.deleteCharAt(Unknown Source)
at java.lang.StringBuilder.deleteCharAt(Unknown Source)
at org.openstreetmap.josm.data.osm.User.getName(User.java:221)
at org.openstreetmap.josm.io.OsmWriter.addCommon(OsmWriter.java:245)
at org.openstreetmap.josm.io.OsmWriter.visit(OsmWriter.java:119)
at org.openstreetmap.josm.io.OsmWriter.writeContent(OsmWriter.java:86)
at org.openstreetmap.josm.io.OsmExporter.save(OsmExporter.java:74)
at org.openstreetmap.josm.io.OsmExporter.exportData(OsmExporter.java:44)
at org.openstreetmap.josm.data.AutosaveTask.savelayer(AutosaveTask.java:169)
at org.openstreetmap.josm.data.AutosaveTask.layerRemoved(AutosaveTask.java:229)
at org.openstreetmap.josm.gui.MapView.fireLayerRemoved(MapView.java:152)
at org.openstreetmap.josm.gui.MapView.removeLayer(MapView.java:363)
at org.openstreetmap.josm.Main.exitJosm(Main.java:559)
at org.openstreetmap.josm.actions.ExitAction.actionPerformed(ExitAction.java:29)
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)

Attachments (0)

Change History (1)

comment:1 Changed 2 years ago by bastiK

  • Resolution set to fixed
  • Status changed from new to closed

In [4197/josm]:

fixed #6534 - Exception on exit

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.