bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EAGAIN in "read jobs pipe"


From: Ken Takusagawa
Subject: EAGAIN in "read jobs pipe"
Date: Tue, 9 Jan 2007 00:49:23 -0500

For reasons I haven't completely triaged yet, I've been having my
parallel makes die with
"read jobs pipe: Resource temporarily unavailable.  Stop."

I hacked the function new_job in job.c such that if errno==EAGAIN,
then we sleep(1) and loop again, and my problem went away.
(Essentially adding EAGAIN to EBADF and EINTR as the ignored signals.)

--ken




reply via email to

[Prev in Thread] Current Thread [Next in Thread]