Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4765373

REGRESSION: JFileChooser.showOpenDialog(JFrame) restarts the computer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.4.1
    • client-libs



      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)
      ======================================================================

            bchristi Brent Christian
            svioletsunw Scott Violet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: