Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1893459

Summary: Usage of PyObject_ToStrOrNull() results in memory leakage
Product: Red Hat Enterprise Linux 8 Reporter: Daniel Alley <dalley>
Component: createrepo_cAssignee: amatej
Status: CLOSED ERRATA QA Contact: Eva Mrakova <emrakova>
Severity: unspecified Docs Contact:
Priority: high    
Version: ---CC: amatej, nsella
Target Milestone: rcKeywords: Triaged
Target Release: 8.0Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: createrepo_c-0.16.2-1.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-18 15:46:42 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 Daniel Alley 2020-10-31 18:52:33 UTC
Description of problem:  Usage of PyObject_ToStrOrNull() results in severe memory leakage. Somewhat widespread: "46 results in 20 files"

More information (with better formatting and presentation) here: https://github.com/rpm-software-management/createrepo_c/issues/230


Version-Release number of selected component (if applicable): All of them


How reproducible:  Always


Steps to Reproduce:

PYTHONMALLOC=malloc valgrind --tool=memcheck --leak-check=full --track-origins=yes --show-leak-kinds=definite --suppressions=../../valgrind-python.supp python -m pytest --verbose --color=yes tests/python/tests/test_package.py

(valgrind suppressions file available here) https://github.com/python/cpython/blob/master/Misc/valgrind-python.supp

Actual results:

Valgrind reports memory leaks


Expected results:

Valgrind should not report memory leaks

Comment 1 Daniel Alley 2020-11-02 17:22:55 UTC
@Ales This will also require an upstream release so that Katello can package the RPM for their users

Comment 2 Daniel Alley 2020-11-02 20:54:35 UTC
Two PRs were created which address the specific problem mentioned here as well as several other memory leaks:

https://github.com/rpm-software-management/createrepo_c/pull/233
https://github.com/rpm-software-management/createrepo_c/pull/231

The impact is that on a patched system, Pulp's migration code which migrates RPMs and repositories from Pulp 2 to Pulp 3 went from using 20GB+ of RAM before, to using ~1GB of RAM after, to process around 300,000 RPMs through the Python APIs. So, it is a very significant impact.

Comment 5 amatej 2020-11-06 09:49:57 UTC
Thanks for the PRs, both of them are now merged.

I have also created the needed upstream release version 0.16.2.

Comment 15 errata-xmlrpc 2021-05-18 15:46:42 UTC
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 (createrepo_c 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/RHBA-2021:1840