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

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.replaceHandler
Product: cnd Reporter: mcambra
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230146
Attachments: stacktrace

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