io icon indicating copy to clipboard operation
io copied to clipboard

IO.setModifiedTimeOrFalse throws unexpected exceptions

Open eatkins opened this issue 6 years ago • 1 comments

Sometimes IO.setModifiedTimeOrFalse throws an IOException on the travis linux build agents. It is specifically reporting an EINVAL (the error string is "Invalid Argument"). I don't understand how this is happening because flags are set to 0, which should be valid, and I assume the tv_sec and tv_nsec fields are set correctly, but haven't investigated deeply.

eatkins avatar Apr 25 '18 03:04 eatkins

/cc @cunei, the author of IO.setModifiedTimeOrFalse

dwijnand avatar Apr 25 '18 10:04 dwijnand