bug-make
[Top][All Lists]
Advanced

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

[bug #14853] make randomly fails with interrupted system call on slower


From: Paul D. Smith
Subject: [bug #14853] make randomly fails with interrupted system call on slower filesystems with parallel builds
Date: Sun, 13 Mar 2016 16:49:16 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #14853 (project make):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #10:

In Git I've implemented the use of pselect() for systems which support it,
which is most modern systems (it was added to POSIX in 2001 or so).  Also many
 more system calls in GNU make have been changed to use the EINTR loop to
avoid problems with SIGCHLD, for systems that don't support pselect().

I think I'll close this as a duplicate of bug #46261

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?14853>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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