Opened 12 years ago
Last modified 12 years ago
#10322 closed defect
Crash at exit — at Initial Version
| Reported by: | Diamond00744 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 14.08 |
| Component: | Core imagery | Version: | tested |
| Keywords: | npe exit imagery adjust | Cc: |
Description
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2014-07-03 22:03:52
Last Changed Author: Don-vip
Revision: 7287
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2014-07-04 00:00:19 +0200 (Fri, 04 Jul 2014)
Last Changed Rev: 7287
Identification: JOSM/1.5 (7287 ru) Windows 7 64-Bit
Memory Usage: 250 MB / 455 MB (91 MB allocated, but free)
Java version: 1.7.0_25, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
VM arguments: [-Xms16m, -Xmx512m]
Plugin: DirectDownload (30416)
Plugin: FastDraw (30416)
Plugin: HouseNumberTaggingTool (30416)
Plugin: alignways (30416)
Plugin: buildings_tools (30485)
Plugin: download_along (30416)
Plugin: geochat (30513)
Plugin: imagery_offset_db (30534)
Plugin: jts (30416)
Plugin: osmarender (30416)
Plugin: turnrestrictions (30454)
java.lang.NullPointerException
at org.openstreetmap.josm.actions.ImageryAdjustAction.exitMode(ImageryAdjustAction.java:87)
at org.openstreetmap.josm.gui.MapFrame.activeLayerChange(MapFrame.java:705)
at org.openstreetmap.josm.gui.MapView.fireActiveLayerChanged(MapView.java:172)
at org.openstreetmap.josm.gui.MapView.setActiveLayer(MapView.java:814)
at org.openstreetmap.josm.gui.MapView.removeLayer(MapView.java:438)
at org.openstreetmap.josm.Main.removeLayer(Main.java:467)
at org.openstreetmap.josm.Main.exitJosm(Main.java:957)
at org.openstreetmap.josm.gui.MainApplication$1.windowClosing(MainApplication.java:95)
at java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
at java.awt.Window.processWindowEvent(Unknown Source)
at javax.swing.JFrame.processWindowEvent(Unknown Source)
at java.awt.Window.processEvent(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)


