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 - Usage of PyObject_ToStrOrNull() results in memory leakage
Summary: Usage of PyObject_ToStrOrNull() results in memory leakage
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: createrepo_c
Version: ---
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: rc
: 8.0
Assignee: amatej
QA Contact: Eva Mrakova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-31 18:52 UTC by Daniel Alley
Modified: 2021-05-18 15:46 UTC (History)
2 users (show)

Fixed In Version: createrepo_c-0.16.2-1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 15:46:42 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github rpm-software-management createrepo_c issues 230 0 None closed Memory leaks in PyObject_ToStrOrNull() 2021-02-03 11:27:11 UTC
Red Hat Product Errata RHBA-2021:1840 0 None None None 2021-05-18 15:46:50 UTC

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


Note You need to log in before you can comment on or make changes to this bug.