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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: 11
    • Component/s: core-svc
    • None
    • b22
    • generic
    • generic

        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.

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

                Created:
                Updated:
                Resolved: