https://bugs.openldap.org/show_bug.cgi?id=9373
--- Comment #2 from Jin ljin@microstrategy.com --- (In reply to Howard Chu from comment #1)
(In reply to ljin from comment #0)
Hit Faulting Signal: signal 11, Segmentation fault. when calling ldap_simple_bind_s.
#0 0x00007f3e7cddec2d in poll () from /lib64/libc.so.6 #1 0x00007f3e468417d5 in ldap_result () from /usr/lib64/libldap_r-2.4.so.2 #2 0x00007f3e4684a808 in ldap_sasl_bind_s () from /usr/lib64/libldap_r-2.4.so.2 #3 0x00007f3e4684b055 in ldap_simple_bind_s () from /usr/lib64/libldap_r-2.4.so.2
This happened when there were multi-thread ldap_simple_bind_s calls.
OpenLDAP 2.4.10 was released over 12 years ago. The current release is 2.4.54. Please update to the current release and followup if you're still experiencing this issue. Nobody will investigate such an old version.
I put the wrong one. The library is libldap_r-2.4.so.2.10.7. Do you know the matching version number? Thanks.