-
Bug
-
Resolution: Fixed
-
P2
-
6
Problem Description : nsk/stress/stack/b4502350 fails
Tested_Java_Release : 1.6.0
Tested_Build : B59
Operating System : Linux-i586
Test cases : nsk/stress/stack/b4502350
Machine Name : pacmanjr
DESCRIPTION OF TEST :
The test invokes the method recurse(), which provokes stack overflow by serializing/deserializing deeply enwrapper object (a Vector of Vector's of Vector's ...).
If StackOverflowError is caught, recurse() invokes itself to provoke a duplicate stack overflow.
Results Location : http://vmsqe.sfbay/nightly/mantis/DTWS/results/11-08-05/ClientVM/solx86/mixed/Main_Baseline/nsk.stack-NIGHTLY-Main_Baseline-ClientVM-mixed-solx86-2005-11-09-03-59-40/analysis_new.html
Error :
#annotate TEST javaopt=-client -Xmixed
/net/vmsqe.sfbay/export/nightly/mantis/JDK/baseline/jdk1.6/solaris-i586/bin/java -client -Xmixed -DHANGINGJAVA16268 b4502350 1000 10
##Exit status of execution step=97
##!checkExitCode
#ERROR: unexpected exception:
#java.lang.IllegalMonitorStateException
# at java.lang.ref.ReferenceQueue.poll(ReferenceQueue.java:81)
# at java.io.ObjectStreamClass.processQueue(ObjectStreamClass.java:2234)
# at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:265)
# at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1099)
# at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1502)
# at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:414)
# at java.util.Vector.writeObject(Vector.java:1026)
# at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Tested_Java_Release : 1.6.0
Tested_Build : B59
Operating System : Linux-i586
Test cases : nsk/stress/stack/b4502350
Machine Name : pacmanjr
DESCRIPTION OF TEST :
The test invokes the method recurse(), which provokes stack overflow by serializing/deserializing deeply enwrapper object (a Vector of Vector's of Vector's ...).
If StackOverflowError is caught, recurse() invokes itself to provoke a duplicate stack overflow.
Results Location : http://vmsqe.sfbay/nightly/mantis/DTWS/results/11-08-05/ClientVM/solx86/mixed/Main_Baseline/nsk.stack-NIGHTLY-Main_Baseline-ClientVM-mixed-solx86-2005-11-09-03-59-40/analysis_new.html
Error :
#annotate TEST javaopt=-client -Xmixed
/net/vmsqe.sfbay/export/nightly/mantis/JDK/baseline/jdk1.6/solaris-i586/bin/java -client -Xmixed -DHANGINGJAVA16268 b4502350 1000 10
##Exit status of execution step=97
##!checkExitCode
#ERROR: unexpected exception:
#java.lang.IllegalMonitorStateException
# at java.lang.ref.ReferenceQueue.poll(ReferenceQueue.java:81)
# at java.io.ObjectStreamClass.processQueue(ObjectStreamClass.java:2234)
# at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:265)
# at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1099)
# at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1502)
# at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:414)
# at java.util.Vector.writeObject(Vector.java:1026)
# at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
- relates to
-
JDK-4502350 stack overflows in native code leave yellow zone disabled until next exception
-
- Closed
-