Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 stoecker, 15 years ago

Priority: criticalnormal

comment:2 by stoecker, 15 years ago

Owner: changed from team to pieren
Status: newneedinfo

Is this reproducable?

comment:3 by pieren, 15 years ago

Resolution: invalid
Status: needinfoclosed

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'.

comment:4 by stoecker, 15 years ago

Now there is.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain pieren.
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.