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

JCK14 28 tests fail with ErrorID:4F530E43505002D7 01 using -d64 on b06

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.4.1
    • hotspot
    • sparc
    • generic

      Filed By : J2SE-SQA [###@###.###
      JDK : 1.4.1-beta-b06
      JCK : jck1.4
      Platform[s] : sparc
      switch/Mode : -d64
      JCK test owner : http://javaweb.eng/jck/usr/owners.jto
      Failing Test :
      api/java_security/spec/X509EncodedKeySpec/X509EncodedKeySpecTests.html#CtorGetTests: CtorGetTests
      1) api/java_security/spec/PKCS8EncodedKeySpec/PKCS8EncodedKeySpecTests.html#CtorGetTests: CtorGetTests
           api/java_beans/Introspector/descriptions.html#Introspector: Introspector getBeanInfo tests
           api/java_security/Signature/SignatureTests.html#SIGclone: SIGclone
           api/java_net/DatagramSocket/index.html#connect: connect and disconnect methods tests
           api/java_security/spec/PKCS8EncodedKeySpec/PKCS8EncodedKeySpecTests.html#getFormatTests: getFormatTests
           api/java_security/spec/X509EncodedKeySpec/X509EncodedKeySpecTests.html#getFormatTests: getFormatTests
           api/java_security/KeyPair/KeyPairTests.html#getPrivate: getPrivate
           api/java_security/KeyPair/KeyPairTests.html#getPublic: getPublic
           api/java_security/Signature/SignatureTests.html#initSign: initSign
           api/java_security/Signature/SignatureTests.html#initVerify: initVerify
           api/java_security/KeyPairGenerator/KeyPairGeneratorTests.html#initialize: initialize
           api/java_security/KeyFactory/KeyFactoryTests.html#generatePrivateTests: java.security.KeyFactory generatePrivate() Tests
           api/java_security/KeyFactory/KeyFactoryTests.html#generatePublicTests: java.security.KeyFactory generatePublic() Tests
           api/java_security/KeyFactory/KeyFactoryTests.html#getKeySpecTests: java.security.KeyFactory getKeySpec() Tests
           api/java_security/KeyFactory/KeyFactoryTests.html#miscTests: java.security.KeyFactory miscellaneous Tests
           api/java_security/SignedObject/SignedObjectTests.html#CtorGetTests: java.security.SignedObject CtorGetTests
           api/java_security/SignedObject/SignedObjectTests.html#getSignatureTests: java.security.SignedObject getSignatureTests
           api/java_security/SignedObject/SignedObjectTests.html#miscTests: java.security.SignedObject miscTests
           api/java_security/SignedObject/SignedObjectTests.html#verifyTests: java.security.SignedObject verifyTests
           api/java_security/Signer/SignerTests.html#keymethods: keymethods
           api/java_security/Signature/SignatureTests.html#signTests: signTests
           api/java_security/Signature/SignatureTests.html#toString: toString
           api/java_security/Signature/SignatureTests.html#update: update
           api/java_security/Signature/SignatureTests.html#update2: update2
           api/java_security/Signature/SignatureTests.html#update3: update3
           api/java_security/Signature/SignatureTests.html#update4: update4
           api/java_security/Signature/SignatureTests.html#verify: verify

      Test source location:
      =====================
      1) /net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_security/spec/X509EncodedKeySpec/CtorGetTests.java

      jtr file location:
      ==================
      1) file:///net/jtgb4u4c/export/sail16/results/hopper/b06/jck14/sparc/s9_client_d64_jtg-s121/workDir/api/java_security/spec/X509EncodedKeySpec/X509EncodedKeySpecTests_getFormatTests.jtr

      How to reproduce:
      ====================
      run attached script
          CtorGetTests.ksh -d64
      --------Script START---------------------
      #!/bin/ksh
      SWITCH=${1+$@}
      JDK=/net/jdk/export/disk8/local.java/jdk1.4.1
      #JDK=/java/re/jdk/1.4.1/promoted/beta/b06/binaries
      TESTBASE=/net/jdk/export/disk8/local.java/jck1.4
      JCK=${TESTBASE}/JCK-runtime-14
      executeClass="javasoft.sqe.tests.api.java.security.spec.X509EncodedKeySpec.CtorGetTests"
      headless=false
      executeContextArgs=
      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}

      if `echo $SWITCH|grep "\-d64" >/dev/null`; then
        LD_LIBRARY_PATH=${JCK}/lib/sparcv9
        sharedJDK=$JDK/solsparcv9
      else
        LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
      fi


      PATH=$JDK/bin:$sharedJDK/bin:$PATH

      export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH


      echo
      java ${SWITCH} -version
      echo
      ((x=0))
      while (( $x != 1 )) do
      echo testing $x

      java ${SWITCH} -verify -Xfuture -DDISPLAY="" -Djava.awt.headless=$headless -Djava.security.policy=${JCK}/lib/jck.policy -Djava.security.auth.policy=${JCK}/lib/jck.auth.policy -Djava.security.auth.login.config=${JCK}/lib/jck.auth.login.config -Djava.rmi.activation.port=${executeClass} ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}

      if [[ $? == "95" ]]; then
         echo pass
      else
         echo failed
      fi

      (( x = $x + 1 ))


      done

      --------Script END----------------------

      Test output:
      =============
      Unexpected Signal : 10 occurred at PC=0xFFFFFFFF7E1AD394
      Function=[Unknown. Nearest: JVM_GetMethodIxExceptionTableLength+0x170C]
      Library=/usr/j2se/jre/lib/sparcv9/server/libjvm.so

      Current Java thread:

      Dynamic libraries:
      0x100000000 /usr/j2se/bin/sparcv9/java
      0xffffffff7f200000 /usr/lib/sparcv9/libthread.so.1
      0xffffffff7f400000 /usr/lib/sparcv9/libdl.so.1
      0xffffffff7ef00000 /usr/lib/sparcv9/libc.so.1
      0xffffffff7ee00000 /usr/platform/SUNW,Ultra-2/lib/sparcv9/libc_psr.so.1
      0xffffffff7e000000 /usr/j2se/jre/lib/sparcv9/server/libjvm.so
      0xffffffff7e900000 /usr/lib/64/libCrun.so.1
      0xffffffff7de00000 /usr/lib/64/libsocket.so.1
      0xffffffff7db00000 /usr/lib/64/libnsl.so.1
      0xffffffff7d900000 /usr/lib/64/libm.so.1
      0xffffffff7eb00000 /usr/lib/64/libw.so.1
      0xffffffff7d600000 /usr/lib/64/libmp.so.2
      0xffffffff7d300000 /usr/lib/64/librt.so.1
      0xffffffff7d100000 /usr/lib/64/libaio.so.1
      0xffffffff7cf00000 /usr/lib/64/libmd5.so.1
      0xffffffff7cc00000 /usr/platform/SUNW,Ultra-2/lib/sparcv9/libmd5_psr.so.1
      0xffffffff7ca00000 /usr/j2se/jre/lib/sparcv9/native_threads/libhpi.so
      0xffffffff7c600000 /usr/j2se/jre/lib/sparcv9/libverify.so
      0xffffffff7c400000 /usr/j2se/jre/lib/sparcv9/libjava.so
      0xffffffff7c100000 /usr/j2se/jre/lib/sparcv9/libzip.so
      0xffffffff2f400000 /usr/j2se/jre/lib/sparcv9/libnet.so

      Local Time = Thu Mar 21 13:59:09 2002
      Elapsed Time = 26
      #
      # HotSpot Virtual Machine Error : 10
      # Error ID : 4F530E43505002D7 01
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.1-beta-b06 mixed mode)
      #
      # An error report file has been saved as hs_err_pid869.log.
      # Please refer to the file for further information.
      #


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

      SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60

      ###@###.### 2002-03-21

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

      This bug fails in the following test cases in hopper b09:
      api/java_nio/CharBuffer/index.html#Methods
      api/java_nio/DoubleBuffer/index.html#Methods
      api/java_nio/FloatBuffer/index.html#Methods
      api/java_nio/IntBuffer/index.html#Methods
      api/java_nio/LongBuffer/index.html#Methods
      api/java_nio/ShortBuffer/index.html#Methods

      A new test script CharBuffer.ksh is attached.


      ###@###.### 2002-04-17
      ===========================================================================
      One more case fails in hopper b09:
      api/javax_sound/sampled/LineListener/index.html#LineListener

      A new test script LineListener.ksh is attached. (run LineListener.ksh -d64)
      ###@###.### 2002-04-17

            jrose John Rose
            schien Suchen Chien (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: