JDK-4840199 : Direct transfer to pipe causes IOException
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2003-03-31
  • Updated: 2009-04-08
  • Resolved: 2003-04-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Related Reports
Relates :  
Description
Direct transfer to pipe causes IOException on some versions of Solaris. This can cause test/java/nio/channels/AsyncCloseAndInterrupt.java to fail.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b05
14-06-2004

EVALUATION Some versions of Solaris return EINVAL from sendfile if the target FD is a pipe. We will use a fallback transfer mechanism in this case. ###@###.### 2003-03-31
31-03-2003