Hello, Brent W. Baccala, on Tue 04 Oct 2016 15:26:51 -1000, wrote: > I've seen this behavior several times with Hurd: fprintf(stderr, ...) will > return -1 with errno = EINTR.
> I have a test program that reproduces it consistently. Should I file it as a > bug report? Yes, please. We used to have the same issue with pipe(). branch t/eintr fixed it, there are some TODOs in there for other potential EINTR, I'm sure sure what could be a trigger for fprintf, perhaps it's in another part of the code. Samuel