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=kVGBkdP+ed7z8HdGeSW56Ij+RKdTZ0 CLTX3odOuJR7EjJ7j+WndMO0gz7q1r+E8YzUYU2ZesB4jWLxlHCEBR0rnuv8Z4Mr ED9geddZz20/Q0zylyBLfvXyIH+WY/Kbt4zLrMFNhoffMOnoRKklRhNXTuEl4Iq9 mEADSzxha7lyk= 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=XeJ8BiTYUG32R3MqlWkUA4i5DfM=; b=wYKU rbY1gn8pq1BeetR2j1Dys3Kywh3vU1OykHXsJ9ILATwJKE1sejVEl8v6Hu0xLrMx 1eEfu5mwrFaoCQPo0BjanUfZsQd3kq/m8bW9VjtjjYINVdVLG1K+PWR9u0lX7rtp Z4liurFmMsK60UHRK28jgLxuBC7ZA9TWUNOEh5A= 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=2.3 required=5.0 tests=AWL,BAYES_50,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:42:28 -0400 Lines: 13 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: X-IsSubscribed: yes 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. -- 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