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 121648 - File chooser appears to lock Netbeans
Summary: File chooser appears to lock Netbeans
Status: RESOLVED DUPLICATE of bug 109703
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-10 12:27 UTC by dnarmitage
Modified: 2008-12-22 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dnarmitage 2007-11-10 12:27:25 UTC
Using file chooser results in a huge delay (>10 minutes) and runs CPU at 100%.

This issue almost stopped me installing netbeans 6 beta 2, but perservered and was eventually able to isolate the 
cause as a very large zip file on my desktop (1.4g) which once removed caused file chooser to behave normally. I 
realise this is probably a Java bug but may be due to the implementation in Netbeans so reporting here.

The file in question was was reading the zip file for Sun Java Portal Server (ps71u1-windows.zip) that I had on my 
desktop. Once removed to another directory the file chooser behaved responsively. There appeared to be no problems 
with the zip file structure.

java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
Comment 1 David Simonek 2007-11-12 11:05:45 UTC
Yes, known bug in JDK. We decided to remove side bar that caused this, see duplicate 109703.

*** This issue has been marked as a duplicate of 109703 ***