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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: 1.3.0
    • Component/s: 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
      #

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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: