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 75788 - Deadlock opening project - xml.text.navigator.NavigatorContent$1.run locking of modules.editor.structure.api.DocumentModel
Summary: Deadlock opening project - xml.text.navigator.NavigatorContent$1.run locking ...
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: RANDOM, THREAD
: 72277 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-02 15:45 UTC by Jesse Glick
Modified: 2007-09-25 01:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (48.70 KB, text/plain)
2006-05-02 15:45 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-05-02 15:45:26 UTC
Opened a freeform project and IDE got stuck halfway through.
Comment 1 Jesse Glick 2006-05-02 15:45:41 UTC
Created attachment 30171 [details]
Stack trace
Comment 2 Jesse Glick 2006-05-02 15:46:16 UTC
060427 dev build.
Comment 3 Marek Fukala 2006-05-04 10:14:37 UTC
I have merged fix of Issue #72277 to trunk - I think it will help, though I am
not sure. Can you verify it please? BTW is the problem with FF opening reproducible?
Comment 4 Jesse Glick 2006-05-04 15:26:25 UTC
Unreproducible.
Comment 5 Marek Fukala 2006-05-24 16:11:33 UTC
Fixed by changes done between revisions 1.7.2.1 and 1.7.2.2.2.2 of the
DocumentModel class. The problem was caused by reached "unlimited" number of
possible processed threads of default RequestProcessor since all the requests
were blocked (fixed), then the CloneableEditorSupport tried to post a request
which loads the document content, but the def. RP put it off forever. Uff.
Comment 6 Marek Fukala 2006-05-30 14:36:49 UTC
*** Issue 72277 has been marked as a duplicate of this issue. ***
Comment 7 tonybeckham 2007-04-11 00:41:32 UTC
fix VERIFIED in NetBeans IDE Dev (Build 200704091800.  Cannot reproduce this
problem anymore.