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

FullGCALot option still causes Segmentation violation

XMLWordPrintable

    • gc
    • x86
    • windows_nt



      Name: dkC59003 Date: 10/31/99



      The HotSpot failure described below occurred with 1.3fcs-E and was
      filed as #4271095. This bug is closed as not reproducible.
      However, the failure can be easily reproduced with 1.3fcs-N build.

      Kestrel HotSpot VM crashes when running simple "Hellow world!" program
      with -Xcomp and -XX:+FullGCALot options.
      The test runs OK on both 1.3beta-O and 2.0rc1-G.
      Log and test source follow:

      java_g -version
      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-M)
      Java HotSpot(TM) Client VM (build 1.3-N-debug, mixed mode)

      java_g -Xcomp -XX:+FullGCALot b4187687
      VM option '+FullGCALot'
      Full gc no: 100
      Full gc no: 200
      Full gc no: 300
      Full gc no: 400
      Full gc no: 500
      Full gc no: 600
      Full gc no: 700
      [1] + Done(139) ?
        2211 Segmentation violation java_g
        
      ------------------------------------------------------------- b4187687
      import java.io.PrintStream;

      public class b4187687 {

          public static void main(String argv[]) {
      System.exit(run(argv, System.out) + 95/*STATUS_TEMP*/);
          }

          public static int run(String args[], PrintStream out) {
      System.out.println("Hellow world!");
      return 0/*STATUS_PASSED*/;
          }
      }

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

            sgrarupsunw Steffen Grarup (Inactive)
            dkhukhrosunw Dmitry Khukhro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: