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

JCK1.3a: some API tests cause jvm to crash

XMLWordPrintable

    • beta2
    • x86
    • linux, windows_nt
    • Verified



      Name: asR10013 Date: 02/21/2001



      Bug description --->
      ****************************************************************************
      Failing Test:
      =============
           api/java_io/StreamTokenizer/descriptions.html#resetSyntax
           api/java_io/StreamTokenizer/descriptions.html#quoteChar
           api/java_io/StreamTokenizer/descriptions.html#ordinaryChar
           api/java_io/StreamTokenizer/descriptions.html#ordinaryChars
           api/java_io/StreamTokenizer/descriptions.html#slashSlashComments
           api/java_io/StreamTokenizer/descriptions.html#eolIsSignificant
           api/java_io/StreamTokenizer/descriptions.html#wordChars
           api/java_io/StreamTokenizer/descriptions.html#parseNumbers
           api/java_io/StreamTokenizer/descriptions.html#Ctor
           api/java_io/StreamTokenizer/descriptions.html#slashStarComments
           api/java_io/StreamTokenizer/descriptions.html#lowerCaseMode
           api/java_io/StreamTokenizer/descriptions.html#commentChar
           api/java_io/StreamTokenizer/descriptions.html#whitespaceChars
           api/java_beans/beancontext/BeanContextServiceRevokedEvent/serial/index.html#InputTests
           api/java_beans/beancontext/BeanContextServiceRevokedEvent/serial/index.html#ConstructorTests
           api/java_beans/beancontext/BeanContextServiceAvailableEvent/serial/index.html#InputTests
           api/java_beans/beancontext/BeanContextServiceAvailableEvent/serial/index.html#ConstructorTests
           api/java_io/Serialization/ObjectStreamClass/misc.html#ToStr0001
           api/java_io/Serialization/ObjectStreamClass/misc.html#GetName0001
           api/java_io/Serialization/ObjectStreamClass/misc.html#ForClass0001
           api/java_awt/MediaTracker/index.html#CheckImage
           api/java_awt/Panel/AccessibleAWTPanel/serial/index.html#Input
           api/javax_swing/JComboBox/descriptions.html#updateUI
           api/java_lang/System/SecurityManagerTests.html#setSecurityManager

      JCK :
      =====
      JCK1.3a

      Test source location:
      ====================
      /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/java_io/StreamTokenizer/CtorTests.java
      /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/java_io/StreamTokenizer/STate.java

      Platforms:
      =============
      RedHat linux 6.2
      Windows Nt4.0

      JDK, switches Info:
      ===================
      jdk1.4.0beta-b52 -server -Xcomp -Xfuture

      jtr file location:
      ==================
      /net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b52/jck13a/linux/redhat6.2_single_kde_server_comp_linux-14/workDir/api/java_io/StreamTokenizer/descriptions_Ctor.jtr
      ...

      How to reproduce:
      ====================
      Execute the following script:

      #!/bin/ksh

      SWITCH=$@

      JDK=/net/jdk/export/disk8/local.java/jdk1.4.0

      #This is where you want the JCK to be use.
      #Example: TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
      TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
      JCK=${TESTBASE}/JCK-runtime-13a

      executeClass=javasoft.sqe.tests.api.java.io.StreamTokenizer.CtorTests
      excludeCmd=""
      executeClassArgs="-TestCaseID ALL"
      executeTestURL=""

      case `uname -s` in
          SunOS)
      ARCH=`uname -p`
      case $ARCH in
      sparc)
      sharedJDK=$JDK/solsparc
      ;;
      i386)
      sharedJDK=$JDK/solx86
      ;;
      esac
      ;;
          Linux)
      sharedJDK=$JDK/linux-i386
      ARCH=linux
      ;;
      esac

      CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
      DISPLAY=${DISPLAY-$HOST:0.0}
      LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
      PATH=$JDK/bin:$sharedJDK/bin:$PATH

      export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH

      echo
      java ${SWITCH} -server -Xcomp -version
      echo
      java ${SWITCH} -server -Xcomp -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}

      Test output:
      =============
      Unexpected Signal : 11 occurred at PC=0x40433203
      Function name=reorg_offsets__14PhaseIdealLoopP13IdealLoopTree
      Library=/.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/server/libjvm.so

      Current Java thread:
      at javasoft.sqe.tests.api.java.io.StreamTokenizer.STate.testState(STate.java:349)
      at javasoft.sqe.tests.api.java.io.StreamTokenizer.CtorTests.StreamTokenizer0002(CtorTests.java:64)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:30)
      at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAccessorImpl.java:46)
      at java.lang.reflect.Method.invoke(Method.java:306)
      at javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:409)
      at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:205)
      at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:137)
      at javasoft.sqe.tests.api.java.io.StreamTokenizer.CtorTests.main(CtorTests.java:35)

      Dynamic libraries:
      08048000-08051000 r-xp 00000000 00:08 560221526 /.automount/linux-15/root/export/home/jdk1.4.0/linux/bin/i386/native_threads/java
      08051000-08053000 rw-p 00008000 00:08 560221526 /.automount/linux-15/root/export/home/jdk1.4.0/linux/bin/i386/native_threads/java
      40000000-40013000 r-xp 00000000 08:07 107786 /lib/ld-2.1.3.so
      40013000-40014000 rw-p 00012000 08:07 107786 /lib/ld-2.1.3.so
      40015000-40016000 r--p 00000000 08:07 46241 /usr/share/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
      40016000-40017000 r--p 00000000 08:07 75 /usr/share/locale/en_US/LC_MONETARY
      40017000-40018000 r--p 00000000 08:07 77 /usr/share/locale/en_US/LC_TIME
      40018000-40019000 r--p 00000000 08:07 76 /usr/share/locale/en_US/LC_NUMERIC
      40019000-4001a000 r--s 00000000 00:08 560221075 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/US_export_policy.jar
      4001a000-4001b000 r--s 00000000 00:08 560221079 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jnet.jar
      4001b000-40026000 r-xp 00000000 08:07 107832 /lib/libpthread-0.8.so
      40026000-4002d000 rw-p 0000a000 08:07 107832 /lib/libpthread-0.8.so
      4002e000-404a2000 r-xp 00000000 00:08 560221043 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/server/libjvm.so
      404a2000-406b7000 rw-p 00473000 00:08 560221043 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/server/libjvm.so
      406cb000-406cd000 r-xp 00000000 08:07 107802 /lib/libdl-2.1.3.so
      406cd000-406cf000 rw-p 00001000 08:07 107802 /lib/libdl-2.1.3.so
      406d0000-407bd000 r-xp 00000000 08:07 107793 /lib/libc-2.1.3.so
      407bd000-407c1000 rw-p 000ec000 08:07 107793 /lib/libc-2.1.3.so
      407c5000-407d7000 r-xp 00000000 08:07 107806 /lib/libnsl-2.1.3.so
      407d7000-407d9000 rw-p 00011000 08:07 107806 /lib/libnsl-2.1.3.so
      407db000-4080f000 r-xp 00000000 08:07 47146 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
      4080f000-4081b000 rw-p 00033000 08:07 47146 /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
      4081d000-40839000 r-xp 00000000 08:07 107804 /lib/libm-2.1.3.so
      40839000-4083a000 rw-p 0001b000 08:07 107804 /lib/libm-2.1.3.so
      4083a000-40843000 r-xp 00000000 00:08 560221041 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/native_threads/libhpi.so
      40843000-40844000 rw-p 00008000 00:08 560221041 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/native_threads/libhpi.so
      40844000-40859000 r-xp 00000000 00:08 560221049 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libverify.so
      40859000-4085c000 rw-p 00014000 00:08 560221049 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libverify.so
      4085c000-40881000 r-xp 00000000 00:08 560221050 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libjava.so
      40881000-40884000 rw-p 00024000 00:08 560221050 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libjava.so
      40885000-40899000 r-xp 00000000 00:08 560221051 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libzip.so
      40899000-4089c000 rw-p 00013000 00:08 560221051 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/libzip.so
      4089c000-41c28000 r--s 00000000 00:08 560221124 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/rt.jar
      41c67000-41f0a000 r--s 00000000 00:08 560221463 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i18n.jar
      41f0a000-41f1f000 r--s 00000000 00:08 560221084 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/sunrsasign.jar
      43fc7000-43fcf000 r--p 00000000 08:07 73 /usr/share/locale/en_US/LC_COLLATE
      43fcf000-43fd0000 r--s 00000000 00:08 560221076 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/local_policy.jar
      4c04f000-4c065000 r--p 00000000 08:07 74 /usr/share/locale/en_US/LC_CTYPE
      4c065000-4c067000 r--s 00000000 00:08 560221082 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/dnsns.jar
      4c067000-4c069000 r--s 00000000 00:08 560221078 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jcert.jar
      4c06b000-4c073000 r-xp 00000000 08:07 107824 /lib/libnss_files-2.1.3.so
      4c073000-4c074000 rw-p 00007000 08:07 107824 /lib/libnss_files-2.1.3.so
      4c074000-4c07d000 r-xp 00000000 08:07 107830 /lib/libnss_nisplus-2.1.3.so
      4c07d000-4c07f000 rw-p 00008000 08:07 107830 /lib/libnss_nisplus-2.1.3.so
      4c07f000-4c087000 r-xp 00000000 08:07 107828 /lib/libnss_nis-2.1.3.so
      4c087000-4c089000 rw-p 00007000 08:07 107828 /lib/libnss_nis-2.1.3.so
      4c089000-4c09c000 r--s 00000000 00:08 560221073 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jce.jar
      4c09c000-4c0e5000 r--s 00000000 00:08 560221080 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jgss_kerberos.jar
      4c0e5000-4c103000 r--s 00000000 00:08 560221074 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/sunjce_provider.jar
      4c103000-4c11e000 r--s 00000000 00:08 560221081 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/sunrmijsse.jar
      4c11e000-4c194000 r--s 00000000 00:08 560221077 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/jsse.jar
      4c194000-4c1a1000 r--s 00000000 00:08 560221083 /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/ext/ldapsec.jar
      4c1a1000-4c384000 r--s 00000000 00:08 557259860 /.automount/linux-15/root/export/home/jck1.3a/JCK-runtime-13a/javatest.jar

      Local Time = Wed Feb 21 13:42:49 2001
      Elapsed Time = 11
      #
      # HotSpot Virtual Machine Error : 11
      # Error ID : 4F530E43505002C3
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) Server VM (1.4beta-B52 compiled mode)
      #
      # An error report file has been saved as hs_err_pid9030.log.
      # Please refer to the file for further information.
      #

      ****************
      Another exception has been detected while we were handling last error.
      Dumping information about last error:
      ERROR REPORT FILE = hs_err_pid9030.log
      PC = 0x0x40433203
      SIGNAL = 11
      FUNCTION NAME = reorg_offsets__14PhaseIdealLoopP13IdealLoopTree
      LIBRARY NAME = /.automount/linux-15/root/export/home/jdk1.4.0/linux/jre/lib/i386/server/libjvm.so
      Please check ERROR REPORT FILE for further information, if there is any.
      Good bye.

      Specific Machine Info:
      =====================

      Additional JCK related info:
      ============================
      URL to find JCK test owners: http://javaweb.eng/jck/usr/owners.jto


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

            azeemj Azeem Jiva
            alssunw Als Als (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: