JDK-7199708 : FileChooser crashs when opening large folder
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7u4
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2012-09-19
  • Updated: 2013-09-16
  • Resolved: 2012-10-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40Fixed 8 b63Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
FileChooser crashes when it tries to open folder with large number of files. The system is a Vista 32 bit with 1.7.0_07-b10. See hs_err for details.


Steps to reproduce:

* open the file chooser.
* navigate to a large folder (845 files) on a hard disk (on a SSD it work without crash)
* change to details view
* order after the file size. Now you can see the first graphical artefacts
* scroll in the list


Comments
The test has been added by fix JDK-8024413 Add tests for issues JDK-8002077 and JDK-7199708 See test/javax/swing/JFileChooser/7199708/bug7199708.java
16-09-2013

The Win32ShellFolder2 is disposed during the ColumnComparator execution so the parentIShellFolder stored in the ColumnComparator class becomes invalid.
03-10-2012

CAP member had verified same crash can be reproduced with previous 7u releases up to 7u4
28-09-2012

2 More error log files had been attached.
28-09-2012

Yes, it could be reproduced with previous 7u releases up to 7u4.
28-09-2012

PUBLIC COMMENTS checking...
24-09-2012

PUBLIC COMMENTS is it reproduced on 7u6 as well?
21-09-2012