This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188727 - NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirrors
Summary: NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirrors
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-16 11:14 UTC by Alexandr Scherbatiy
Modified: 2010-07-22 12:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171414


Attachments
stacktrace (5.62 KB, text/plain)
2010-07-16 11:14 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-07-16 11:14:53 UTC
Build: NetBeans IDE 6.9.1 Dev (Build 201007152301)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.jdi.MirrorImpl.validateMirrors(MirrorImpl.java:72)
   at com.sun.tools.jdi.ReferenceTypeImpl.getValues(ReferenceTypeImpl.java:623)
   at com.sun.tools.jdi.ReferenceTypeImpl.getValue(ReferenceTypeImpl.java:596)
   at com.sun.javafx.jdi.FXReferenceType.getValue(FXReferenceType.java:367)
   at com.sun.javafx.jdi.FXVirtualMachine.uiThread(FXVirtualMachine.java:382)
   at com.sun.javafx.jdi.FXObjectReference.getValue(FXObjectReference.java:135)
Comment 1 Alexandr Scherbatiy 2010-07-16 11:14:58 UTC
Created attachment 100879 [details]
stacktrace
Comment 2 Alexandr Scherbatiy 2010-07-16 11:17:13 UTC
IDE UI is frozen
Comment 3 Michal Skvor 2010-07-22 12:06:12 UTC
Added lock and moved value evaluation from AWT thread.

changeset:   4233:7f2ee9b46555