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 40095 - IllegalStateException in org.netbeans.modules.debugger.support.DebuggerAnnotation()
Summary: IllegalStateException in org.netbeans.modules.debugger.support.DebuggerAnnota...
Status: RESOLVED DUPLICATE of bug 39718
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
: 40094 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-13 17:11 UTC by _ gtzabari
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2004-02-13 17:11:34 UTC
dev build 200402121900

   I have a simple breakpoint in my program which
gets hit very frequently. If I run to breakpoint,
then hit CTRL-F5 (Continue) and keep the button
down so the operation is invoked repeatedly very
fast the following exception is thrown. It is
likely we are not synchronization our code
somewhere and a race condition is occuring.

java.lang.IllegalStateException: Annotation
org.netbeans.modules.debugger.support.DebuggerAnnotation$CurrentPC@2ec902
already added
	at
org.netbeans.modules.editor.NbEditorDocument.addAnnotation(NbEditorDocument.java:186)
[catch] at
org.openide.text.NbDocument$2.run(NbDocument.java:420)
	at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:201)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Martin Roskanin 2004-02-15 08:58:40 UTC
already reported

*** This issue has been marked as a duplicate of 39718 ***
Comment 2 Martin Roskanin 2004-02-16 14:15:29 UTC
*** Issue 40094 has been marked as a duplicate of this issue. ***