Bug 1299818 - mod_python leaks memory during httpd reload
Summary: mod_python leaks memory during httpd reload
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: mod_python
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lubomir Rintel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-19 10:34 UTC by Martin Frodl
Modified: 2020-11-30 15:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-30 15:03:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1181690 1 None None None 2021-01-20 06:05:38 UTC

Internal Links: 1181690

Description Martin Frodl 2016-01-19 10:34:09 UTC
Description of problem:

With mod_python installed and enabled, Apache server reload causes considerable
memory leaks.

Steps to Reproduce:
# service httpd start
Starting httpd:                                            [  OK  ]
# ps aux | head -1
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
# ps aux | grep httpd
root      1659  0.0  0.3 184940  6560 ?        Ss   05:28   0:00 /usr/sbin/httpd
apache    1661  0.0  0.2 184940  4536 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1662  0.0  0.2 184940  4536 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1663  0.0  0.2 184940  4552 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1664  0.0  0.2 184940  4536 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1665  0.0  0.2 184940  4536 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1666  0.0  0.2 184940  4536 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1667  0.0  0.2 184940  4536 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1668  0.0  0.2 184940  4536 ?        S    05:28   0:00 /usr/sbin/httpd
root      1670  0.0  0.0 103320   884 pts/0    S+   05:28   0:00 grep httpd
# service httpd reload
Reloading httpd:
# ps aux | grep httpd
root      1659  0.1  0.4 186428  8600 ?        Ss   05:28   0:00 /usr/sbin/httpd
apache    1685  0.0  0.3 186560  6100 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1686  0.0  0.3 186560  6100 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1687  0.0  0.3 186560  6116 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1688  0.0  0.3 186560  6100 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1689  0.0  0.3 186560  6100 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1690  0.0  0.3 186560  6100 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1691  0.0  0.3 186560  6100 ?        S    05:28   0:00 /usr/sbin/httpd
apache    1692  0.0  0.3 186560  6100 ?        S    05:28   0:00 /usr/sbin/httpd
root      1694  0.0  0.0 103320   884 pts/0    S+   05:28   0:00 grep httpd

Version-Release number of selected component (if applicable):
mod_python-3.3.1-16.el6.x86_64
httpd-2.2.15-51.el6.x86_64

Comment 1 Ben Cotton 2020-11-05 16:47:42 UTC
This message is a reminder that EPEL 6 is nearing its end of life. Fedora will stop maintaining and issuing updates for EPEL 6 on 2020-11-30. It is our policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of 'el6'.

Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later EPEL version.

Thank you for reporting this issue and we are sorry that we were not able to fix it before EPEL 6 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged  change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.

Comment 2 Ben Cotton 2020-11-30 15:03:17 UTC
EPEL el6 changed to end-of-life (EOL) status on 2020-11-30. EPEL el6 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
EPEL please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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