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

nonfatal internal JIT (3.10.107(x)) error 'Structured Exception(c0000006)'

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.2.2
    • vm-legacy



      Name: skT88420 Date: 09/23/99


      The error reported is as follows:
        A nonfatal internal JIT (3.10.107(x)) error 'Structured Exception(c0000006)' has occurred in :
        'java/lang/Character.toLowerCase (C)C': Interpreting method.
        Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi

      Here is the code that I added to my program that caused the error:
         1 int parseRGB(String str)
         2 {
         3 int num = 0, i;
         4
         5 for (i = 0; i < str.length(); i++)
         6 {
         7 System.out.println(str + " - " + ("0123456789ABCDEF".indexOf(str.charAt(i))));
         8 }
         9 return 0;
        10 }

      The output of "java -version" is:
        java version "1.2.2"
        Classic VM (build JDK-1.2.2-W, native threads, symcjit)

      The output of "java -fullversion" is:
        JAVA.EXE full version "JDK-1.2.2-W"
      (Review ID: 95617)
      ======================================================================

            Unassigned Unassigned
            skonchad Sandeep Konchady
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: