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 156847

Summary: Code blocks AWT - org.netbeans.modules.editor.NbEditorDocument
Product: editor Reporter: _ krystyna <krystyna>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: RANDOM, THREAD
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: full thread dump

Description _ krystyna 2009-01-15 01:00:58 UTC
NetBeans IDE Dev (Build 20090114164425)
Java: 1.6.0_10-rc; Java HotSpot(TM) Server VM 11.0-b13
System: Windows XP version 5.1 running on x86


Hang opening a Visual web page in editor, after changing server project property. 

Attaching full thread dump.
Comment 1 _ krystyna 2009-01-15 01:01:36 UTC
Created attachment 75845 [details]
full thread dump
Comment 2 Vitezslav Stejskal 2009-01-19 11:33:15 UTC
Someone somewhere grabs documents writeLock and does not release it or when holding the writeLock runs UserTask
(UserActionTask). I'm not sure who and where...
Comment 3 Vitezslav Stejskal 2009-02-06 13:17:18 UTC
I'm sorry, but we can't do much without further information or steps how to reproduce this.