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 - Event thread blocked by i/o
Summary: Event thread blocked by i/o
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-28 01:29 UTC by _ tboudreau
Modified: 2008-02-06 11:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (56.14 KB, text/plain)
2008-01-28 01:29 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
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.