Re: 2.1.12 segfault with ldap module

2012-02-21 Thread Brian De Wolf
On Tue, 21 Feb 2012 01:09:19 -0800 Alan DeKok wrote: > From a quick inspection, the cause is likely that a connection is > still in use by the module, but in another thread. When it releases a > connection that's still in use, bad things happen. > Would that still be possible if I was starti

Re: 2.1.12 segfault with ldap module

2012-02-21 Thread Alan DeKok
Brian De Wolf wrote: > After seeing that it looks like it's actually the ldap module causing > problems, I commented out all of my bits that use the ldap module and > it doesn't segfault on shutdown. I also tried it with ldap but without > TLS enabled and it shut down clean still. OK... then it

2.1.12 segfault with ldap module

2012-02-20 Thread Brian De Wolf
While setting up freeradius recently, we noticed that it would segfault on a restart after being used. The segfault line would be something like: kernel: radiusd[2608]: segfault at 7feb7471f480 ip 7feb7471f480 sp 7fff451ea168 error 14 in libfreeradius-eap-2.1.12.so[7feb74d2b000+9000] At