Bug 2115348
Summary: | memory leak with filter optimizer | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | mreynolds |
Component: | 389-ds-base | Assignee: | mreynolds |
Status: | CLOSED ERRATA | QA Contact: | RHDS QE <ds-qe-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 9.1 | CC: | aadhikar, gkimetto, ldap-maint, progier |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 9.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | sync-to-jira | ||
Fixed In Version: | 389-ds-base-2.1.3-3.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-15 10:30:16 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: |
Description
mreynolds
2022-08-04 13:18:32 UTC
Upstream ticket: https://github.com/389ds/389-ds-base/issues/5397 FYI: I reproduce the leak while testing another issue on an ASAN build: So we have a reproducer by simply running: pytest $PWD -k test_reset_pwd_before_passwordTPRDelayValidFrom ============================================================================ test session starts ================================================================= platform linux -- Python 3.9.13, pytest-5.4.3, py-1.11.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache metadata: {'Python': '3.9.13', 'Platform': 'Linux-5.14.0-149.el9.x86_64-x86_64-with-glibc2.34', 'Packages': {'pytest': '5.4.3', 'py': '1.11.0', 'pluggy': '0.13.1'}, 'Plugins': {'metadata': '2.0.2', 'html': '3.1.1', 'libfaketime': '0.1.2', 'flaky': '3.7.0'}} 389-ds-base: 2.1.3-3.1asan.el9 nss: 3.79.0-12.el9_0 nspr: 4.34.0-12.el9_0 openldap: 2.6.2-3.el9 cyrus-sasl: 2.1.27-20.el9 FIPS: disabled rootdir: /root/test/389-ds-base/dirsrvtests, inifile: pytest.ini plugins: metadata-2.0.2, html-3.1.1, libfaketime-0.1.2, flaky-3.7.0 collected 1 item dirsrvtests/tests/suites/password/password_TPR_policy_test.py::test_reset_pwd_before_passwordTPRDelayValidFrom PASSED [100%] ============================================================================ 1 passed in 12.30s ================================================================== Marking as Verified: Tested. 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: 389-ds-base 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-2022:8162 |