X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: Rolf Campbell Subject: Re: GNU Make 4.0.1 ??? infinite loop on startup Date: Sat, 02 Nov 2013 12:36:57 -0400 Lines: 12 Message-ID: References: <20131027185108 DOT GA1315 AT ednor DOT casa DOT cgf DOT 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