-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b22
-
aarch64
-
os_x
The following test failed in the JDK17 CI:
jdk/test/lib/process/ProcTest.java
Here's a snippet from the log file:
----------System.err:(13/735)----------
java.lang.Exception: Proc abnormal end
at jdk.test.lib.process.Proc.readData(Proc.java:373)
at ProcTest.main(ProcTest.java:50)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:831)
jdk/test/lib/process/ProcTest.java
Here's a snippet from the log file:
----------System.err:(13/735)----------
java.lang.Exception: Proc abnormal end
at jdk.test.lib.process.Proc.readData(Proc.java:373)
at ProcTest.main(ProcTest.java:50)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:831)