URL:
<http://savannah.gnu.org/bugs/?18680>
Summary: fix for bug#2846 does not work as expected, still
hang sometimes
Project: make
Submitted by: None
Submitted on: Wednesday 01/03/2007 at 14:06 UTC
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 3.81
Operating System: POSIX-Based
Fixed Release: None
_______________________________________________________
Details:
The macro ENULLLOOP in make.h does not work as expected to be fixed in
bug#2846.
If "_c" returns zero with errno=EINTR when called first, the inner while-loop
repeats calling "_c", but without setting errno=0 before the next call.
So errno keeps being EINTR, while "_c" already succeeds, and make run into an
endless loop.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Wednesday 01/03/2007 at 14:06 UTC Name: make-3.81-eintr-loop.patch
Size: 421B By: None
Patch for reworked ENULLLOOP macro
<http://savannah.gnu.org/bugs/download.php?file_id=11674>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18680>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make