#4897 closed defect (invalid)
nullPointerException on mouse click
Reported by: | pieren | Owned by: | pieren |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Today, I saw a nullPointer exception when creating new data (many new adjacent buildings, so new ways/nodes overlapping). Here is the bug report:
java.lang.NullPointerException
at java.util.HashSet.iterator(Unknown Source)
at org.openstreetmap.josm.actions.mapmode.DrawAction.removeHighlighting(DrawAction.java:199)
at org.openstreetmap.josm.actions.mapmode.DrawAction.addHighlighting(DrawAction.java:156)
at org.openstreetmap.josm.actions.mapmode.DrawAction.mouseMoved(DrawAction.java:637)
at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source)
at java.awt.Component.processMouseMotionEvent(Unknown Source)
at javax.swing.JComponent.processMouseMotionEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8a3563, pid=3520, tid=3652
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode windows-x86 )
# Problematic frame:
# V [jvm.dll+0xa3563]
#
Since I was not able to restore an operiting editor, I lost my unsaved edits. That's why I will classify it as 'critical' (I think it will be very hard to reproduce).
My version built and running on Eclipse:
Build-Date: 2010-04-08 18:47:04
Revision: 3174
Is-Local-Build: true
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
Priority: | critical → normal |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:3 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | needinfo → closed |
Is this reproducable?
This is already said in the original description. Since I didn't see it again, I will close it. The report was more for traceability and if someone else is seeing the same problem.
Sad that there is no ticket status 'unreproducible'.
Is this reproducable?