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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=eVUQJcgI2afw0Kz/SLEJ7T9Hq9Ow4q141Yawh+huU28rZyzuPvWTX YMzt2e/pUgPsyA06AfyaR0k2hN4OjpgztSNNRsUKzRxxVmZ7GW6k6Bj+MZ06kNN/ ny1/1COyQeQw6jpsqvcTx8TVmyd75psAICY0SBLChkba9WMN1W3Z4s= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=qBSTFkK/qVUDqTX37x2BbvBzZ1A=; b=CQKWqLm/1cw4aX5k7Bdz7JnuBcbn OO5O+HLOVgVlRLI7wcyQOEkZVGrgjt93fJs9EgZ31wU0+br64Zp7IoMNd6MQnTvN eGaPupDQrt+zsf+rOId5WjAvdo9ByosCCmF1P/xO4ns9hmquRmBTvYaVb3ytAhUH wNy2XCe9pcyZy5M= 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=0.7 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-01-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/jMhOZagr6GcDalRBOVpdx Date: Sat, 2 Nov 2013 14:44:12 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: GNU Make 4.0.1 ??? infinite loop on startup Message-ID: <20131102184412.GA1944@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20131027185108 DOT GA1315 AT ednor DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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 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? >Nevermind, just looked it up myself. I actually pointed to the upstream bug in the announcement. cgf -- 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