https://bugs.openldap.org/show_bug.cgi?id=9373
Issue ID: 9373 Summary: Segmentation fault on ldap_simple_bind_s Product: OpenLDAP Version: 2.4.10 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: ljin@microstrategy.com Target Milestone: ---
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.
https://bugs.openldap.org/show_bug.cgi?id=9373
--- Comment #1 from Howard Chu hyc@openldap.org --- (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.
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.
https://bugs.openldap.org/show_bug.cgi?id=9373
Jin ljin@microstrategy.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|2.4.10 |2.4.44
https://bugs.openldap.org/show_bug.cgi?id=9373
--- Comment #3 from Jin ljin@microstrategy.com --- (In reply to Jin from comment #2)
(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.
Updated version. Should be 2.4.44.
https://bugs.openldap.org/show_bug.cgi?id=9373
--- Comment #4 from Quanah Gibson-Mount quanah@openldap.org --- (In reply to Jin from comment #3)
Updated version. Should be 2.4.44.
2.4.44 is still well over 4 years old, and there have been numerous fixes to libldap since that time. Please use a current release and see if you can reproduce.
https://bugs.openldap.org/show_bug.cgi?id=9373
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
https://bugs.openldap.org/show_bug.cgi?id=9373
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED