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

HotSpot internal error with very long args list

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • hotspot
    • None
    • beta2
    • generic
    • solaris_7

        Invoking any Java program with a very long argument list results in this
      error:

      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 5448524541440E4350500473 FF
      #
      # Problematic Thread: Segmentation fault
      Exit 139

      To reproduce, try:

      % /net/jdk/export/disk2/1.4/nightly/solsparc/latest/bin/javac Null.java

      % /net/jdk/export/disk2/1.4/nightly/solsparc/latest/bin/java Null /net/quickserv/export/stripe/jai/IMAGEIO/IMAGES/gifs/[A-Z]/*.gif

      where 'Null.java' is the program:

      public class Null {

          public static void main(String[] args) {
          }
      }

      Any other Java program will work as well.

        The argument list for the above command has 9768 'words' and 698736
      characters, as counted by 'echo ... | wc'. Slightly smaller argument lists
      result in a segmentation fault without the error message shown above.

            jmcilreesunw James Mcilree (Inactive)
            dricesunw Daniel Rice (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: