Re: fprintf failing with EINTR

2016-10-05 Thread Samuel Thibault
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 h

fprintf failing with EINTR

2016-10-04 Thread Brent W. Baccala
Aloha - I've seen this behavior several times with Hurd: fprintf(stderr, ...) will return -1 with errno = EINTR. I'm not used to fprintf failing like this (I'm getting used to it), and this last time I spent several hours hunting for a "bug" that turned out to be nothing more than a debugging sta