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 150668

Summary: AssertionError: Source.runCompileControlTask called under Document write lock.
Product: third-party Reporter: gychae <gychae>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=130602
Issue Type: DEFECT Exception Reporter: 130602
Attachments: stacktrace

Description gychae 2008-10-20 02:38:31 UTC
Build: NetBeans IDE Dev (Build 200810181401)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.AssertionError: Source.runCompileControlTask called under Document write lock.
        at org.netbeans.napi.gsfret.source.Source.runUserActionTask(Source.java:442)
        at org.netbeans.modules.gsf.GsfReformatTask.reformat(GsfReformatTask.java:84)
        at org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:504)
        at org.netbeans.modules.editor.indent.TaskHandler.runTasks(TaskHandler.java:271)
        at org.netbeans.modules.editor.indent.IndentImpl.reformat(IndentImpl.java:293)
        at org.netbeans.modules.editor.indent.FormatterImpl.reformat(FormatterImpl.java:187)
Comment 1 gychae 2008-10-20 02:38:36 UTC
Created attachment 72236 [details]
stacktrace
Comment 2 David Strupl 2009-01-14 14:35:51 UTC
Moving from ruby/GSF to editor/CSL. Step one: assign to myself ;-)
Comment 3 David Strupl 2009-01-14 14:44:10 UTC
Step 2: trying to make the owner not myself but the owner of the subcomponent.
Comment 4 Vitezslav Stejskal 2009-02-02 13:32:16 UTC
Most likely in newhtmlsnippets module, which sounds like a 3rd party plugin. I'm not sure who to inform about this problem.