-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.4.1
-
x86
-
windows_xp
Name: sv35042 Date: 10/18/2002
FULL PRODUCT VERSION :
Java Version 1.4.1
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM(build 1.4.1-b21, mixed mode)
FULL OPERATING SYSTEM VERSION :
Microsoft Windows XP [Version 5.1.2600]
A DESCRIPTION OF THE PROBLEM :
The source code:
public class Testprogram {
public static void main (String[] args) {
JFileChooser chooser = new JFileChooser();
chooser.setDialogTitle("test");
int returnVal1;
chooser.setCurrentDirectory(new
File(System.getProperty("user.dir")));
returnVal1 = chooser.showOpenDialogue(new
Program crashes:
JFrame());
}
}
We compile and run the program.
When we run the program the program crashes and
the computer automatically restarts.
This error does not happen with Java(TM) 1.4.0 or
previous
Tested on two separate computers running Windows
XP
REGRESSION. Last worked in version 1.4
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. refer to code above
2. compile and run
3.
EXPECTED VERSUS ACTUAL BEHAVIOR :
expect program to run.
program crashes with Java(TM) 1.4.1
ERROR MESSAGES/STACK TRACES THAT OCCUR :
no error message - after computer restarts Windows reports "The system
has recovered from a serious error - tell Microsoft about this problem"
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Test {
public static void main *String[]args) {
JFileChooser chooser = new JFileChooser();
chooser.setDialogTitle("test");
int returnVal1:
chooser.setCurrentDirectory(newFile(System.getProperty("user.dir")));
returnVal1 = chooser.showOpenDialogue(new JFrame());
}
}
---------- END SOURCE ----------
Release Regression From : 1.4.1
The above release value was the last known release where this
bug was known to work. Since then there has been a regression.
(Review ID: 164963)
======================================================================
- duplicates
-
JDK-4713003 1.4.1 REGRESSION: Windows XP freezes on Java application exit/draw
-
- Resolved
-