Date: Mon, 17 Oct 2005 10:15:01 +0100 From: Brian Candler <B.Candler@pobox.com> To: Emanuel Strobl <Emanuel.strobl@gmx.net> Cc: nectar@freebsd.org, freebsd-current@freebsd.org Subject: Re: nss_ldap segmentation fault with RC1 Message-ID: <20051017091501.GA1499@uk.tiscali.com> In-Reply-To: <200510170955.23231@harrymail> References: <200510111932.50224@harrymail> <200510141141.33231@harrymail> <20051014110814.GA19035@uk.tiscali.com> <200510170955.23231@harrymail>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 17, 2005 at 09:55:10AM +0200, Emanuel Strobl wrote: > Attached is one core dump, I don't know what i should do with it ;) The _last_ thing to do with a core dump is send it to a mailing list. It's completely useless to us, and is absolutely huge. A total waste of bandwidth for everyone on the list. Howver on your machine you can do: # gdb -c whatever.core /path/to/bin/whatever and then bt to get a backtrace. *That* you can post to a mailing list. You may then get requests to print the contents of particular variables. Brian.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051017091501.GA1499>