Re: RE24 call for testing

2009-10-07 Thread Aaron Richton
On Thu, 1 Oct 2009, Aaron Richton wrote: Hmm...actually, this is with 2.4.18. But I don't know if there were changes on point since then? Got the same thing with RE24 checkout from yesterday. current thread: t...@8 [1] lwp_mutex_lock(0x1005d3b88, 0x7fff7e712d70, 0x0, 0x1, 0x0, 0x7f

Re: RE24 call for testing

2009-10-07 Thread Rein Tollevik
Aaron Richton wrote: On Thu, 1 Oct 2009, Aaron Richton wrote: Hmm...actually, this is with 2.4.18. But I don't know if there were changes on point since then? Got the same thing with RE24 checkout from yesterday. I have also managed the same, after about 800 runs of test058.. Currently tes

Re: commit: ldap/servers/slapd/overlays pcache.c

2009-10-07 Thread Howard Chu
a...@openldap.org wrote: Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/overlays Modified Files: pcache.c 1.196 -> 1.197 Log Message: make sure members are not used uninitialized Perhaps this should have just been changed to ch_calloc instead of ch_malloc... -- -- Howard Chu C

Re: commit: ldap/servers/slapd/overlays pcache.c

2009-10-07 Thread masarati
>> Log Message: >> make sure members are not used uninitialized > > Perhaps this should have just been changed to ch_calloc instead of > ch_malloc... That was my first try, but in some cases 0 is not the right default for a variable, so better explicitly set values... feel free to change. p.