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 - Deadlock opening file
Summary: Deadlock opening file
Status: RESOLVED DUPLICATE of bug 174408
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2009-10-14 15:50 UTC by Jesse Glick
Modified: 2009-10-14 17:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (19.56 KB, text/plain)
2009-10-14 15:58 UTC, Jesse Glick
Details

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