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

dbgsysSocketClose - do not restart close if errno is EINTR [linux]

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 11
    • 11
    • core-svc
    • None
    • b22
    • generic
    • generic

    Backports

      Description

        In dbgsysSocketClose (socket_md.c) currently in case of EINTR there is an attempt to restart close.

        However, the close() call is not restartable on Linux.

        See also https://bugs.openjdk.java.net/browse/JDK-8205959
        Do not restart close if errno is EINTR, for a similar fix.

        Attachments

          Issue Links

            Activity

              People

                mbaesken Matthias Baesken
                mbaesken Matthias Baesken
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: