8 Feb
2008
8 Feb
'08
10:03 a.m.
I am consistently getting a segfault (~every 45minutes or so) from line 1319 of rlm_ldap.c , gdb debugging shows me that vals[0] is not a valid memory location. (always 0xffffffffb00020e0)
Try running it without the LDAP module. If it works, then the ldap module, or the LDAP libraries it uses aren't 64-bit clean.
i'm linked against redhat's 64bit ldap libraries, which function well in every test i can think to throw at them....