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 169448

Summary: Deadlock during openining Web Proj with dependencies
Product: apisupport Reporter: Martin Schovanek <mschovanek>
Component: ProjectAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker CC: jglick
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 184175    
Bug Blocks: 168874    
Attachments: Thred Dump

Description Martin Schovanek 2009-07-29 12:39:06 UTC
[#200907290201, jdk1.6]

Opening the EtrakWebApp web project with dependencies.
Comment 1 Martin Schovanek 2009-07-29 12:45:41 UTC
Created attachment 85438 [details]
Thred Dump
Comment 2 Rastislav Komara 2009-07-29 15:09:18 UTC
Can you please provide mentioned project?
Comment 3 Rastislav Komara 2009-07-29 15:35:28 UTC
It seems to be caused by this improvement http://hg.netbeans.org/jet-main/rev/c759aee432d6 . Reassigning to Jarda as the
originator of improvement.
Comment 4 Jaroslav Tulach 2009-08-03 12:07:54 UTC
I see. Deadlock between NbPlatform and classloading of other classes.
Comment 5 Jaroslav Tulach 2009-08-06 09:19:51 UTC
core-main#a02f23cfc1a3
Comment 6 Jaroslav Tulach 2009-08-06 09:21:23 UTC
*** Issue 169264 has been marked as a duplicate of this issue. ***
Comment 7 Quality Engineering 2009-08-07 05:43:57 UTC
Integrated into 'main-golden', will be available in build *200908070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a02f23cfc1a3
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #169448: Rescheduling the writeAccess to own thread