Re: non-restartable system calls

2001-05-17 Thread Paul D. Smith
it to msb> work properly with regard to non-restartable system calls. I'll try to pull something together over the next few days. There's a lot of stuff in the pipeline (RMS wants me to change the license on the manual,

Re: non-restartable system calls

2001-05-16 Thread Michael Sterrett -Mr. Bones.-
On Wed, 16 May 2001, Paul D. Smith wrote: > It's very likely that you're running into a known problem with signals: > the jobserver requires non-restartable system calls, but the code is not > safe for this: in some places it doesn't check for EINTR results. This >