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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • 11
    • 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.

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

                Created:
                Updated:
                Resolved: