Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8212151

jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64

    XMLWordPrintable

Details

    • b18
    • x86_64
    • solaris_11

    Backports

      Description

        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)*----------

        Attachments

          Issue Links

            Activity

              People

                amenkov Alex Menkov
                dcubed Daniel Daugherty
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: