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

Problem in id2entry.c?



Hi all,

I am still testing with OpenLDAP 2.1.22 and BerkeleyDB 4.1.25 backend. Last
night my slapd went into highload (hogging all CPU power). This morning I
attached a debugger and found that there is a bug in back-bdb/id2entry.c in
the while loop on line 133. The variable add_loop_cnt should be static (or
it should be moved one level higher) because now it is reset to 0 every
iteration of the loop which causes it to loop forever. Does anyone know
about this problem and if not what is the normal procedure for submitting
it? Or should I put this question on the development mailing list?

Regards,
Herman Meerlo

P.S. Anyone read my bdb_db_cache question and got an answer on it??