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 - AssertionError: Source.runCompileControlTask called under Document write lock.
Summary: AssertionError: Source.runCompileControlTask called under Document write lock.
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-20 02:38 UTC by gychae
Modified: 2009-02-02 13:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 130602


Attachments
stacktrace (3.11 KB, text/plain)
2008-10-20 02:38 UTC, gychae
Details

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