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

JCK1.5a: api/java/awt/interactive/DnDComponentTest crashs, linux

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 6
    • hotspot
    • x86
    • linux

      JCK : jck1.5a
      J2SE : FAIL - tiger, mustang
      Platform[s] : FAIL - turbo 8 +, cinnabar, RHAS3
                       PASS - solaris, windows
      switch/Mode : FAIL - -client -Xcomp
                       PASS - default, -client, -server
                       
      JCK test owner : http://javaweb.sfbay/jcce/tcks/jck/docs/others/owners.jto

      Failing Tests :
      api/java/awt/interactive/DnDComponentTest

      Test source location:
      =====================
      /net/jtgb4u4c/export/sail1/testarea/jck1.5a.b01/JCK-runtime-15a/tests/api/java_awt/interactive/DnDComponentTest.java

      jtr file location:
      ==================
      attached

      How to reproduce:
      ====================
      NOTE*
      1) run the script below with -Xcomp flag.
         The test crashes trying to drag&drop.
      2) run the script without the -Xcomp flag. The test does not crash.
      3) rerun the script with -Xcomp flag, and test does not crash anymore.
      4) reboot the system and rerun the script with -Xcomp flag. It crashes again.

      -------script START---------------------
      #!/bin/sh

      #Paths in Java Software:
      JDK="/export/jdk/b16/linux-i586/jdk1.6.0"
      JCK="/net/jtgb4u4c.sfbay/export/sail1/testarea/jck1.5a.b01/JCK-runtime-15a"
      CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"

      TEST="javasoft.sqe.tests.api.java.awt.interactive.DnDComponentTest -platform.robotAvailable false -TestCaseID ALL"

      echo `cat $JCK/build.txt | grep JCK_VERSION` `cat $JCK/build.txt | grep JCK_BUILD`

      $JDK/bin/java -client -Xcomp -showversion -cp $CLASSPATH $TEST
      --------script END----------------------

      Test output:
      =============
      attached hs_err_pid10977.log
      [root@lunar b16]# sh turbo2.sh
      JCK_VERSION=1.5a JCK_BUILD_ID=b01
      java version "1.6.0-ea"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b16)
      Java HotSpot(TM) Client VM (build 1.6.0-ea-b16, compiled mode, sharing)

      #
      # An unexpected error has been detected by HotSpot Virtual Machine:
      #
      # SIGSEGV (0xb) at pc=0x401ce538, pid=10977, tid=5126
      #
      # Java VM: Java HotSpot(TM) Client VM (1.6.0-ea-b16 compiled mode, sharing)
      # Problematic frame:
      # V [libjvm.so+0x55538]
      #
      # An error report file with more information is saved as hs_err_pid10977.log
      #
      # If you would like to submit a bug report, please visit:
      # http://java.sun.com/webapps/bugreport/crash.jsp
      #
      turbo2.sh: line 16: 10977 Aborted
      $JDK/bin/java -client -Xcomp -showversion -cp $CLASSPATH $TEST


      Specific Machine Info:
      =====================
      [root@lunar root]# uname -a
      Linux lunar 2.4.18-1smp #1 SMP Mon Apr 29 02:19:46 JST 2002 i686 unknown
      ###@###.### 2005-1-12 00:58:03 GMT
      ###@###.### 2005-1-12 00:59:17 GMT

            kbr Kenneth Russell (Inactive)
            jsongsunw Joo Song (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: