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 1250445

Summary: cairo_t/surface leak on gaussian filters
Product: Red Hat Enterprise Linux 7 Reporter: Debarshi Ray <debarshir>
Component: librsvg2Assignee: Debarshi Ray <debarshir>
Status: CLOSED NOTABUG QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.2CC: lmiksik, mclasen, tpelka
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-18 14:17:03 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 Debarshi Ray 2015-08-05 11:37:57 UTC
Untar adwaita-icon-theme-3.14.1 [1] into a location indexed by tracker and watch the memory consumption of tracker-extract grow. The worst files seem to be:
* adwaita-icon-theme-3.14.1/src/fullcolor/faces-2.svg
* adwaita-icon-theme-3.14.1/src/fullcolor/printers.svg
* adwaita-icon-theme-3.14.1/src/fullcolor/folders.svg

The bug is fixed upstream, so we should either carry the patches or use a newer tarball when one shows up.

[1] http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.14/adwaita-icon-theme-3.14.1.tar.xz

Comment 1 Debarshi Ray 2015-08-05 21:33:35 UTC
On closer inspection, I think that this issue is not present in RHEL
7.2's version of librsvg2.

Due to the desktop rebase, I had assumed that RHEL 7.2 has the same librsvg2 as Fedora 21, which is affected by this issue. In reality, RHEL 7.2 has 2.39.0, which is two years old. In comparison Fedora 21 has the latest 2.40.9 release.

Sorry for the confusion. Maybe this should be closed as INVALID?