From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9049 invoked by alias); 14 Sep 2009 17:52:56 -0000 Received: (qmail 9041 invoked by uid 22791); 14 Sep 2009 17:52:56 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Sep 2009 17:52:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C7C922BAB0C; Mon, 14 Sep 2009 13:52:49 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EiDL3H2QkKxf; Mon, 14 Sep 2009 13:52:49 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 632CB2BAAFA; Mon, 14 Sep 2009 13:52:49 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C2911F589B; Mon, 14 Sep 2009 10:52:44 -0700 (PDT) Date: Mon, 14 Sep 2009 17:52:00 -0000 From: Joel Brobecker To: Paul Pluzhnikov Cc: gdb@sourceware.org, Tom Tromey , Doug Evans Subject: Re: [gdb-7.0 release] 2009-09-02 status and proposed plan Message-ID: <20090914175244.GH7363@adacore.com> References: <20090902164425.GR4379@adacore.com> <8ac60eac0909030854j21d514f9h5047a099a3eb3d80@mail.gmail.com> <8ac60eac0909040825u25ce064co34550210ec2e5f11@mail.gmail.com> <8ac60eac0909141043s50a2311dh8fa2bc5810bb824@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ac60eac0909141043s50a2311dh8fa2bc5810bb824@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00184.txt.bz2 > The problem appears to be in expand_line_sal(). Both gdb-6.8 and gdb-cvs > construct a list of 20 candidates, but then gdb-6.8 filters that list down > to 9, and gdb-cvs down to 13 candidates. Humpf! Let's open a PR as soon as you have more details (I can take care of that part if you prefer to just send the details to this list). I propose we do NOT block the branch creation pending resolution, but rather make this release-blocking. We can fix this issue on the branch. Otherwise, we'll keep finding problems, and will never create that branch. -- Joel