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 - Code blocks AWT - org.netbeans.modules.editor.NbEditorDocument
Summary: Code blocks AWT - org.netbeans.modules.editor.NbEditorDocument
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2009-01-15 01:00 UTC by _ krystyna
Modified: 2009-02-19 20:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (43.90 KB, text/plain)
2009-01-15 01:01 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
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.