-
Bug
-
Resolution: Fixed
-
P4
-
12
-
b18
-
x86_64
-
solaris_11
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8282487 | 11.0.16-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
JDK-8282974 | 11.0.16 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
The following test failed due to a timeout on Solaris-X64
in the slowdebug config using jdk12+14 bits:
com/sun/jdi/ExclusiveBind.java
The test only failed in 1 of 3 'slowdebug' bits runs so I'm
tagging this bug as intermittent. It did not fail at all in the
'fastdebug' or 'release' bits runs.
Here is a snippet from the log file:
----------System.err:(19/1219)----------
[process1] ERROR: transport error 202: bind failed: Address already in use
[process1] ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
[process1] JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [:732]
Failed to start a process (thread dump follows)
java.util.concurrent.TimeoutException
at jdk.test.lib.process.ProcessTools.startProcess(ProcessTools.java:204)
at jdk.test.lib.process.ProcessTools.startProcess(ProcessTools.java:129)
at ExclusiveBind.main(ExclusiveBind.java:109)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
JavaTest Message: Test threw exception: java.util.concurrent.TimeoutException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.util.concurrent.TimeoutException
----------rerun:(32/3624)*----------
in the slowdebug config using jdk12+14 bits:
com/sun/jdi/ExclusiveBind.java
The test only failed in 1 of 3 'slowdebug' bits runs so I'm
tagging this bug as intermittent. It did not fail at all in the
'fastdebug' or 'release' bits runs.
Here is a snippet from the log file:
----------System.err:(19/1219)----------
[process1] ERROR: transport error 202: bind failed: Address already in use
[process1] ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
[process1] JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [:732]
Failed to start a process (thread dump follows)
java.util.concurrent.TimeoutException
at jdk.test.lib.process.ProcessTools.startProcess(ProcessTools.java:204)
at jdk.test.lib.process.ProcessTools.startProcess(ProcessTools.java:129)
at ExclusiveBind.main(ExclusiveBind.java:109)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
JavaTest Message: Test threw exception: java.util.concurrent.TimeoutException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.util.concurrent.TimeoutException
----------rerun:(32/3624)*----------
- backported by
-
JDK-8282487 jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64
-
- Resolved
-
-
JDK-8282974 jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64
-
- Resolved
-