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 107232

Summary: Deadlock at .editor.hints.AnnotationHolder
Product: editor Reporter: Martin Schovanek <mschovanek>
Component: Hints & AnnotationsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: THREAD
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thred Dump
Correct Thread Dump

Description Martin Schovanek 2007-06-19 15:10:06 UTC
[#200706180000, jdk1.5.0]

Reproducible by Aut Tests where:
org.netbeans.editor.BaseDocument.insertString(...) is called outside AWT-EventQueue, see:
http://www.netbeans.org/source/browse/*checkout*/web/jspsyntax/test/qa-functional/src/org/netbeans/test/web/core/syntax/AutoCompletionTest.java?rev=1.5
Comment 1 Martin Schovanek 2007-06-19 15:10:35 UTC
Created attachment 43968 [details]
Thred Dump
Comment 2 Jan Lahoda 2007-06-19 15:25:33 UTC
Sorry, but I do not see how is this related to AnnotationHolder - it is nowhere in the thread dump.
Comment 3 Martin Schovanek 2007-06-19 15:39:56 UTC
Created attachment 43972 [details]
Correct Thread Dump
Comment 4 Martin Schovanek 2007-06-19 15:43:51 UTC
Sorry, I attached wrong TD. Please see the Correct Thread Dump.
Comment 5 Jan Lahoda 2007-06-19 15:51:58 UTC
Ok, thanks. I will try to fix for M10.
Comment 6 Jan Lahoda 2007-06-25 16:50:06 UTC
Also reported as issue #107402.

*** This issue has been marked as a duplicate of 107402 ***