https://bugzilla.novell.com/show_bug.cgi?id=407552 User rhafer@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=407552#c12 --- Comment #12 from Ralf Haferkamp <rhafer@novell.com> 2008-10-14 05:33:48 MDT --- Created an attachment (id=245393) --> (https://bugzilla.novell.com/attachment.cgi?id=245393) small testcase I used the attached little C programm to reproduce the problem. You'll will need an OpenLDAP server with the database suffix "dc=suse,dc=de" (alternatively you can adjust the "dc=suse,dc=de" string in the testcase programm). That server should allow anonymous searches and should have at least some data in it. Mine had around 1000 entries. To reproduce the problem you need the stop and start the server in a loop. I did the following on a console: linux-5uct:~ # while ( true ); do rcldap stop; rcldap start; done (Note: don't use "rcldap restart", as that might take to long) On another terminal you need to start the testprogram. That will run in an endless loop until the crash occurs. (It took a few seconds on my system) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.