From owner-freebsd-current@FreeBSD.ORG Sat Jan 12 17:15:46 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 E178316A41A for ; Sat, 12 Jan 2008 17:15:46 +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 27D2E13C448; Sat, 12 Jan 2008 17:15:45 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4788F5C0.4040409@FreeBSD.org> Date: Sat, 12 Jan 2008 18:15:44 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Chris References: <3aaaa3a0801111919w138a5d77o201d0521b95d1e01@mail.gmail.com> In-Reply-To: <3aaaa3a0801111919w138a5d77o201d0521b95d1e01@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 17:15:47 -0000 Chris wrote: > bt shows this > > #0 0x00000000 in ?? () > #1 0x08057c65 in ?? () > #2 0x281f7b08 in in6addr_linklocal_allnodes () from /lib/libc.so.7 > #3 0x0808c120 in ?? () > #4 0x00000001 in ?? () > #5 0x0808c120 in ?? () > #6 0xbfbfed20 in ?? () > #7 0x00000001 in ?? () > #8 0xbfbfecd8 in ?? () > #9 0x0804bf7a in ?? () > #10 0x00000002 in ?? () > #11 0x0808c0c5 in ?? () > #12 0xbfbfeb48 in ?? () > #13 0x280988a6 in dlopen () from /libexec/ld-elf.so.1 > Previous frame inner to this frame (corrupt stack?) > > Chris > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > 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. Kris