csh core dumping 7.0-rc1
Kris Kennaway
kris at FreeBSD.org
Sat Jan 12 09:15:47 PST 2008
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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at 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
More information about the freebsd-current
mailing list