JDK-6380601 : MISC_REGRESSION tests need to be more resilient to ps cmd problems
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-02-03
  • Updated: 2014-11-10
  • Resolved: 2014-01-14
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.
JDK 9
9 b02Fixed
Related Reports
Relates :  
Relates :  
Description
From my nightly analysis report:

New MISC_REGRESSION failures (from 2006.01.27)
    com/sun/tools/attach/BasicTests.sh
        This test failed with an "ArrayIndexOutOfBoundsException: 2"
        and a "can't access your terminal" ps(1) error on Win32 Server
        VM (machine doright).

    com/sun/tools/attach/PermissionTests.sh
        This test failed with an "ArrayIndexOutOfBoundsException: 1"
        and a "can't access your terminal" ps(1) error on Win32 Server
        VM (machine doright).

    sun/tools/jmap/Basic.sh
        This test failed with a usage message, with a "can't access
        your terminal" ps(1) error and with a "FileNotFoundException:
        java_pid.hprof" on Win32 Server VM (machine doright).

    sun/tools/jstack/Basic.sh
        This test failed with a usage message and with a "can't access
        your terminal" ps(1) error on Win32 Server VM (machine doright).

Comments
EVALUATION Appears to be problem with MKS ps(1) utility.
03-02-2006