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.Received on Fri Oct 14 2005 - 09:08:21 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:45 UTC