https://bugs.openldap.org/show_bug.cgi?id=9890
Issue ID: 9890 Summary: Core is seen while reboot for RHEL_8_4_X86_64 Product: OpenLDAP Version: 2.4.59 Hardware: x86_64 OS: Linux Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: sunil.ece.126@gmail.com Target Milestone: ---
Hi,
I am seeing below core while using openLdap 2.4.59. We are using openLdap in our application as stack to initiate the connection towards ldapServer. Current I am using RHEL_8_4_X86_64. Core is seen whenever system is going for reboot. Let me know if more information is required.
(gdb) bt #0 0x00007ff94be7d998 in vtable for {}cxxabiv1::{_}_si_class_type_info () from /lib64/libstdc++.so.6 #1 0x00007ff9520296cc in ManagedObjectList* ManagedObject::findMOListByKey<MOID>(MOID const&) const () from /usr/IMS/current/bin/libMX.so.0 #2 0x00007ff9520287a5 in ManagedObject::findObjectById(MOID const&) const () from /usr/IMS/current/bin/libMX.so.0 #3 0x00007ff952029fa9 in SignalInstaller::signalAction(int, siginfo_t*, void*) () from /usr/IMS/current/bin/libMX.so.0 #4 <signal handler called> #5 memfence_check (ptr=0x7fffffff00000000, size=0x0) at src/tcmalloc.cc:294 #6 0x00007ff94c72f90d in memfence_check_and_free (ptr=<optimized out>, size=size@entry=0x0) at src/tcmalloc.cc:307 #7 0x00007ff94c73dfe4 in free_fast_path (ptr=<optimized out>) at src/tcmalloc.cc:2142 #8 tc_free (ptr=<optimized out>) at src/tcmalloc.cc:2149 #9 0x00007ff949d3b0ce in ldap_int_destroy_global_options () from /lib64/libldap-2.4.so.2 #10 0x00007ff9528cfc96 in _dl_fini () from /lib64/ld-linux-x86-64.so.2 #11 0x00007ff94b1d0b0c in __run_exit_handlers () from /lib64/libc.so.6 #12 0x00007ff94b1d0c40 in exit () from /lib64/libc.so.6 #13 0x00007ff94b1ba49a in __libc_start_main () from /lib64/libc.so.6 #14 0x0000000000427b6e in _start ()
https://bugs.openldap.org/show_bug.cgi?id=9890
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED Keywords|needs_review |
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- The OpenLDAP 2.4 series is historic and no longer under support. All users of the 2.4 series are strongly advised to update to a current release series. This ITS will be closed.
I would note that plenty of free options, some with optional support, exist for deployment on RHEL8 as an alternative, such as the Symas packages (https://repo.symas.com/) and the LTB project (https://ltb-project.org/download.html).
Regards, Quanah
https://bugs.openldap.org/show_bug.cgi?id=9890
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED
https://bugs.openldap.org/show_bug.cgi?id=9890
--- Comment #2 from sunil sunil.ece.126@gmail.com --- Hi Quanah,
Thanks for your response. I am new to LDAP, can you point out which LDAP version I should use ?
https://bugs.openldap.org/show_bug.cgi?id=9890
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- (In reply to sunil from comment #2)
Hi Quanah,
Thanks for your response. I am new to LDAP, can you point out which LDAP version I should use ?
https://www.openldap.org/software/download/ describes the differences between 2.5 (long term support) and 2.6 (feature release). Which one meets the needs of your organization is for your organization to decide. But at a minimum you want to be on the OpenLDAP 2.5 release series.