From owner-freebsd-current@FreeBSD.ORG Fri Apr 13 22:18:22 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 F420D16A402 for ; Fri, 13 Apr 2007 22:18:21 +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 D5EA113C46E for ; Fri, 13 Apr 2007 22:18:21 +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 l3DMIlLf037605 for ; Fri, 13 Apr 2007 15:18:47 -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 l3DMIhIe037604 for freebsd-current@freebsd.org; Fri, 13 Apr 2007 15:18:43 -0700 (PDT) (envelope-from sgk) Date: Fri, 13 Apr 2007 15:18:43 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070413221843.GA37592@troutmask.apl.washington.edu> References: <20070413183525.GA34643@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070413183525.GA34643@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: Fri, 13 Apr 2007 22:18:22 -0000 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. -- Steve