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

JCK13a api/javax_swing/JList/AccessibleJList/ intermitten failure, VM crash.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P2 P2
    • None
    • 1.4.0
    • hotspot
    • x86, sparc
    • solaris_2.6, windows_2000

      The following test failed intemittently which the vm crashed and core file created. (See error message below.) The test ran about 800 times and there were 3 failues. (See attachment s116-800time-jdk14-JList_Accessible.out).


      ========================
      JDK : 1.4.0-beta-b58
      JCK : jck1.3a
      Platform[s] : Solaris 2.6 Sparc was tested.
      switch/Mode : -server
      JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
      Failing Test :
      api/javax_swing/JList/AccessibleJList/AccessibleJListChild/index.html

      Test source location:
      =====================
      /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/javax_swing/JList/AccessibleJList/AccessibleJListChild/AccessibleComponentTests.java
      jtr file location:
      ==================
      file:/net/jtg-s116/export/home/jtg-test/JH_JDK14_b58_JCK13a_c2/workDir/api/javax_swing/JList/AccessibleJList/AccessibleJListChild/index_AccessibleComponent.jtr

      jtr file also attached. core file is zipped and attached.

      How to reproduce:
      ====================
      swing_JList_AccessibleJList.ksh -server

      --------Script START---------------------
      #!/bin/ksh
      SWITCH=${1+$@}
      JDK=/net/jdk/export/disk8/local.java/jdk1.4
      TESTBASE=/net/jdk/export/disk8/local.java/jck1.3a
      JCK=${TESTBASE}/JCK-runtime-13a


      executeClass=javasoft.sqe.tests.api.javax.swing.JList.AccessibleJList.AccessibleJListChild.AccessibleComponentTests
      excludeCmd=
      executeClassArgs=
      executeTestURL=
      headless=

      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
      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

      (( i = 0 ))
      while (( i != 1000 ))
      do
      echo "Testing $i"
      java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy -Djava.rmi.activation.port=${executeClass} -Djava.awt.headless=${headless} ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}

      echo""
      echo""
      (( i = i + 1))
      done

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

      Test output:
      =============
      Unexpected Signal : 11 occurred at PC=0xEE5A66F8
      Function=JVM_GetCPMethodModifiers+0x8580
      Library=/export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/server/libjvm.so

      Current Java thread:

      Dynamic libraries:
      0x10000 /export/home/jtg-test/JH_JDK14_b58_JCK13a_c2/../jdk14/b58/jdk1.4.0/bin/../bin/sparc/native_threads/java
      0xef770000 /usr/lib/libthread.so.1
      0xef7b0000 /usr/lib/libdl.so.1
      0xef680000 /usr/lib/libc.so.1
      0xef740000 /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1
      0xee400000 /export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/server/libjvm.so
      0xef620000 /usr/lib/libCrun.so.1
      0xef600000 /usr/lib/libsocket.so.1
      0xef500000 /usr/lib/libnsl.so.1
      0xef5d0000 /usr/lib/libm.so.1
      0xef660000 /usr/lib/libw.so.1
      0xef5a0000 /usr/lib/libmp.so.2
      0xef4c0000 /export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/native_threads/libhpi.so
      0xef490000 /export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/libverify.so
      0xef450000 /export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/libjava.so
      0xef430000 /export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/libzip.so
      0xecc80000 /export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/libawt.so
      0xea880000 /export/home/jtg-test/JH_JDK14_b58_JCK13a_c2/../jdk14/b58/jdk1.4.0/bin/../jre/lib/sparc/libmlib_image.so
      0xecc20000 /export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/motif12/libmawt.so
      0xe1c00000 /usr/dt/lib/libXm.so.3
      0xeab90000 /usr/openwin/lib/libXt.so.4
      0xee960000 /usr/openwin/lib/libXext.so.0
      0xee940000 /usr/openwin/lib/libXtst.so.1
      0xe1b00000 /usr/openwin/lib/libX11.so.4
      0xecfe0000 /usr/openwin/lib/libSM.so.6
      0xeaad0000 /usr/openwin/lib/libICE.so.6
      0xe1a00000 /export/home/jtg-test/jdk14/b58/jdk1.4.0/jre/lib/sparc/libfontmanager.so

      Local Time = Fri Mar 30 13:31:18 2001
      Elapsed Time = 8
      #
      # HotSpot Virtual Machine Error : 11
      # Error ID : 4F530E43505002D9 01
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) Server VM (1.4.0-beta-b58 mixed mode)
      #
      # An error report file has been saved as hs_err_pid13583.log.
      # Please refer to the file for further information.
      #


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

       
      SunOS jtg-s116 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-2




      takwing.cheung@Eng 2001-04-05

            cvicksunw Christopher Vick (Inactive)
            tacheung Tak Wing Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: