I have a been having a problem with auto mount crashing when a user attempts to mount a home directory. I thought I would post it here before I posted a bug.
I have not had any problems with ldap.
This system was upgraded from fc7 to fc8 via yum, that is when it broke.
Uname info
2.6.21.7-3.fc8xen #1 SMP Thu Mar 20 14:58:12 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
rpm info(this is x86_64 system so both i386 and x64 are installed)
nss_ldap-257-4.fc8
openldap-2.3.39-3.fc8
openldap-clients-2.3.39-3.fc8
openldap-servers-2.3.39-3.fc8
openldap-2.3.39-3.fc8
openldap-servers-2.3.39-3.fc8
nss_ldap-257-4.fc8
openssl-0.9.8b-17.fc8
openssl-0.9.8b-17.fc8
nss_compat_ossl-0.9.2-3.fc8
Here is a gdb stack trace, I also have core files. The error is always in the same place.
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1078090064 (LWP 14505)]
0x00002aaaad623f20 in ?? () from /lib64/libcrypto.so.6
(gdb) where
#0 0x00002aaaad623f20 in ?? () from /lib64/libcrypto.so.6
#1 0x00002aaaad621c60 in ?? () from /lib64/libcrypto.so.6
#2 0x00002aaaad621f8a in lh_insert () from /lib64/libcrypto.so.6
#3 0x00002aaaad624549 in ?? () from /lib64/libcrypto.so.6
#4 0x00002aaaad623e6c in ?? () from /lib64/libcrypto.so.6
#5 0x00002aaaad0eebeb in ERR_load_SSL_strings () from /lib64/libssl.so.6
#6 0x00002aaaac303655 in ?? () from /usr/lib64/libnss_ldap.so.2
#7 0x00002aaaac3036d1 in ?? () from /usr/lib64/libnss_ldap.so.2
#8 0x00002aaaac2e900f in ?? () from /usr/lib64/libnss_ldap.so.2
#9 0x00002aaaac2f575c in ?? () from /usr/lib64/libnss_ldap.so.2
#10 0x00002aaaac2e8e9a in ?? () from /usr/lib64/libnss_ldap.so.2
#11 0x00002aaaac2f60ae in ?? () from /usr/lib64/libnss_ldap.so.2
#12 0x00002aaaac2ed529 in ?? () from /usr/lib64/libnss_ldap.so.2
#13 0x00002aaaac2eda09 in ?? () from /usr/lib64/libnss_ldap.so.2
#14 0x00002aaaac2dd2a1 in ?? () from /usr/lib64/libnss_ldap.so.2
#15 0x00002aaaac2dec10 in ?? () from /usr/lib64/libnss_ldap.so.2
#16 0x00002aaaac2dfc04 in ?? () from /usr/lib64/libnss_ldap.so.2
#17 0x00002aaaac2dff1b in ?? () from /usr/lib64/libnss_ldap.so.2
#18 0x00002aaaac2e0449 in _nss_ldap_getpwuid_r ()
from /usr/lib64/libnss_ldap.so.2
#19 0x00002aaaab38efc0 in getpwuid_r@@GLIBC_2.2.5 () from /lib64/libc.so.6
#20 0x0000555555561168 in ?? () from /usr/sbin/automount
#21 0x00002aaaaaccd407 in start_thread () from /lib64/libpthread.so.0
---Type <return> to continue, or q <return> to quit---
#22 0x00002aaaab3c9b0d in clone () from /lib64/libc.so.6
Thanks
Steve