From owner-freebsd-current@FreeBSD.ORG Mon May 14 02:47:02 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 B1EAC16A405; Mon, 14 May 2007 02:47:02 +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 913B013C447; Mon, 14 May 2007 02:47:02 +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 l4E2hHUw000210; Sun, 13 May 2007 19:43:17 -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 l4E2hGeG000209; Sun, 13 May 2007 19:43:16 -0700 (PDT) (envelope-from sgk) Date: Sun, 13 May 2007 19:43:16 -0700 From: Steve Kargl To: Andrey Chernov , Ricardo Nabinger Sanchez , freebsd-current@freebsd.org Message-ID: <20070514024316.GA197@troutmask.apl.washington.edu> References: <20070513175425.GA64710@troutmask.apl.washington.edu> <864pmg1t1s.fsf@dwp.des.no> <20070513183009.GA96018@troutmask.apl.washington.edu> <86646wzfv0.fsf@dwp.des.no> <20070513192836.GA94258@troutmask.apl.washington.edu> <46478626.9060301@FreeBSD.org> <20070513230055.1dbd22f5.rnsanchez@wait4.org> <20070514020635.GA99892@troutmask.apl.washington.edu> <20070514022620.GA52887@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070514022620.GA52887@nagual.pp.ru> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: Process for requesting reverting patch? 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, 14 May 2007 02:47:02 -0000 On Mon, May 14, 2007 at 06:26:20AM +0400, Andrey Chernov wrote: > On Sun, May 13, 2007 at 07:06:35PM -0700, Steve Kargl wrote: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=112408 > > > > This has absolutely nothing to do with Fortran. I get the > > exact same problem with the classic Hello World. > > I got no problems debugging with tcsh. Look how you set tcsh variables. If > there are run-time executables, gdb may confuse them with program you > debug. In that case it isn't tcsh fault. > Read the entire thread. tcsh hangs when invoked from gdb with a .cshrc that contains setenv MAIL /var/mail/`whoami` -- Steve