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 271380 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.replaceHandler
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImp...
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-08-28 00:14 UTC by mcambra
Modified: 2017-08-28 00:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230146


Attachments
stacktrace (998 bytes, text/plain)
2017-08-28 00:14 UTC, mcambra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mcambra 2017-08-28 00:14:23 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 10

User Comments:
mcambra: Trying to debug remotely on an embedded Linux system (Aria G25 from Acmesystems.it).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.replaceHandler(GdbDebuggerImpl.java:5325)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.newAsyncBreakpoint(GdbDebuggerImpl.java:5151)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.notifyAsyncOutput(Gdb.java:776)
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.processLine(MIProxy.java:166)
   at org.netbeans.modules.cnd.debugger.gdb2.Tap$4.run(Tap.java:369)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 mcambra 2017-08-28 00:14:26 UTC
Created attachment 165024 [details]
stacktrace