Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2005 12:08:14 +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:  <20051014110814.GA19035@uk.tiscali.com>
In-Reply-To: <200510141141.33231@harrymail>
References:  <200510111932.50224@harrymail> <200510141141.33231@harrymail>

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



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