From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30913 invoked by alias); 16 Feb 2006 19:16:12 -0000 Received: (qmail 30905 invoked by uid 22791); 16 Feb 2006 19:16:11 -0000 X-Spam-Check-By: sourceware.org Received: from xproxy.gmail.com (HELO xproxy.gmail.com) (66.249.82.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 16 Feb 2006 19:16:10 +0000 Received: by xproxy.gmail.com with SMTP id s13so133363wxc for ; Thu, 16 Feb 2006 11:16:08 -0800 (PST) Received: by 10.70.76.3 with SMTP id y3mr26206wxa; Thu, 16 Feb 2006 11:16:08 -0800 (PST) Received: by 10.70.125.17 with HTTP; Thu, 16 Feb 2006 11:16:08 -0800 (PST) Message-ID: <8f2776cb0602161116p6997fd5bs648b1cf7c6cd3e31@mail.gmail.com> Date: Thu, 16 Feb 2006 19:16:00 -0000 From: Jim Blandy To: gdb-patches@sourceware.org Subject: Re: RFC: Fix an infinite loop placing sections in relocatable objects In-Reply-To: <20060216152444.GA22371@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060216152444.GA22371@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00327.txt.bz2 > Tested x86_64-pc-linux-gnu, where I can no longer trigger an infinite loop > here. Any opinions? I think you're right. Resetting start_addr at the top of the 'do' loop's body is clearly broken.