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

Kestrel Fcs "M" Toolkit.getPrintJob causes Error.

    XMLWordPrintable

Details

    • x86
    • windows_nt

    Description

      Kestrel Fcs "M" Toolkit.getPrintJob causes Error.

      On WinNt4.0+SP3
      Please compile this program and excute.
      ===================================================

      import java.io.*;
      import java.awt.*;
      import java.awt.print.*;
      import javax.swing.*;

      public class PrintDialogTest {

      public static void main(String[] args) {
      new PrintDialogTest().run(System.out);
      System.exit(0);
      }

      void run(PrintStream out) {
      PageFormat pf = new PageFormat();
      JFrame frame = new JFrame();
      JPanel p = new JPanel();
      out.println("Toolkit.getPrintJob()");
      p.getToolkit().getPrintJob(frame, "", null);
      }


      }

      ===================================================

      When this program start fcs build "M" on NT4+SP3,
      you can see this error.

      -------------------
      # HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
      # Error ID: 4F533F57494E13120E43505002BE".
      ------------------

      This error did not happen using NT4.0+Sp4 and,
      build "N".

      Attachments

        Issue Links

          Activity

            People

              dassunw Das Das (Inactive)
              duke J. Duke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: