From owner-freebsd-current@FreeBSD.ORG Sat Apr 14 00:20:19 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 4FB4C16A404 for ; Sat, 14 Apr 2007 00:20:19 +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 30E6013C46A for ; Sat, 14 Apr 2007 00:20:19 +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 l3E0Kjdd038520 for ; Fri, 13 Apr 2007 17:20:45 -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 l3E0KjKd038519 for freebsd-current@freebsd.org; Fri, 13 Apr 2007 17:20:45 -0700 (PDT) (envelope-from sgk) Date: Fri, 13 Apr 2007 17:20:44 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070414002044.GA38494@troutmask.apl.washington.edu> References: <20070413183525.GA34643@troutmask.apl.washington.edu> <20070413221843.GA37592@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070413221843.GA37592@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 00:20:19 -0000 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. -- Steve