-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.4.1
-
x86
-
linux
Name: as83306 Date: 05/02/2002
Regression test com/sun/jdi/PopAndStepTest.java fails with Hopper build 10 on SuSe Linux 7.1, host-seahund,
desktop-KDE, JVM-32bit and hotspot-server.
For test hardware config's, see http://sqesvr.eng/st3/jdk1.4/docs/Merlin-hw.html
#Test Results (version 2)
#Wed Apr 24 01:20:10 PDT 2002
#checksum:1e4e7565e0418dab
#-----testdescription-----
$file=/export0/regression/jdk1.4.1Tests/b10/com/sun/jdi/PopAndStepTest.java
$root=/export0/regression/jdk1.4.1Tests/b10
author=jjh
keywords=bug4530424
library=..
run=USER_SPECIFIED build TestScaffold VMConnection TargetListener TargetAdapter\nUSER_SPECIFIED compile -g
PopAndStepTest.java\nUSER_SPECIFIED main PopAndStepTest\n
source=PopAndStepTest.java
title=Hin says that doing a step over after a popframe acts like a resume.
#-----environment-----
#-----testresult-----
description=file:///export0/regression/jdk1.4.1Tests/b10/com/sun/jdi/PopAndStepTest.java
end=Wed Apr 24 01:20:10 PDT 2002
environment=regtest
execStatus=Failed. Execution failed: `main' threw exception: com.sun.jdi.IncompatibleThreadStateException: Thread not current or
suspended
javatestOS=Linux 2.2.18 (i386)
javatestVersion=2.1.5
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile build main
start=Wed Apr 24 01:20:02 PDT 2002
status=Failed. Execution failed: `main' threw exception: com.sun.jdi.IncompatibleThreadStateException: Thread not current or suspended
test=com/sun/jdi/PopAndStepTest.java
work=/export0/results/regression/hopper/b10/seahund2.2.18-jthb10-jdk141b10.04-23.20.13-ALL/com/sun/jdi
#section:script_messages
----------messages:(4/202)----------
JDK under test: (/export0/java/jdk141b10)
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b10)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b10, mixed mode)
#section:build
----------messages:(3/158)----------
command: build TargetAdapter
reason: User specified action: run build TestScaffold VMConnection TargetListener TargetAdapter
elapsed time (seconds): 0.0080
result: Passed. No need to compile: TargetAdapter.java
#section:compile
----------messages:(3/184)----------
command: compile /export0/regression/jdk1.4.1Tests/b10/com/sun/jdi/PopAndStepTest.java
reason: User specified action: run compile -g PopAndStepTest.java
elapsed time (seconds): 3.35
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful
#section:build
----------messages:(3/101)----------
command: build PopAndStepTest
reason: Named class compiled on demand
elapsed time (seconds): 0.0010
result: Passed. No need to compile: PopAndStepTest.java
#section:main
----------messages:(3/115)----------
command: main PopAndStepTest
reason: User specified action: run main PopAndStepTest
elapsed time (seconds): 4.121
----------System.out:(15/584)----------
JVM version:1.4.1-beta
JDI version: 1.4
JVM description: Java Debug Interface (Reference Implementation) version 1.4
Java Debug Wire Protocol (Reference Implementation) version 1.4
JVM Debug Interface version 1.2
JVM version 1.4.1-beta (Java HotSpot(TM) Client VM, mixed mode)
debuggee: Howdy!
debuggee: in A, about to call B
debuggee: in B
debuggee: in B
debuggee: in B, back to A
debuggee: in A, back from B
Exception in thread "main" java.lang.RuntimeException: debuggee: Got to line 33
at PopAndStepTarg.A(PopAndStepTest.java:33)
at PopAndStepTarg.main(PopAndStepTest.java:39)
----------System.err:(22/1214)----------
run args: [PopAndStepTarg]
Should be at, and am at: 37
Resuming to line 26
Should be at, and am at: 26
com.sun.jdi.IncompatibleThreadStateException: Thread not current or suspended
at com.sun.tools.jdi.StackFrameImpl.pop(StackFrameImpl.java:318)
at com.sun.tools.jdi.ThreadReferenceImpl.popFrames(ThreadReferenceImpl.java:450)
at PopAndStepTest.runOnce(PopAndStepTest.java:137)
at PopAndStepTest.runTests(PopAndStepTest.java:107)
at TestScaffold.startTests(TestScaffold.java:328)
at PopAndStepTest.main(PopAndStepTest.java:56)
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:324)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:536)
JavaTest Message: Test threw exception: com.sun.jdi.IncompatibleThreadStateException: Thread not current or suspended
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: com.sun.jdi.IncompatibleThreadStateException: Thread not current or suspended
result: Failed. Execution failed: `main' threw exception: com.sun.jdi.IncompatibleThreadStateException: Thread not current or
suspended
test result: Failed. Execution failed: `main' threw exception: com.sun.jdi.IncompatibleThreadStateException: Thread not current or
suspended
======================================================================
- duplicates
-
JDK-4678415 Reg-test MangleStepTest.java Failing
- Closed