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 262771 - AssertionError: BB.remove(): bpt to be removed not in bag
Summary: AssertionError: BB.remove(): bpt to be removed not in bag
Status: RESOLVED FIXED
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: 2016-07-11 17:43 UTC by tbrunhoff
Modified: 2016-07-11 20:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225173


Attachments
stacktrace (3.28 KB, text/plain)
2016-07-11 17:43 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2016-07-11 17:43:06 UTC
Build: NetBeans IDE Dev (Build 201606070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
tbrunhoff: delete all breakpoints.  I should note there was a breakpoint hit that was not in the breakpoint list.




Stacktrace: 
java.lang.AssertionError: BB.remove(): bpt to be removed not in bag
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointBag.remove(BreakpointBag.java:295)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.primDelete(NativeBreakpoint.java:1783)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.primDelete(NativeBreakpoint.java:1772)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.primDelete(NativeBreakpoint.java:1740)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.deleteHandler(BreakpointManager.java:1467)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.deleteHandlerById(BreakpointManager.java:1451)
Comment 1 tbrunhoff 2016-07-11 17:43:08 UTC
Created attachment 160351 [details]
stacktrace
Comment 2 Maria Tishkova 2016-07-11 20:19:12 UTC
changeset:   298993:86a9cd0bef13
tag:         tip
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Mon Jul 11 23:17:50 2016 +0300
summary:     remove hidden asserts