https://bugs.openldap.org/show_bug.cgi?id=9765
Issue ID: 9765 Summary: slapd crash Product: OpenLDAP Version: 2.4.46 Hardware: All OS: Linux Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: overlays Assignee: bugs@openldap.org Reporter: shivaprasadtp@yahoo.in Target Milestone: ---
Start-up two slapd server instances. Configure syncreply overlay with one of the servers as a provider and the other one as consumer. Create around 100 users. Now start changing syncrepl configuration for one of the slapd servers, lets say the consumer server, in a loop with 5 seconds delay. After few mins the slapd server crashes.
https://bugs.openldap.org/show_bug.cgi?id=9765
shivaprasadtp@yahoo.in changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|slapd crash |slapd crashes when setting | |it as a provider and | |consumer in a loop with 5 | |sec delay
https://bugs.openldap.org/show_bug.cgi?id=9765
--- Comment #1 from shivaprasadtp@yahoo.in --- Sorry, forgot to add pseudo code:
while True: set server as provider; sleep 5s; set server as consumer;
after a while the slap server crashes
https://bugs.openldap.org/show_bug.cgi?id=9765
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX Keywords|needs_review |
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- OpenLDAP 2.4 is historic. Many issues were also fixed in the OpenLDAP 2.4 series in the many years since 2.4.46 was released.
If you can reproduce with a current supported release, then feel free to re-open the bug.
https://bugs.openldap.org/show_bug.cgi?id=9765
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED