nss_ldap segmentation fault with RC1

Brian Candler B.Candler at pobox.com
Mon Oct 17 02:15:31 PDT 2005


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.


More information about the freebsd-current mailing list