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

JCK13a: some JCK tests crash JVM under Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1
    • None
    • 1.4.0
    • hotspot
    • x86, sparc
    • generic, linux

    Description



      Name: kaR10181 Date: 02/21/2001



      ****************************************************************************
      Failing Test:
      =============
      api/javax_swing/text/html/FormView/index.html
      api/org_omg/Corba_2_3/portable/InputStream/ReadValBox/ReadValBox.html

      JCK :
      =====
      JCK1.3a

      Test source location:
      ====================
      /net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/javax_swing/text/html/FormView/mainTests.java

      Platforms:
      =============
      Windows 2000

      JDK, switches Info:
      ===================
      -client -Xcomp

      jtr file location:
      ==================
      /net/jtgb4u4c.eng/export/sail7/JavaWebServer1.1.3/public_html/QA/merlin/b52/jck13a/win32/win2000_smp_client_comp_linux-22/workDir/api/javax_swing/text/html/FormView/index_main.jtr

      How to reproduce:
      ====================

      #!/bin/sh
      JAVA_HOME=/usr/local/java/jdk1.4/linux-i386
      JCK=/net/jdk/export/disk8/local.java/jck1.3a
      CLASSPATH=$JCK/classes:$JCK/javatest.jar
      export CLASSPATH
      executeClass="javasoft.sqe.tests.api.javax.swing.text.html.FormView.mainTests -exclude FormView2008,FormView2009,FormView2010,FormView2011,FormView2012,FormView2013,FormView2014"

      $JAVA_HOME/bin/java -client -Xcomp -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy ${executeClass}
      RESULT="$?"
      if [ $RESULT = 95 ]; then
       echo Test passed
      elif [ $RESULT = 97 ]; then
       echo Test failed
      else
       echo Result is $RESULT
      fi

      Test output:
      =============

      Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x504178f0
      Function name=(N/A)
      Library=c:\\jdk1.4\\jre\\bin\\hotspot\\jvm.dll

      NOTE: We are unable to locate the function name symbol for the error
            just occurred. Please refer to release documentation for possible
            reason and solutions.



      Current Java thread:
              at javax.swing.text.html.HTMLDocument.<init>(HTMLDocument.java:83)
              at javasoft.sqe.tests.api.javax.swing.text.html.FormView.mainTests.FormView2001(mainTests.java:62)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(../../../src/share/classes/sun/reflect/NativeMethodAccessorImpl.java:30)
              at sun.reflect.InflatableMethodAccessorImpl.invoke(../../../src/share/classes/sun/reflect/InflatableMethodAccessorImpl.java:46)
              at java.lang.reflect.Method.invoke(../../../src/share/classes/java/lang/reflect/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.javax.swing.text.html.FormView.mainTests.main(mainTests.java:39)

      Dynamic libraries:
      0x00400000 - 0x00405000 c:\\jdk1.4\\bin\\java.exe
      0x77F80000 - 0x77FF9000 C:\\WINDOWS\\System32\\ntdll.dll
      0x77DB0000 - 0x77E0A000 C:\\WINDOWS\\system32\\ADVAPI32.dll
      0x77E80000 - 0x77F36000 C:\\WINDOWS\\system32\\KERNEL32.DLL
      0x77D40000 - 0x77DAF000 C:\\WINDOWS\\system32\\RPCRT4.DLL
      0x78000000 - 0x78046000 C:\\WINDOWS\\system32\\MSVCRT.dll
      0x50410000 - 0x50505000 c:\\jdk1.4\\jre\\bin\\hotspot\\jvm.dll
      0x77E10000 - 0x77E75000 C:\\WINDOWS\\system32\\USER32.dll
      0x77F40000 - 0x77F7C000 C:\\WINDOWS\\system32\\GDI32.DLL

      0x77570000 - 0x775A0000 C:\\WINDOWS\\System32\\WINMM.dll
      0x50210000 - 0x50217000 c:\\jdk1.4\\jre\\bin\\hpi.dll
      0x503E0000 - 0x503ED000 c:\\jdk1.4\\jre\\bin\\verify.dll
      0x50250000 - 0x50265000 c:\\jdk1.4\\jre\\bin\\java.dll
      0x50400000 - 0x5040D000 c:\\jdk1.4\\jre\\bin\\zip.dll
      0x50020000 - 0x50109000 C:\\jdk1.4\\jre\\bin\\awt.dll
      0x77800000 - 0x7781D000 C:\\WINDOWS\\System32\\WINSPOOL.DRV
      0x75E60000 - 0x75E7A000 C:\\WINDOWS\\System32\\IMM32.dll
      0x77A50000 - 0x77B45000 C:\\WINDOWS\\system32\\ole32.dll
      0x77920000 - 0x77942000 C:\\WINDOWS\\system32\\imagehlp.dll
      0x72A00000 - 0x72A2D000 C:\\WINDOWS\\system32\\DBGHELP.dll
      0x690A0000 - 0x690AB000 C:\\WINDOWS\\System32\\PSAPI.DLL

      Local Time = Fri Feb 16 16:46:05 2001
      Elapsed Time = 1
      #
      # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
      # Error ID : 4F530E43505002C3
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) Client VM (B52 compiled mode)
      #
      # An error report file has been saved as hs_err_pid1384.log.
      # Please refer to the file for further information.
      #

      Specific Machine Info:
      =====================
      Hostname: linux-22

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

      Attachments

        Activity

          People

            never Tom Rodriguez
            akmsunw Akm Akm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: