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 174884

Summary: [68cat] After Update via UpdateCenter, the needs too much time to restart
Product: editor Reporter: stefan79 <stefan79>
Component: Parsing & IndexingAssignee: Vitezslav Stejskal <vstejskal>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 178999    
Bug Blocks:    
Attachments: jstack + Message.log + HardCopy

Description stefan79 2009-10-19 14:12:56 UTC
[ BUILD # : 200910170201 ]
[ JDK VERSION : 1.6.* ]

I´ve started an Update over UpdateCenter.
When the Update was ready, the IDE asked me, to exit my
Debug-Session. I selected yes and then the IDE doesn´t response for
15 Minutes.
I´ll attach some jstack and the message.log
Comment 1 stefan79 2009-10-19 14:17:44 UTC
Created attachment 89683 [details]
jstack + Message.log + HardCopy
Comment 2 Stanislav Aubrecht 2009-10-19 15:04:00 UTC
EDT thread is blocked in
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.cancelAll(RepositoryUpdater.java:3032)
Comment 3 Vitezslav Stejskal 2009-10-20 10:41:53 UTC
BinaryAnalyser was not interrupted for some reason. I'll investigate.
Comment 4 Vitezslav Stejskal 2009-11-13 05:16:18 UTC
*** Bug 176599 has been marked as a duplicate of this bug. ***
Comment 5 Vitezslav Stejskal 2010-01-06 02:30:52 UTC
This should now work fine after integrating tzezula's http://hg.netbeans.org/main/rev/e89e396f1de5, which makes BinaryAnalyzer interruptible. See issue #178999 for details.