Modify

Opened 14 years ago

Closed 13 years ago

#5594 closed defect (fixed)

Exception while restoring autosaved data

Reported by: Zverikk Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: autosave Cc:

Description

I don't know why this happened and how to reproduce the problem. A couple of times before save data restored without exceptions. After exception, zoom seemed very high. Also, tag value with length of 336 characters was lost.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-10-16 01:31:55
Last Changed Author: ulfl
Revision: 3609
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-10-15 22:45:29 +0200 (Fri, 15 Oct 2010)
Last Changed Rev: 3609

Identification: JOSM/1.5 (3609 ru)
Memory Usage: 24 MB / 508 MB (2 MB allocated, but free)
Java version: 1.6.0_15, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows Vista
Dataset consistency test: No problems found

Plugin: PicLayer (22549)
Plugin: buildings_tools (23330)
Plugin: editgpx (22548)
Plugin: irsrectify (23070)
Plugin: multipoly (22171)
Plugin: public_transport (22148)
Plugin: reverter (23278)
Plugin: validator (23192)
Plugin: wmsplugin (23454)

java.lang.NullPointerException
	at org.openstreetmap.josm.gui.MapView.paint(MapView.java:570)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JSplitPane.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintToOffscreen(Unknown Source)
	at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
	at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
	at javax.swing.RepaintManager.paint(Unknown Source)
	at javax.swing.JComponent._paintImmediately(Unknown Source)
	at javax.swing.JComponent.paintImmediately(Unknown Source)
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
	at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(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 bastiK, 14 years ago

Keywords: autosave added; template_report removed

comment:2 by Don-vip, 13 years ago

Resolution: fixed
Status: newclosed

In [4479/josm]:

fix #5594 - Exception while restoring autosaved data

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.