Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
17
-
b04
-
x86_64
-
linux
Description
The following test failed in the JDK17 CI:
serviceability/jdwp/AllModulesCommandTest.java
Here's a snippet from the log file:
#section:main
----------messages:(5/299)----------
command: main AllModulesCommandTest
reason: User specified action: run main/othervm AllModulesCommandTest
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules jdk.jdwp.agent,java.base --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
elapsed time (seconds): 1.154
----------configuration:(4/111)----------
Boot Layer
add modules: jdk.jdwp.agent java.base
add exports: java.base/jdk.internal.misc ALL-UNNAMED
----------System.out:(0/0)----------
----------System.err:(1/82)----------
Debuggee error: 'ERROR: transport error 202: bind failed: Address already in use'
----------rerun:(37/6937)*----------
< snip>
result: Failed. Unexpected exit from test [exit code: 1]
serviceability/jdwp/AllModulesCommandTest.java
Here's a snippet from the log file:
#section:main
----------messages:(5/299)----------
command: main AllModulesCommandTest
reason: User specified action: run main/othervm AllModulesCommandTest
Mode: othervm [/othervm specified]
Additional options from @modules: --add-modules jdk.jdwp.agent,java.base --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
elapsed time (seconds): 1.154
----------configuration:(4/111)----------
Boot Layer
add modules: jdk.jdwp.agent java.base
add exports: java.base/jdk.internal.misc ALL-UNNAMED
----------System.out:(0/0)----------
----------System.err:(1/82)----------
Debuggee error: 'ERROR: transport error 202: bind failed: Address already in use'
----------rerun:(37/6937)*----------
< snip>
result: Failed. Unexpected exit from test [exit code: 1]