Displaying 1 result from an estimated 1 matches for "temp_failure_retry".
2015 Jul 05
0
[Bug 11385] New: calls to functions like close are not wrapped to try again in cases of intermittent interruptions
...t at gurganus.name
QA Contact: rsync-qa at samba.org
main.c calls to close() in lines 873, 878, 928, and 930. close() and similar
calls can fail with errno EINTR if interrupted while processing the close call.
glibc suggests trying again until it no longer fails with EINTR and provides
the TEMP_FAILURE_RETRY macro to centralize the boilerplate of doing so. See
http://www.gnu.org/software/libc/manual/html_node/Interrupted-Primitives.html#Interrupted-Primitives
--
You are receiving this mail because:
You are the QA Contact for the bug.