Re: GNU Make 4.0.1 ??? infinite loop on startup

2013-11-02 Thread Christopher Faylor
On Sat, Nov 02, 2013 at 12:42:28PM -0400, Rolf Campbell wrote: >On 2013-11-02 12:36, Rolf Campbell wrote: >> On 2013-10-27 14:51, Christopher Faylor wrote: >>> I downloaded the source code for the above and ran into the problem >>> pretty quickly. make was allocating an ever-increasing amount of m

Re: GNU Make 4.0.1 ??? infinite loop on startup

2013-11-02 Thread Rolf Campbell
On 2013-11-02 12:36, Rolf Campbell wrote: On 2013-10-27 14:51, Christopher Faylor wrote: I downloaded the source code for the above and ran into the problem pretty quickly. make was allocating an ever-increasing amount of memory due to a problem with the processing of eight bit characters with

Re: GNU Make 4.0.1 ??? infinite loop on startup

2013-11-02 Thread Rolf Campbell
On 2013-10-27 14:51, Christopher Faylor wrote: I downloaded the source code for the above and ran into the problem pretty quickly. make was allocating an ever-increasing amount of memory due to a problem with the processing of eight bit characters with the high-bit set. That caused the characte

Re: GNU Make 4.0.1 ??? infinite loop on startup

2013-10-27 Thread Christopher Faylor
On Sun, Oct 27, 2013 at 10:08:00AM +0400, Yuriy Chernyshov wrote: >Greetings. > >On October, 9 GNU Make 4.0 was released and is already available on cygwin >(I'm using x86_64 on Win7). > >My makefile is working fine with the latest version from 3.0 branch >(3.82.xx), but comes into infinite loop on

GNU Make 4.0.1 — infinite loop on startup

2013-10-26 Thread Yuriy Chernyshov
Greetings. On October, 9 GNU Make 4.0 was released and is already available on cygwin (I'm using x86_64 on Win7). My makefile is working fine with the latest version from 3.0 branch (3.82.xx), but comes into infinite loop on startup (no rules are being executed) with 4.0.1. 100% of a single cpu c