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 126059

Summary: Event thread blocked by i/o
Product: versioncontrol Reporter: _ tboudreau <tboudreau>
Component: MercurialAssignee: issues@versioncontrol <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description _ tboudreau 2008-01-28 01:29:05 UTC
Do a checkout of NB sources from mercurial, into, say, ~/space/hg_nb

Expand ~/space/hg_nb/nb_all in the Favorites tab.  My IDE has been hung for more than 5 minutes and counting...

The culprit appears to be reading the list of ignored files in order to compute the icon for various nodes;  probably this should not be done synchronously.

Thread dump attached.
Comment 1 _ tboudreau 2008-01-28 01:29:28 UTC
Created attachment 55633 [details]
Thread dump
Comment 2 John Rice 2008-02-06 11:44:02 UTC
Various optimizations have been added to speed up initial project parsing and opening. If you still see this type of
hanging please reopen with details on how to reproduce.