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 - AssertionError: replaceHandler(): bpt plan not CHANGE for rt 1537
Summary: AssertionError: replaceHandler(): bpt plan not CHANGE for rt 1537
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-26 15:07 UTC by Exceptions Reporter
Modified: 2017-06-26 15:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229547


Attachments
stacktrace (2.44 KB, text/plain)
2017-06-26 15:07 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-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