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 183396 - Deadlock while configuring toolchains
Summary: Deadlock while configuring toolchains
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC All
: P2 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
: 183340 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-02 12:27 UTC by Andrew Krasny
Modified: 2010-04-02 12:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2010-04-02 12:27:25 UTC
It is reproducible on Windows machine that never was initialized (with toolchains) before...

- start with fresh user dir
- open *previously created* Welcome project on a localhost
- run the project
- Resolve Missing Native Build Tools dialog appears with no tool collections
- Push Restore defaults
- Push OK

=> deadlock
Comment 1 Andrew Krasny 2010-04-02 12:34:48 UTC
The problem is that own request processor with throughput == 1 is used, while in the described situation we a task is submitted to the RP from within this already running task (in the same RP).
Comment 2 Andrew Krasny 2010-04-02 12:35:05 UTC
http://hg.netbeans.org/cnd-main/rev/da689672f3e6
Comment 3 Andrew Krasny 2010-04-02 12:44:14 UTC
*** Bug 183340 has been marked as a duplicate of this bug. ***