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 1332753 - possible memory leak in gamin
Summary: possible memory leak in gamin
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: gamin
Version: 6.8
Hardware: Unspecified
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Ondrej Holy
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-04 01:58 UTC by Joe Wright
Modified: 2020-12-11 12:10 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-15 19:11:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Article) 2480791 0 None None None 2017-08-14 05:12:33 UTC

Description Joe Wright 2016-05-04 01:58:10 UTC
Description of problem:
- gam_server seems to be using a lot of heap space, hence, this may be a memory leak.

Version-Release number of selected component (if applicable):
- RHEL7 with kde
- gamin-0.1.10-16.el7.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:

from pmap -X:

17882:   /usr/libexec/gam_server
         Address Perm   Offset Device  Inode    Size     Rss     Pss Referenced Anonymous Swap Locked Mapping
        00400000 r-xp 00000000  fd:02 289996      84      40      40         40         0    0      0 gam_server
        00614000 r--p 00014000  fd:02 289996       4       4       4          4         4    0      0 gam_server
        00615000 rw-p 00015000  fd:02 289996       4       4       4          4         4    0      0 gam_server
        014f0000 rw-p 00000000  00:00      0 6382436 6382412 6382412    6381764   6382412    0      0 [heap]
    7fd782d99000 r-xp 00000000  fd:02 264160      88      56       0         56         0    0      0 libpthread-2.17.so
    7fd782daf000 ---p 00016000  fd:02 264160    2048       0       0          0         0    0      0 libpthread-2.17.so
    7fd782faf000 r--p 00016000  fd:02 264160       4       4       4          0         4    0      0 libpthread-2.17.so
...
    7ffd8ba51000 rw-p 00000000  00:00      0     148      28      28         20        28    0      0 [stack]
    7ffd8bacb000 r-xp 00000000  00:00      0       8       8       0          8         0    0      0 [vdso]
ffffffffff600000 r-xp 00000000  00:00      0       4       0       0          0         0    0      0 [vsyscall]
                                             ======= ======= ======= ========== ========= ==== ====== 
                                             6392544 6384024 6382830    6383348   6382540    0      0 KB 

6+ GB is rather large for this service
-----------------------------------------------------------------------

Comment 18 Ondrej Holy 2017-03-22 08:04:35 UTC
Let me know if this is still an issue with RHEL 6.9 (or patch from Bug 1399726).


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