Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8199811 com/sun/jdi/ProcessAttachTest.java fails intermittently: Remote thread failed for unknown reason
  3. JDK-8205719

Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • P4
    • 11
    • 11
    • core-svc
    • None
    • b20
    • windows

    Backports

      Description

        Java_sun_tools_attach_VirtualMachineImpl_enqueue() on Windows calls GetExitCodeThread() to get the exitCode. If it is not ERR_OPEN_JVM_FAIL or ERR_GET_ENQUEUE_FUNC_FAIL, it throws the following exception:

          java.lang.InternalError: Remote thread failed for unknown reason

        It would be useful for debugging purpose if this exception included the GetExitCodeThread() result.

        Attachments

          Issue Links

            Activity

              People

                cjplummer Chris Plummer
                cjplummer Chris Plummer
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: