-
Bug
-
Resolution: Fixed
-
P4
-
17
-
b06
-
generic
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8277274 | 17.0.3-oracle | Alex Kasko | P4 | Resolved | Fixed | b01 |
JDK-8277152 | 17.0.2 | Alex Kasko | P4 | Resolved | Fixed | b05 |
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
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
- backported by
-
JDK-8277152 SctpMultiChannel never releases own file descriptor
-
- Resolved
-
-
JDK-8277274 SctpMultiChannel never releases own file descriptor
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u/b2f4dff7
-
Commit openjdk/jdk/d1cecaaa
-
Review openjdk/jdk17u/247
-
Review openjdk/jdk/4621
(1 links to)