JDK-6307456 : UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2005-08-07
  • Updated: 2019-04-03
  • Resolved: 2019-03-16
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.
JDK 13
13 b13Fixed
Related Reports
Relates :  
Relates :  
Description
chmod() and access() used in UnixFileSystem_md.c currently do nothing when the the system
call returns an EINTR, which means chmod()/access() is interrupted by signal. Need figure
out how to handle this appropriately on Unix platform.

Comments
Linux man page for statvfs(3) also permits EINTR
14-03-2019