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 258930 - NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirror
Summary: NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirror
Status: RESOLVED DUPLICATE of bug 258129
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 02:36 UTC by Exceptions Reporter
Modified: 2016-04-21 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223654


Attachments
stacktrace (1.19 KB, text/plain)
2016-04-21 02:36 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-04-21 02:36:16 UTC
This bug was originally marked as duplicate of bug 246342, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Mac OS X

User Comments:
GUEST: <?????????????????????????>




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.jdi.MirrorImpl.validateMirror(MirrorImpl.java:67)
   at com.sun.tools.jdi.ClassTypeImpl.setValue(ClassTypeImpl.java:126)
   at org.netbeans.modules.debugger.jpda.jdi.ClassTypeWrapper.setValue(ClassTypeWrapper.java:523)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices.runOnStoppedThread(RemoteServices.java:469)
   at org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.take(RemoteAWTScreenshot.java:250)
   at org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:176)
Comment 1 Exceptions Reporter 2016-04-21 02:36:17 UTC
Created attachment 159352 [details]
stacktrace
Comment 2 Martin Entlicher 2016-04-21 09:47:59 UTC

*** This bug has been marked as a duplicate of bug 258129 ***