-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
beta2
-
sparc
-
solaris_10
-
Verified
=========================================================
Failing Test : nsk/sajdi/ThreadReference/ownedMonitors/ownmon002
JDK : 1.5.0-b47 beta2
VM : client/server/d64
switch/Mode : default
Platform[s] : Sol 10 sparc, RH Linux 3.0AS
=========================================================
This is the new test from testbase_vm r28
DESCRIPTION
The test for SA-JDI implementation of JDI interface ThreadReference functions:
ThreadReference.ownedMonitors()
ThreadReference.currentContendedMonitor()
ArrayReference.getValues()
This test checks that the monitors object returned by ownedMonitors()
and currentContendedMonitor() are equal to expected objects stored
in static array of debuggee class.
TestBase Location:
==================
/net/sqesvr-nfs/global/nfs/test_results4/VM/UNIFIED-DTF/DTWS/suites/VM_FULLLOOK/testbase/
tlog file location:
==================
/net/jano.sfbay/export/disk20/GammaBase/Bugs/{this_bug_number}
How to reproduce:
====================
1. cd /net/jano.sfbay/export/disk20/GammaBase/Bugs/{this_bug_number}
2. sh rerun.sh
Test output:
=============
##Exit status of execution step=97
##!checkExitCode
#script> # WARNING: Use default connector: attaching_pid
#script>
#script> Check if feature not implemented: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#script> Feature is implemented: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#script>
#script> Run SA-JDI test:
#script> DEBUGGER_CLASS: nsk.sajdi.ThreadReference.ownedMonitors.ownmon002
#script> DEBUGGEE_CLASS: nsk.sajdi.ThreadReference.ownedMonitors.ownmon002a
#script> TEST_OPTS: -verbose -arch=sparcv9 -waittime=2 -debugee.vmkind=java -debugee.vmkeys=-d64 -server -Xmixed -DHANGINGJAVA13609 -d64 -XX:+UseSerialGC -connector=attaching_pid
#script> CONNECTOR_NAME: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#script> DEBUGGER_JAVA: /net/sqe.sfbay/global/nfs/test_results4/VM/tiger/DTWS/exec1/VM_FULLLOOK-14-WEEKLY-VM-ServerVM-mixed-64BITSOLSPARC5.10-en-2004-04-19-11-49-47-0748/jdk/solaris-sparc/bin/java
#script> JAVA_OPTS: -server -Dsun.jvm.hotspot.runtime.VM.disableVersionCheck=1
#script> DEBUGGEE_JAVA: /net/sqe.sfbay/global/nfs/test_results4/VM/tiger/DTWS/exec1/VM_FULLLOOK-14-WEEKLY-VM-ServerVM-mixed-64BITSOLSPARC5.10-en-2004-04-19-11-49-47-0748/jdk/solaris-sparc/bin/java
#script> JAVA_OPTS: -d64 -server -Xmixed -DHANGINGJAVA13609 -d64 -XX:+UseSerialGC
#script>
#script> Check if generated files exist: debuggee.status DebugServer.status
#script>
#script> Run debuggee: nsk.sajdi.ThreadReference.ownedMonitors.ownmon002a
#script> Debuggee VM process started with pid: 16350
#script>
#script> Wait for debuggee class to become ready within timeout: 120 seconds
#script> - not ready: 0 seconds
#Debuggee class started
#Starting tested threads
#script> - not ready: 5 seconds
#script> - not ready: 10 seconds
#Sleeping to let tested threads to reach expected state
#script> - not ready: 15 seconds
#script> - not ready: 20 seconds
#Debuggee class ready for debugging
#DEBUGGEE_READY_FOR_DEBUGGING
#script> Debuggee VM got ready for debugging
#script>
#script> Run debugger: nsk.sajdi.ThreadReference.ownedMonitors.ownmon002
#binder> Find attaching connector: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#binder> name: com.sun.jdi.SocketAttach
#binder> name: sun.jvm.hotspot.jdi.SACoreAttachingConnector
#binder> name: sun.jvm.hotspot.jdi.SADebugServerAttachingConnector
#binder> name: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#binder> Connector found: sun.jvm.hotspot.jdi.SAPIDAttachingConnector (defaults: pid=)
#binder> Attaching connector arguments:
#binder> pid: 16350
#binder> Attach to target VM
#java.io.IOException
# at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.attach(SAPIDAttachingConnector.java:98)
# at nsk.share.sajdi.Binder.attachToDebugee(Binder.java:133)
# at nsk.share.sajdi.Binder.bindToDebugee(Binder.java:45)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.runIt(ownmon002.java:125)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.run(ownmon002.java:26)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.main(ownmon002.java:21)
#Caused by: java.lang.reflect.InvocationTargetException
# at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
# at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
# at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
# at java.lang.reflect.Method.invoke(Method.java:495)
# at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.attach(SAPIDAttachingConnector.java:86)
# ... 5 more
#Caused by: sun.jvm.hotspot.debugger.DebuggerException: Attach failed : debuggee is 64 bit, use java -d64 for debugger
# at sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.attach0(Native Method)
# at sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.attach(ProcDebuggerLocal.java:103)
# at sun.jvm.hotspot.HotSpotAgent.attachDebugger(HotSpotAgent.java:672)
# at sun.jvm.hotspot.HotSpotAgent.setupDebuggerSolaris(HotSpotAgent.java:480)
# at sun.jvm.hotspot.HotSpotAgent.setupDebugger(HotSpotAgent.java:330)
# at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:309)
# at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:145)
# at sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForPID(VirtualMachineImpl.java:207)
# ... 10 more
#script> Debugger finished with exit status: 1
#script> # ERROR: Debugger class returned fail status: 1
#script>
#script> Kill debuggee VM process for pid: 16350
#script> Wait for debuggee VM process terminated: 16350
#script> Debuggee VM terminated with exit status: 137
#script>
#script> Test exit status: 97
#Exception in thread "main" nsk.share.Failure: IOException while attaching with sun.jvm.hotspot.jdi.SAPIDAttachingConnector:
# java.io.IOException
# at nsk.share.sajdi.Binder.attachToDebugee(Binder.java:136)
# at nsk.share.sajdi.Binder.bindToDebugee(Binder.java:45)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.runIt(ownmon002.java:125)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.run(ownmon002.java:26)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.main(ownmon002.java:21)
#16350 Killed
Specific Machine Info:
=====================
SunOS hiltonlv 5.10 s10_56 sun4u sparc SUNW,Ultra-60
Failing Test : nsk/sajdi/ThreadReference/ownedMonitors/ownmon002
JDK : 1.5.0-b47 beta2
VM : client/server/d64
switch/Mode : default
Platform[s] : Sol 10 sparc, RH Linux 3.0AS
=========================================================
This is the new test from testbase_vm r28
DESCRIPTION
The test for SA-JDI implementation of JDI interface ThreadReference functions:
ThreadReference.ownedMonitors()
ThreadReference.currentContendedMonitor()
ArrayReference.getValues()
This test checks that the monitors object returned by ownedMonitors()
and currentContendedMonitor() are equal to expected objects stored
in static array of debuggee class.
TestBase Location:
==================
/net/sqesvr-nfs/global/nfs/test_results4/VM/UNIFIED-DTF/DTWS/suites/VM_FULLLOOK/testbase/
tlog file location:
==================
/net/jano.sfbay/export/disk20/GammaBase/Bugs/{this_bug_number}
How to reproduce:
====================
1. cd /net/jano.sfbay/export/disk20/GammaBase/Bugs/{this_bug_number}
2. sh rerun.sh
Test output:
=============
##Exit status of execution step=97
##!checkExitCode
#script> # WARNING: Use default connector: attaching_pid
#script>
#script> Check if feature not implemented: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#script> Feature is implemented: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#script>
#script> Run SA-JDI test:
#script> DEBUGGER_CLASS: nsk.sajdi.ThreadReference.ownedMonitors.ownmon002
#script> DEBUGGEE_CLASS: nsk.sajdi.ThreadReference.ownedMonitors.ownmon002a
#script> TEST_OPTS: -verbose -arch=sparcv9 -waittime=2 -debugee.vmkind=java -debugee.vmkeys=-d64 -server -Xmixed -DHANGINGJAVA13609 -d64 -XX:+UseSerialGC -connector=attaching_pid
#script> CONNECTOR_NAME: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#script> DEBUGGER_JAVA: /net/sqe.sfbay/global/nfs/test_results4/VM/tiger/DTWS/exec1/VM_FULLLOOK-14-WEEKLY-VM-ServerVM-mixed-64BITSOLSPARC5.10-en-2004-04-19-11-49-47-0748/jdk/solaris-sparc/bin/java
#script> JAVA_OPTS: -server -Dsun.jvm.hotspot.runtime.VM.disableVersionCheck=1
#script> DEBUGGEE_JAVA: /net/sqe.sfbay/global/nfs/test_results4/VM/tiger/DTWS/exec1/VM_FULLLOOK-14-WEEKLY-VM-ServerVM-mixed-64BITSOLSPARC5.10-en-2004-04-19-11-49-47-0748/jdk/solaris-sparc/bin/java
#script> JAVA_OPTS: -d64 -server -Xmixed -DHANGINGJAVA13609 -d64 -XX:+UseSerialGC
#script>
#script> Check if generated files exist: debuggee.status DebugServer.status
#script>
#script> Run debuggee: nsk.sajdi.ThreadReference.ownedMonitors.ownmon002a
#script> Debuggee VM process started with pid: 16350
#script>
#script> Wait for debuggee class to become ready within timeout: 120 seconds
#script> - not ready: 0 seconds
#Debuggee class started
#Starting tested threads
#script> - not ready: 5 seconds
#script> - not ready: 10 seconds
#Sleeping to let tested threads to reach expected state
#script> - not ready: 15 seconds
#script> - not ready: 20 seconds
#Debuggee class ready for debugging
#DEBUGGEE_READY_FOR_DEBUGGING
#script> Debuggee VM got ready for debugging
#script>
#script> Run debugger: nsk.sajdi.ThreadReference.ownedMonitors.ownmon002
#binder> Find attaching connector: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#binder> name: com.sun.jdi.SocketAttach
#binder> name: sun.jvm.hotspot.jdi.SACoreAttachingConnector
#binder> name: sun.jvm.hotspot.jdi.SADebugServerAttachingConnector
#binder> name: sun.jvm.hotspot.jdi.SAPIDAttachingConnector
#binder> Connector found: sun.jvm.hotspot.jdi.SAPIDAttachingConnector (defaults: pid=)
#binder> Attaching connector arguments:
#binder> pid: 16350
#binder> Attach to target VM
#java.io.IOException
# at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.attach(SAPIDAttachingConnector.java:98)
# at nsk.share.sajdi.Binder.attachToDebugee(Binder.java:133)
# at nsk.share.sajdi.Binder.bindToDebugee(Binder.java:45)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.runIt(ownmon002.java:125)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.run(ownmon002.java:26)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.main(ownmon002.java:21)
#Caused by: java.lang.reflect.InvocationTargetException
# at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
# at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
# at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
# at java.lang.reflect.Method.invoke(Method.java:495)
# at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.attach(SAPIDAttachingConnector.java:86)
# ... 5 more
#Caused by: sun.jvm.hotspot.debugger.DebuggerException: Attach failed : debuggee is 64 bit, use java -d64 for debugger
# at sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.attach0(Native Method)
# at sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.attach(ProcDebuggerLocal.java:103)
# at sun.jvm.hotspot.HotSpotAgent.attachDebugger(HotSpotAgent.java:672)
# at sun.jvm.hotspot.HotSpotAgent.setupDebuggerSolaris(HotSpotAgent.java:480)
# at sun.jvm.hotspot.HotSpotAgent.setupDebugger(HotSpotAgent.java:330)
# at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:309)
# at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:145)
# at sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForPID(VirtualMachineImpl.java:207)
# ... 10 more
#script> Debugger finished with exit status: 1
#script> # ERROR: Debugger class returned fail status: 1
#script>
#script> Kill debuggee VM process for pid: 16350
#script> Wait for debuggee VM process terminated: 16350
#script> Debuggee VM terminated with exit status: 137
#script>
#script> Test exit status: 97
#Exception in thread "main" nsk.share.Failure: IOException while attaching with sun.jvm.hotspot.jdi.SAPIDAttachingConnector:
# java.io.IOException
# at nsk.share.sajdi.Binder.attachToDebugee(Binder.java:136)
# at nsk.share.sajdi.Binder.bindToDebugee(Binder.java:45)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.runIt(ownmon002.java:125)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.run(ownmon002.java:26)
# at nsk.sajdi.ThreadReference.ownedMonitors.ownmon002.main(ownmon002.java:21)
#16350 Killed
Specific Machine Info:
=====================
SunOS hiltonlv 5.10 s10_56 sun4u sparc SUNW,Ultra-60
- relates to
-
JDK-5040641 SA-JDI: Disable Monitor related capabilities
-
- Resolved
-