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 179507 - FileUtil should not init UI
Summary: FileUtil should not init UI
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2010-01-14 08:23 UTC by Alexander Simon
Modified: 2010-01-16 11:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (7.88 KB, text/plain)
2010-01-14 08:23 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2010-01-14 08:23:30 UTC
Created attachment 93290 [details]
thread dump

CND unit tests hang on Solaris sparc virtual box.
Comment 1 Alexey Vladykin 2010-01-15 04:05:52 UTC
Small correction: this is a real Solaris SPARC machine ssi-test-sparc.russia, not a virtual one.
Comment 2 Jaroslav Tulach 2010-01-16 11:43:51 UTC
I have a feeling that there is a strong functional need for getting the FileSystemView. Radek can confirm.

The view is needed, we may possibly initialize it asynchronously. However I do not plan to do anything about this right now. On the other hand, I am ready to accept patches.