Name: asR10013 Date: 12/07/2000
JCK1.3 test api/org_omg/CosNaming/Naming/NamingTest.html#All_naming_tests
results in jvm (jdk1.3.1-b11) crash under any Windows platform.
Use the following script to reproduce the problem:
#!/bin/sh
JAVA_HOME=c:/jdk1.3.1
JCK=c:/jck1.3/JCK-runtime-13fcs
CLASSPATH=$JCK/classes\;${JCK}/javatest.jar
export CLASSPATH
$JAVA_HOME/bin/java -server -version
$JAVA_HOME/bin/tnameserv -ORBInitialPort 9877 >/dev/null &
sleep 3
$JAVA_HOME/bin/java -server -Xfuture javasoft.sqe.tests.api.org_omg.CosNaming.Naming.NamingTest -naming_test -all -ORBInitialHost localhost -ORBInitialPort 9877 -classDir .
RESULT="$?"
if [ $RESULT = 95 ]; then
echo Test passed
elif [ $RESULT = 97 ]; then
echo Test failed
else
echo Result is $RESULT
fi
----------------------------- Error message ---------------------------
JAVA caused an invalid page fault in
module JVM.DLL at 0137:6d5fce77.
Registers:
EAX=00000000 CS=0137 EIP=6d5fce77 EFLGS=00010212
EBX=08b6f6e4 SS=013f ESP=08b6f26c EBP=090b88d0
ECX=0911674c DS=013f ESI=00000000 FS=2ae7
EDX=00000800 ES=013f EDI=08b6f6f4 GS=0000
Bytes at CS:EIP:
8b 46 04 83 38 00 75 0b 8b 70 04 8b 46 04 83 38
Stack dump:
08b6f848 090b8880 090b8860 08b6f6e4 00000001 00000001 090e0ca4 00000000 6d5fcd55 090b8880 0912f3c8 090b88d0 091152ac 08b6f848 090b8860 090b883c
======================================================================
======================================================================
Name: skR10017 Date: 12/08/2000
The following tests ( including specified above) finish with crash on Windows and Linux
due to the same reason but in the "-server -Xcomp" mode:
api/javax_rmi/CORBA/Util/writeRemoteObject.html#WriteRemObj0002
api/javax_rmi/CORBA/Util/copyObjects.html#CopyObjs0001
api/javax_rmi/CORBA/Util/writeRemoteObject.html#WriteRemObj0001
api/javax_rmi/CORBA/Util/writeAny.html#WriteAny0001
api/javax_rmi/CORBA/Util/readAny.html#ReadAny0001
api/javax_rmi/CORBA/Util/writeAbstractObject.html#WriteAbsObj0003
api/javax_rmi/CORBA/Util/copyObject.html#CopyObjTests0001
api/javax_rmi/CORBA/Util/writeAbstractObject.html#WriteAbsObj0002
api/org_omg/CosNaming/NamingContext/NamingContextTest.html#NamingContext
api/org_omg/CosNaming/Naming/NamingTest.html#All_naming_tests
api/org_omg/CosNaming/Naming/NamingTest.html#bind_rebind_test
api/org_omg/CosNaming/Naming/NamingTest.html#same_objects_tests
api/org_omg/CosNaming/Naming/NamingTest.html#InvalidName_test
api/org_omg/CosNaming/Naming/NamingTest.html#AlreadyBound_test
api/org_omg/CosNaming/Naming/NamingTest.html#setup_naming
api/org_omg/CosNaming/Naming/NamingTest.html#NotFound_test
api/org_omg/CosNaming/Naming/NamingTest.html#cross_process_test
api/org_omg/CORBA/TIE/TieTest.html#Tie_Test_localexec
api/org_omg/CORBA/AnyTC/AnyTC.html#AnyTypeCodeTest_001_localexec
api/org_omg/CORBA/AnyTC/AnyTC.html#AnyTypeCodeTest_003_localexec
api/org_omg/CORBA/SimpleMarshal/SimpleMarshal.html#SimpleMarshal_Test_Compilation
api/org_omg/CORBA/ObjImpl/ObjectImplTest.html#ObjectImpl_test_compilation
api/org_omg/CORBA/NVList/NVListTest.html#DII_test_compilation
api/org_omg/CORBA/Named/NameTest.html#Named_test_compilation
api/org_omg/CORBA/ExceptionTest/ExcTest.html#Exc_test_compilation
api/org_omg/CORBA/StubTest/StubTest.html#StubTest_localexec
api/org_omg/CORBA/StubTest/StubTest.html#StubTest_callback
api/org_omg/CORBA/CStatus/CStatusTest.html#CStatus_test_compilation
api/org_omg/Corba_2_3/portable/OutputStream/Write_Value_BoxValHelper/Write_Value_BoxValHelper.html
api/org_omg/Corba_2_3/portable/InputStream/ReadValBox/ReadValBox.html#read_value_BoxedValueHelper
api/java_awt/java2d/image/WritableRaster/index.html#SetDataElementsTest2
api/java_awt/java2d/image/WritableRaster/index.html#SetDataElementsTest3
api/java_awt/java2d/image/BandedSampleModel/index.html#SetDataElements1
api/java_security/SecureRandom/SecureRandomTests.html#next101
api/java_security/Signer/SignerTests.html#keymethods
api/java_security/Signature/SignatureTests.html#toString
api/java_security/Signature/SignatureTests.html#signTests
api/java_security/Signature/SignatureTests.html#initSign
api/java_security/Signature/SignatureTests.html#initVerify
api/java_security/Signature/SignatureTests.html#SIGclone
api/java_security/Signature/SignatureTests.html#update
api/java_security/Signature/SignatureTests.html#verify
api/java_security/spec/X509EncodedKeySpec/X509EncodedKeySpecTests.html#getFormatTests
api/java_security/spec/X509EncodedKeySpec/X509EncodedKeySpecTests.html#CtorGetTests
api/java_security/spec/PKCS8EncodedKeySpec/PKCS8EncodedKeySpecTests.html#getFormatTests
api/java_security/spec/PKCS8EncodedKeySpec/PKCS8EncodedKeySpecTests.html#CtorGetTests
api/java_security/SignedObject/SignedObjectTests.html#CtorGetTests
api/java_security/SignedObject/SignedObjectTests.html#getSignatureTests
api/java_security/SignedObject/SignedObjectTests.html#verifyTests
api/java_security/SignedObject/serial/index.html#ConstructorTests
api/java_security/KeyPairGenerator/KeyPairGeneratorTests.html#generateKeyPair
api/java_security/KeyPair/KeyPairTests.html#getPrivate
api/java_security/KeyPair/KeyPairTests.html#getPublic
api/java_security/KeyFactory/KeyFactoryTests.html#generatePrivateTests
api/java_security/KeyFactory/KeyFactoryTests.html#getKeySpecTests
api/java_security/KeyFactory/KeyFactoryTests.html#generatePublicTests
======================================================================
- duplicates
-
JDK-4393019 ladybird, CTW of rt.jar dies at CTW 737
-
- Closed
-