Bug 1750893
Summary: | Memory leak when slapi-nis return entries retrieved from nsswitch | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | thierry bordaz <tbordaz> | ||||
Component: | slapi-nis | Assignee: | thierry bordaz <tbordaz> | ||||
Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | --- | CC: | abokovoy, afarley, ksiddiqu, msauton, pcech, ssidhaye, tmihinto | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | slapi-nis-0.56.5 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1820123 (view as bug list) | Environment: | |||||
Last Closed: | 2020-11-04 02:50:13 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1820123, 1825061 | ||||||
Attachments: |
|
Description
thierry bordaz
2019-09-10 16:44:55 UTC
pattern of the leaks (see attached valgrind output for complete list) ... ==22014== by 0x1B32805A: backend_search_nsswitch (back-sch-nss.c:729) ==22014== by 0x1B31339C: backend_search_set_cb (back-sch.c:1319) ==22014== by 0x1B32501E: map_data_foreach_map (map.c:353) ==22014== by 0x1B3130B5: backend_search_group_cb (back-sch.c:1473) ==22014== by 0x1B324F5F: map_data_foreach_domain (map.c:323) ==22014== by 0x1B31299D: backend_search_cb (back-sch.c:1852) ==22014== by 0x50E6797: ??? (in /usr/lib64/dirsrv/libslapd.so.0.1.0) ==22014== by 0x50E6A52: plugin_call_plugins (in /usr/lib64/dirsrv/libslapd.so.0.1.0) ==22014== by 0x50D98A6: op_shared_search (in /usr/lib64/dirsrv/libslapd.so.0.1.0) ==22014== by 0x13597D: ??? (in /usr/sbin/ns-slapd) ==22014== by 0x1236A9: ??? (in /usr/sbin/ns-slapd) ==22014== by 0x732EBAA: _pt_root (ptthread.c:201) ==22014== by 0x796EDD4: start_thread (pthread_create.c:307) ==22014== by 0x82FDEAC: clone (clone.S:111) Created attachment 1614009 [details]
Full list of slapi-nis leak when processing nsswitch entries
This is the output of valgrind that are related to this BZ
Thank you taking your time and submitting this request for Red Hat Enterprise Linux 7. Unfortunately, this bug cannot be kept even as a stretch goal and was postponed to RHEL8. patch being push upstream (0.56.4) => POST Reproducer: Followed procedure mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1820123#c14 Builds used: [root@ci-vm-10-0-139-58 ~]# rpm -q ipa-server slapi-nis ipa-server-4.7.1-11.module+el8+2842+7481110c.x86_64 slapi-nis-0.56.2-7.module+el8+2555+b334d87b.x86_64 [root@ci-vm-10-0-139-58 ~]# rpm -q 389-ds-base 389-ds-base-1.4.0.20-7.module+el8+2750+1f4079fb.x86_64 [root@ci-vm-10-0-139-58 ~]# [root@ci-vm-10-0-139-58 ~]# grep backend_search_nsswitch /var/run/dirsrv/ns-slapd-* /var/run/dirsrv/ns-slapd-CI-VM-10-0-139-58-HOSTED-UPSHIFT-RDU2-REDHAT-COM.asan.28975: #1 0x7f04c55d2078 in backend_search_nsswitch back-sch-nss.c:718 Fixed version [root@ci-vm-10-0-139-233 ~]# rpm -q ipa-server slapi-nis; cat /etc/redhat-release ipa-server-4.8.7-4.module+el8.3.0+7221+eedbd403.x86_64 slapi-nis-0.56.5-2.module+el8.3.0+6580+328a3362.x86_64 Red Hat Enterprise Linux release 8.3 Beta (Ootpa) [root@ci-vm-10-0-139-233 ~]# rpm -q 389-ds-base 389-ds-base-1.4.3.8-4.module+el8.3.0+7193+dfd1e8ad.x86_64 [root@ci-vm-10-0-139-233 ~]# [root@ci-vm-10-0-139-233 ~]# grep backend_search_nsswitch /var/run/dirsrv/ns-slapd-CI-VM-10-0-139-233-HOSTED-UPSHIFT-RDU2-REDHAT-COM.asan.* -c /var/run/dirsrv/ns-slapd-CI-VM-10-0-139-233-HOSTED-UPSHIFT-RDU2-REDHAT-COM.asan.12318:0 /var/run/dirsrv/ns-slapd-CI-VM-10-0-139-233-HOSTED-UPSHIFT-RDU2-REDHAT-COM.asan.12382:0 /var/run/dirsrv/ns-slapd-CI-VM-10-0-139-233-HOSTED-UPSHIFT-RDU2-REDHAT-COM.asan.12430:0 /var/run/dirsrv/ns-slapd-CI-VM-10-0-139-233-HOSTED-UPSHIFT-RDU2-REDHAT-COM.asan.13072:0 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: idm:DL1 and idm:client security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:4670 |