X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=SyuUHiik/dJipP7TQ5iHobGrImPy6q
	jmwUiu8tmphbx3FHmYvd9gvL/gXh00DGZMRVQ/k3XXBEYnRdO5sLrOMOGfCTBWB1
	zwt9ZNRjzUInjY5g7Pqs4L6aHE9bVnyQXo8K2v667Xub+kA8Qsjima1SH9pctcFL
	BrUAgVQU5Fvi0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=6gRDgU8/vXuRYPi7LbGJmaF+8Us=; b=Ttu+
	K0f+tikr1ydSkFY9fIJA1PXbiywDoVmgAzTII9n85aVDfB149xxMR0ULkZakfkbV
	cheHWrb7MLTKruZBx0hE8esGlHLK34JSRqlq05c2ky2DqtYBRlibjysOUDOHD9hT
	vw415Kp4kwvaywKuUSjn4E5t+1FcXadfLdGgYSA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Rolf Campbell <rolf.campbell@solacesystems.com>
Subject: Re: GNU Make 4.0.1 ??? infinite loop on startup
Date: Sat, 02 Nov 2013 12:36:57 -0400
Lines: 12
Message-ID: <l539mo$3sq$1@ger.gmane.org>
References: <CAPHLbgMa-OPFgF=YHRfWLqPSQDd-CZ4r2CW9N9N7ZAGqTRZPBw@mail.gmail.com> <20131027185108.GA1315@ednor.casa.cgf.cx>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
In-Reply-To: <20131027185108.GA1315@ednor.casa.cgf.cx>
X-IsSubscribed: yes

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 character to be interpreted as negative
> and that caused negative indexing off an array.
>
> The upcoming make-4.0-2 release should fix this problem.

Was this a problem with the upstream source?  Or just a problem with the 
cygwin build of it?



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

