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

SctpMultiChannel never releases own file descriptor

    • b06
    • generic
    • linux
    • Verified

        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

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

            SctpMultiChannel never releases own file descriptor

              • b06
              • generic
              • linux
              • Verified

                  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

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

                          Created:
                          Updated:
                          Resolved:

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

                              Created:
                              Updated:
                              Resolved: