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 192778 - After searching for updates, the IDE takes 100% of the processor.
Summary: After searching for updates, the IDE takes 100% of the processor.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 192751 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-02 09:35 UTC by michbarsinai
Modified: 2010-12-10 06:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Requested thread dumps while the problem occures (12.67 KB, application/octet-stream)
2010-12-07 15:37 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michbarsinai 2010-12-02 09:35:48 UTC
Product Version = NetBeans IDE Dev (Build 201011300001)
Operating System = Linux version 2.6.35-22-generic-pae running on i386
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03
UBUNTU 10.10
Comment 1 Antonin Nebuzelsky 2010-12-07 14:41:18 UTC
Please, take several thread dumps and attach it here. Reopen this issue if you can reproduce and provide the thread dumps.

http://wiki.netbeans.org/GenerateThreadDump
Comment 2 michbarsinai 2010-12-07 15:37:02 UTC
Created attachment 103682 [details]
Requested thread dumps while the problem occures

Added requested thread dumps taken from build 201012070001.
This happens after:
1/ selecting "Check from updates" from the help menu
2/ waiting for the update search to end (it didn't find any)
Comment 3 Antonin Nebuzelsky 2010-12-08 09:59:46 UTC
Reassigning to autoupdate.

Jardo, your recent change in OperationWizardModel.modifyOptionsForDoClose's runnable is repeatedly scheduling the same runnable via invokeLater.
Comment 4 Jaroslav Tulach 2010-12-08 12:58:45 UTC
Thanks, I must have been blind: ergnomics#e0aed43b85ef
Comment 5 Jaroslav Tulach 2010-12-08 15:42:30 UTC
*** Bug 192751 has been marked as a duplicate of this bug. ***
Comment 6 Quality Engineering 2010-12-10 06:17:41 UTC
Integrated into 'main-golden', will be available in build *201012100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e0aed43b85ef
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #192778: Call to invokeLater just once