nss_ldap segmentation fault with RC1

Brian Candler B.Candler at pobox.com
Fri Oct 14 04:08:22 PDT 2005


On Fri, Oct 14, 2005 at 11:41:21AM +0200, Emanuel Strobl wrote:
> nss_ldap: ==> do_search_s
> Segmentation fault (core dumped)

It looks like the program which loaded nss_ldap.so has dumped core. This
might be login, sshd, ... I really don't know :-)

But a scan across your filesystem for *.core might turn it up.
Alternatively, you should be able to put the file in a directory of your
choice using

    # sysctl kern.corefile=/var/tmp/%N.core

If it's a setuid program (like /usr/bin/login), you will in any case need to
set

    # sysctl kern.sugid_coredump=1

to get it written to disk.

However there will be other people here who are much more expert in how to
get core files than me...

Regards,

Brian.


More information about the freebsd-current mailing list