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 271769 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.io.DebuggerExternalTerminal.<init>
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.io...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-08 18:05 UTC by Exceptions Reporter
Modified: 2017-11-08 18:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230828


Attachments
stacktrace (828 bytes, text/plain)
2017-11-08 18:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-08 18:05:13 UTC
This bug was originally marked as duplicate of bug 253433, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
GUEST: Put a breakpoint on a function call.
This function is contained in a objet file (cssm-wide.o) that has not necessary be compiled with the '-g' flag...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.io.DebuggerExternalTerminal.<init>(DebuggerExternalTerminal.java:93)
   at org.netbeans.modules.cnd.debugger.common2.debugger.io.ExternalTerminalPack.start(ExternalTerminalPack.java:64)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.startAsync(Gdb.java:325)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.access$1400(Gdb.java:171)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory$1$1.run(Gdb.java:297)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 Exceptions Reporter 2017-11-08 18:05:16 UTC
Created attachment 165414 [details]
stacktrace