JDK-4422312 : Reg-test JITDebug.java Failing
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 1.3.1
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_98
  • CPU: x86
  • Submitted: 2001-03-06
  • Updated: 2002-08-30
  • Resolved: 2002-08-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.3.1 rc1Fixed
Related Reports
Relates :  
Description
Name: as83306			Date: 03/06/2001

Regression test com/sun/jdi/JITDebug.java Failing with Ladybird build 18. This is a windows only test.

Test is run on a fast PIII stand alone machine and it times-out.

#Test Results (version 2)
#Fri Mar 02 17:56:54 PST 2001
#checksum:3813bd3f5f1d7a9e
#-----testdescription-----
$file=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\com\\sun\\jdi\\JITDebug.java
$root=C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18
author=Robert Field
keywords=bug4291701 othervm
run=USER_SPECIFIED main/othervm JITDebug\r\n
source=JITDebug.java
title=Test JIT debugging -  assure that launching on uncaught exception works

#-----environment-----

#-----testresult-----
description=file:///C:/Regression/Ladybird/jdk1.3.1Tests/b18/com/sun/jdi/JITDebug.java
end=Fri Mar 02 17:56:54 PST 2001
environment=regtest
execStatus=Failed. Execution failed: Program `C:/Java/jdk131b18\\bin\\java' interrupted! (timed out?)
javatestOS=Windows 98 4.10 (x86)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript 
sections=script_messages build compile main
start=Fri Mar 02 17:54:53 PST 2001
status=Failed. Execution failed: Program `C:/Java/jdk131b18\\bin\\java' interrupted! (timed out?)
test=com/sun/jdi/JITDebug.java
work=C:\\Results\\Regression\\Ladybird\\b18\\HARLEY-Windows_98-jth13-jdk131b18.03-02.16-35-ALL\\com\\sun\\jdi

#section:script_messages
----------messages:(2/74)----------
JDK under test: C:/Java/jdk131b18
Timeout signalled after 120.0 seconds

#section:build
----------messages:(3/96)----------
command: build JITDebug 
reason: Named class compiled on demand
elapsed time (seconds): 1.15
result: Passed. Compilation successful

#section:compile
----------messages:(3/175)*----------
command: compile C:\\Regression\\Ladybird\\jdk1.3.1Tests\\b18\\com\\sun\\jdi\\JITDebug.java 
reason: .class file out of date or does not exist
elapsed time (seconds): 1.15
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful

#section:main
----------messages:(3/115)----------
command: main JITDebug
reason: User specified action: run main/othervm JITDebug 
elapsed time (seconds): 120.02
----------System.out:(5/355)*----------
Launching: [C:\\JAVA\\JDK131B18\\JRE\\bin\\java, -Xdebug, -Xnoagent, -Djava.compiler=NONE, 
-Xrunjdwp:transport=dt_socket,server=y,onuncaught=y,launch=C:\\JAVA\\JDK131B18\\JRE\\bin\\java JITDebug DEBUGGER , JITDebug, 
TARGET]
trigger onuncaught launch
trivial debugger started
attached to: 3124
Exception: com.sun.jdi.VMDisconnectedException - hanging
----------System.err:(0/0)----------
result: Failed. Execution failed: Program `C:/Java/jdk131b18\bin\java' interrupted! (timed out?)


test result: Failed. Execution failed: Program `C:/Java/jdk131b18\bin\java' interrupted! (timed out?)
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: ladybird-rc1 FIXED IN: ladybird-rc1 INTEGRATED IN: ladybird-rc1 VERIFIED IN: ladybird-rc1
14-06-2004

EVALUATION tim.bell@Eng 2001-03-19 When run on win32 using 1.3.0-C or 1.3.0_02, test fails with: Error occurred during initialization of VM Could not find -Xrun library: jdwp.dll When run on Ladybird (1.3.1), test fails with: err:: No such file or directory My hypothesis is that the "no such file" is jdwp.dll. Have not been able to prove that yet, however.
11-06-2004

PUBLIC COMMENTS .
10-06-2004