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 253513 - NullPointerException at com.oracle.tools.ide.projectless.debug.impl.DebugExecutorImpl.attach
Summary: NullPointerException at com.oracle.tools.ide.projectless.debug.impl.DebugExec...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-16 09:26 UTC by Alexander Simon
Modified: 2015-08-17 16:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218575


Attachments
stacktrace (3.48 KB, text/plain)
2015-07-16 09:26 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-07-16 09:26:55 UTC
Build: Oracle Solaris Studio Dodona (2015/07/16 ff05aff29fa2)
VM: Java HotSpot(TM) Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: SunOS

User Comments:
alexvsimon: attach to process




Stacktrace: 
java.lang.NullPointerException
   at com.oracle.tools.ide.projectless.debug.impl.DebugExecutorImpl.attach(DebugExecutorImpl.java:488)
   at com.oracle.tools.ide.projectless.debug.impl.DebugExecutorImpl.attach(DebugExecutorImpl.java:476)
   at com.oracle.tools.ide.projectless.debug.impl.UserAttachActionImpl$1$1.run(UserAttachActionImpl.java:99)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
Comment 1 Alexander Simon 2015-07-16 09:26:56 UTC
Created attachment 154672 [details]
stacktrace