Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2008 18:15:44 +0100
From:      Kris Kennaway <kris@FreeBSD.org>
To:        Chris <chrcoluk@gmail.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: csh core dumping 7.0-rc1
Message-ID:  <4788F5C0.4040409@FreeBSD.org>
In-Reply-To: <3aaaa3a0801111919w138a5d77o201d0521b95d1e01@mail.gmail.com>
References:  <3aaaa3a0801111919w138a5d77o201d0521b95d1e01@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4788F5C0.4040409>