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

Linux: An unexpected exception has been detected in native code outside the VM.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.3.0
    • hotspot
    • x86
    • linux



      Name: asR10013 Date: 05/24/2000



          The following code crashes HotSpot Client VM.

      ------------------------------ test.java -----------------------------
      import java.awt.*;
      class test {

          public static void main(String args[]) {
      Frame f = new Frame();
      f.show();
      FileDialog fd = new FileDialog(f, "test");
      fd.addNotify();
          }
      }
      ------------------------------ output --------------------------------
      $ java -version
      java version "1.3.0beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b06)
      Java HotSpot(TM) Client VM (build 1.3.0beta-b04, mixed mode)
      $ java test
      # # An unexpected exception has been detected in native code outside the VM.# Program counter=0x4008fea4
      #
      # Problematic Thread: prio=1 tid=0x804e938 nid=0x400 runnable
      #

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

            Unassigned Unassigned
            alssunw Als Als (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: