Modify ↓
Opened 7 years ago
Closed 7 years ago
#15861 closed defect (duplicate)
Crash when pressing s while "new offset" is active
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core imagery | Version: | latest |
Keywords: | template_report offset regression | Cc: |
Description
What steps will reproduce the problem?
- start josm
- download some area, doesn't matter which
- activate bing image layer
- move image layer with the mouse
- press s
What is the expected result?
nothing happens
What happens instead?
unexpected exception
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2018-01-28 23:08:56 +0100 (Sun, 28 Jan 2018) Build-Date:2018-01-28 22:25:44 Revision:13367 Relative:URL: ^/trunk Identification: JOSM/1.5 (13367 en_AU) Windows 10 64-Bit OS Build number: Windows 10 Pro 1709 (16299) Memory Usage: 584 MB / 910 MB (291 MB allocated, but free) Java version: 1.8.0_151-b12, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Screen: \Display0 3840x2160, \Display1 3840x2160, \Display2 3840x2160 Maximum Screen Size: 3840x2160 Dataset consistency test: No problems found Plugins: + AddrInterpolation (33692) + HouseNumberTaggingTool (33904) + ImproveWay (17) + PicLayer (34021) + Tracer2 (33908) + download_along (33710) + graphview (33938) + imagery_offset_db (33774) + reltoolbox (33708) + turnrestrictions (33780) + utilsplugin2 (33991) + waydownloader (33910) Last errors/warnings: - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - E: Handled by bug report queue: java.lang.IllegalArgumentException: Listener org.openstreetmap.josm.actions.ImageryAdjustAction@558a8b14 (instance of org.openstreetmap.josm.actions.ImageryAdjustAction) was not registered before or already removed. === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (19) of main java.lang.IllegalArgumentException: Listener org.openstreetmap.josm.actions.ImageryAdjustAction@558a8b14 (instance of org.openstreetmap.josm.actions.ImageryAdjustAction) was not registered before or already removed. at org.openstreetmap.josm.tools.ListenerList.failRemove(ListenerList.java:132) at org.openstreetmap.josm.tools.ListenerList.removeListener(ListenerList.java:126) at org.openstreetmap.josm.data.Preferences.removePreferenceChangeListener(Preferences.java:182) at org.openstreetmap.josm.actions.mapmode.MapMode.exitMode(MapMode.java:82) at org.openstreetmap.josm.actions.ImageryAdjustAction.exitMode(ImageryAdjustAction.java:114) at org.openstreetmap.josm.gui.MapFrame.selectMapMode(MapFrame.java:480) at org.openstreetmap.josm.gui.MapFrame.selectMapMode(MapFrame.java:462) at org.openstreetmap.josm.actions.ImageryAdjustAction$ImageryOffsetDialog.restoreMapModeState(ImageryAdjustAction.java:351) at org.openstreetmap.josm.actions.ImageryAdjustAction$ImageryOffsetDialog.setVisible(ImageryAdjustAction.java:343) at org.openstreetmap.josm.actions.ImageryAdjustAction.hideOffsetDialog(ImageryAdjustAction.java:97) at org.openstreetmap.josm.actions.ImageryAdjustAction.exitMode(ImageryAdjustAction.java:119) at org.openstreetmap.josm.gui.MapFrame.selectMapMode(MapFrame.java:480) at org.openstreetmap.josm.gui.MapFrame.selectMapMode(MapFrame.java:462) at org.openstreetmap.josm.actions.mapmode.MapMode.actionPerformed(MapMode.java:110) 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$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.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 , 7 years ago
Component: | Core → Plugin imageryadjust |
---|
comment:2 by , 7 years ago
Component: | Plugin imageryadjust → Core imagery |
---|---|
Keywords: | offset regression added |
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #15855.