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 270970

Summary: AssertionError: replaceHandler(): bpt plan not CHANGE for rt 1537
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229547
Attachments: stacktrace

Description Exceptions Reporter 2017-06-26 15:07:48 UTC
Build: NetBeans IDE Dev (Build 201704300001)
VM: OpenJDK 64-Bit Server VM, 25.131-b12, OpenJDK Runtime Environment, 1.8.0_131-b12
OS: Linux

User Comments:
GUEST: Click the Debug button, in an c++ program




Stacktrace: 
java.lang.AssertionError: replaceHandler(): bpt plan not CHANGE for rt 1537
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.replaceHandler(GdbDebuggerImpl.java:5316)
   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 Exceptions Reporter 2017-06-26 15:07:50 UTC
Created attachment 164633 [details]
stacktrace