From owner-freebsd-current@FreeBSD.ORG Mon Jun 11 02:03:28 2007 Return-Path: X-Original-To: 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 E237916A46D; Mon, 11 Jun 2007 02:03:28 +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 ADC9E13C44C; Mon, 11 Jun 2007 02:03:28 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l5B22DVg057304; Sun, 10 Jun 2007 19:02:13 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l5B22D10057303; Sun, 10 Jun 2007 19:02:13 -0700 (PDT) (envelope-from sgk) Date: Sun, 10 Jun 2007 19:02:13 -0700 From: Steve Kargl To: Darren Reed Message-ID: <20070611020213.GA57256@troutmask.apl.washington.edu> References: <20070611015752.GA82125@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070611015752.GA82125@hub.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: current@freebsd.org Subject: Re: yacc/gdb issues with 7.0-current 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: Mon, 11 Jun 2007 02:03:29 -0000 On Mon, Jun 11, 2007 at 01:57:52AM +0000, Darren Reed wrote: > Using 7.0-current from around May 20, a couple of things I've run > across today... > > gdb seems to have "issues" in -current after doing "run". > The output below is from truss on gdb's pid: Are you using tcsh? tcsh's signal handling appears to be broekn, but no one seems to want to revert the recent tcsh import. http://www.freebsd.org/cgi/query-pr.cgi?pr=112408 -- Steve