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 176949 - Disabling breakpoint throws assertion error
Summary: Disabling breakpoint throws assertion error
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 13:56 UTC by _ gordonp
Modified: 2009-11-23 23:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (8.80 KB, application/octet-stream)
2009-11-16 13:56 UTC, _ gordonp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gordonp 2009-11-16 13:56:24 UTC
Created attachment 91129 [details]
stack trace

If I enable/disable a breakpoint (either via the glyph gutter or bp view) I get
an assertion exception (actually 2) about doing this in the event thread. It
seems to be OK if done while no debugging session is active. However, if done
while debugging, then I get the exceptions.

I'm using 20091109 and JDK 1.6.0_16 on Ubuntu 9.10...

There is an exception report on this but no bug has been filed (although
I've seen it 20+ times now).
Comment 1 Egor Ushakov 2009-11-16 14:13:09 UTC
assert produced inside NativeProcessBuilder.call
Comment 2 Alexander Pepin 2009-11-17 10:24:42 UTC
can not reproduce it in build 20091117 on Ubuntu 9.04 with jdk 1.6.0_14
Comment 3 Alexander Pepin 2009-11-17 10:34:56 UTC
Seems to be fixed in bug #176396
Comment 4 _ gordonp 2009-11-17 18:19:18 UTC
I saw it again with the 20091117 nightly. Its the same stack trace
(with slightly different line numbers). While I agree that it looks
somewhat similar to 176396, its still getting thrown so its probably
not the same.
Comment 5 Andrew Krasny 2009-11-18 09:08:43 UTC
Problem confirmed.
Comment 6 Andrew Krasny 2009-11-23 23:52:41 UTC
Should be fixed with http://hg.netbeans.org/cnd-main/rev/5788392884c0