During my baseline testing of the MacOS X port, I ran into
one SDK/JDK misc_tools test that failed consistently. The
failure doesn't show up via my ck_test_results script because
they are on the known fail_list due to other (unrelated issues).
The following test:
sun/tools/jinfo/Basic.sh
failed with an error message like:
----------System.out:(8/486)----------
INFO: waiting for SimpleApplication to initialize...
INFO: SimpleApplication is process 14147
INFO: SimpleApplication output is in /Volumes/work/shared/test_results/jdk8/baseline/macosx-amd64/b12/sdk-misc_tools-prod-server-prod-mixed.macosx-amd64/JTwork/classes/sun/tools/jinfo/Application.out
-XX:-PrintGC
INFO: Port number of SimpleApplication: 49946
INFO: Connecting to port 49946 to shutdown SimpleApplication ...
INFO: done connecting to SimpleApplication.
INFO: waiting for 14147
----------System.err:(9/555)----------
Attaching to process ID 14147, please wait...
attach: task_for_pid(14147) failed (5)
Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process
Attaching to process ID 14147, please wait...
attach: task_for_pid(14147) failed (5)
Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process
Attaching to process ID 14147, please wait...
attach: task_for_pid(14147) failed (5)
Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1