From owner-freebsd-current@FreeBSD.ORG Sat Jan 12 18:34:52 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 370B716A420 for ; Sat, 12 Jan 2008 18:34:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 24EE913C46B; Sat, 12 Jan 2008 18:34:50 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47890849.7050007@FreeBSD.org> Date: Sat, 12 Jan 2008 19:34:49 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Dan Nelson References: <3aaaa3a0801111919w138a5d77o201d0521b95d1e01@mail.gmail.com> <4788F5C0.4040409@FreeBSD.org> <20080112181325.GA97708@dan.emsphone.com> In-Reply-To: <20080112181325.GA97708@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris , FreeBSD Current Subject: Re: csh core dumping 7.0-rc1 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, 12 Jan 2008 18:34:52 -0000 Dan Nelson wrote: > In the last episode (Jan 12), Kris Kennaway said: >> That backtrace is garbage, of course :) Try rebuilding csh and the >> libraries with CFLAGS+=-ggdb and STRIP= (i.e. set to the empty >> string). This will allow a meaningful backtrace when it crashes. > > Setting DEBUG_FLAGS=-ggdb will do both at once, BTW. > Thanks, nice shortcut :) Kris