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

SctpMultiChannel never releases own file descriptor

    XMLWordPrintable

Details

    • b06
    • generic
    • linux
    • Verified

    Backports

      Description

        SctpMultiChannel.open() creates own file descriptor, but it is not released even
        if close() is called. SctpChannel does not occur this problem.

        To reproduce, compile and run attached test case.
        This test case prints file descriptors using lsof.

        Expected Result:
        Number of unix socket is 1 or 2

        Actual Result:
        Number of unix socket is 200 over

        Attachments

          Issue Links

            Activity

              People

                bpb Brian Burkhalter
                myano Masanori Yano
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: