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 174564

Summary: Deadlock opening file
Product: platform Reporter: Jesse Glick <jglick>
Component: TextAssignee: mslama <mslama>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: RANDOM, THREAD
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Jesse Glick 2009-10-14 15:51:11 UTC
Thread dump shows CloneableEditor$DoInitialize.initNonVisual in RP calling NbEditorKit.call then JEditorPane.<init>,
clearly a violation of Swing threading semantics.
Comment 1 Jesse Glick 2009-10-14 15:58:14 UTC
Created attachment 89455 [details]
Thread dump
Comment 2 Jesse Glick 2009-10-14 16:05:22 UTC
In 091014/7d639b576221. Possibly caused by issue #171713.
Comment 3 mslama 2009-10-14 17:24:14 UTC

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