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 10350 - Deadlock while starting IDE
Summary: Deadlock while starting IDE
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 10134
  Show dependency tree
 
Reported: 2001-03-15 13:11 UTC by David Kaspar
Modified: 2008-12-22 18:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full dump stack (8.63 KB, text/plain)
2001-03-15 13:12 UTC, David Kaspar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2001-03-15 13:11:45 UTC
In the attachment there is full dump stack.
Comment 1 David Kaspar 2001-03-15 13:12:19 UTC
Created attachment 798 [details]
Full dump stack
Comment 2 Jesse Glick 2001-03-15 14:14:22 UTC
Lookup problem?
Comment 3 Jaroslav Tulach 2001-03-16 08:45:24 UTC
ProxyLookup was synchronized in a very strict way, it did calls to proxied
lookups in its synchronized lock, which could result in deadlocks. Now the
ProxyLookup.R.allInstances method is synchronized in better way.
Comment 4 Jan Chalupa 2001-05-05 20:49:51 UTC
Target milestone 3.2
Comment 5 Quality Engineering 2003-07-01 16:19:29 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.