[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: test002: TLS required?



> > -----Original Message-----
> > From: Pierangelo Masarati [mailto:masarati@aero.polimi.it]
> 
> > dig into it further, if I have time.  Is there any suggestion (hints,
> > special settings, twirks you used in building back-bdb) you can give?
> 
> I build libldap_r and back_bdb with -DLDAP_PVT_THREAD_STACK_SIZE=0 because
> glibc's pthread_setattr_stacksize() doesn't work with 16MB stack size (by
> default). You may be getting thread stack overrun due to the large IDblocks
> that bdb_search uses...

Thanks for the hint.  I must apologize because all the mess was my fault
When I decided to rebuild EVERYTHING from scratch I realized I was still
using with gcc 2.9* a library that I built with gcc 3.0.2; after recomp-
iling it I'm able to pass all the tests.  Lots of time wasted :(

I confirm bdb is faster than ldbm: 1m8.640s vs. 1m13.350s
for test008 on a Pentium III 500 MHz

Ando.