bug-make
[Top][All Lists]
Advanced

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

[bug #18680] fix for bug#2846 does not work as expected, still hang some


From: anonymous
Subject: [bug #18680] fix for bug#2846 does not work as expected, still hang sometimes
Date: Wed, 03 Jan 2007 14:06:36 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061030 Firefox/1.5.0.7

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/





reply via email to

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