From owner-freebsd-current@FreeBSD.ORG Sat Apr 14 05:16:07 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3483116A406 for ; Sat, 14 Apr 2007 05:16:07 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 1A57D13C45A for ; Sat, 14 Apr 2007 05:16:07 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.8/8.13.8) with ESMTP id l3E5GWnQ040523 for ; Fri, 13 Apr 2007 22:16:32 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.8/8.13.8/Submit) id l3E5GS9O040522 for freebsd-current@freebsd.org; Fri, 13 Apr 2007 22:16:28 -0700 (PDT) (envelope-from sgk) Date: Fri, 13 Apr 2007 22:16:28 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070414051628.GA40509@troutmask.apl.washington.edu> References: <20070413183525.GA34643@troutmask.apl.washington.edu> <20070413221843.GA37592@troutmask.apl.washington.edu> <20070414002044.GA38494@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070414002044.GA38494@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.2i Subject: Re: gdb is broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 05:16:07 -0000 On Fri, Apr 13, 2007 at 05:20:44PM -0700, Steve Kargl wrote: > On Fri, Apr 13, 2007 at 03:18:43PM -0700, Steve Kargl wrote: > > On Fri, Apr 13, 2007 at 11:35:25AM -0700, Steve Kargl wrote: > > > It appears that someone has broken gdb in -current. > > > > > > laptop:kargl[250] cat > hello.c > > > #include > > > int main(void) { > > > printf("Hello world!\n"); > > > return 0; > > > } > > > laptop:kargl[251] cc -o z -g hello.c > > > laptop:kargl[252] ./z > > > Hello world! > > > laptop:kargl[253] gdb z > > > (gdb) run > > > Starting program: /usr/home/kargl/tmp/z > > > Terminated > > > > > > gdb appears to spwan the csh comamnd below and then just spins. > > > > > > > Reverting to a March 01, 2007 -current gives > > > > (gdb) run > > Starting program: /usr/home/kargl/tmp/z > > Hello world! > > > > Program exited normally. > > > > the expected result. A binary search for the guilty commit > > is going to be a PITA on my old laptop. > > A March 31, 2007 -current exibits a broken gdb. Up next > March 15, 2007. > I've narrowed the problem down to the 22-26 Mar 07 range. -- Steve