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 257272 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerManager.debug
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.Na...
Status: RESOLVED DUPLICATE of bug 255919
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-23 13:17 UTC by Alexander Pepin
Modified: 2016-01-29 14:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221818


Attachments
stacktrace (3.78 KB, text/plain)
2015-12-23 13:17 UTC, Alexander Pepin
Details
screenshot (410.87 KB, image/png)
2015-12-23 13:26 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2015-12-23 13:17:13 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
apepin: Steps to reproduce:
- open clean 8.1 IDE
- create Welcome sample project
- clean, build, run and debug the project, everything is OK
- update to the latest patch
- after restarting iDE select the project and do Step Into
Result: NPE occurs together with a dialog window (see attached screenshot).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerManager.debug(NativeDebuggerManager.java:1218)
   at org.netbeans.modules.cnd.debugger.common2.DbgActionHandler$2.run(DbgActionHandler.java:171)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
Comment 1 Alexander Pepin 2015-12-23 13:17:14 UTC
Created attachment 157900 [details]
stacktrace
Comment 2 Alexander Pepin 2015-12-23 13:26:12 UTC
Created attachment 157901 [details]
screenshot
Comment 3 henk89 2016-01-29 14:52:31 UTC

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