Issue Details (XML | Word | Printable)

Key: MODPYTHON-60
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Jim Gallacher
Reporter: Jim Gallacher
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

PythonOption directive causes memory leak

Created: 23/Jun/05 11:19 PM   Updated: 05/Mar/06 02:07 PM
Return to search
Component/s: core
Affects Version/s: 3.1.3, 3.1.4, 3.2.7
Fix Version/s: 3.2.7

Time Tracking:
Not Specified

Environment: Linux

Resolution Date: 17/Sep/05 12:12 AM


 Description  « Hide
This was previously reported on the mod_python mailing list. See http://www.modpython.org/pipermail/mod_python/2004-April/015395.html

A memory leak results when there is a PythonOption directive in the apache config file. Leak occurs when PythonOption is in either <VirtualHost> or <Directory> section.

For each request, approx 25 bytes of memory is leaked per PythonOption directive.

Methodolgy (using top to gauge memory usage, 100,000 requests per test case):

def handler(req):
    req.content_type = 'text/plain'
    req.write('PythonOption test\n')
    return apache.OK

1. No PythonOption directives:
    1.4 % MEM

2. 50 PythonOption directives:
    11.3% MEM

3. 100 PythonOption directives:
     25.4 % MEM


I know 50 or 100 PythonOptions is not likely in a production system, but it clearly demonstrate the leak.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jim Gallacher made changes - 17/Sep/05 12:12 AM
Field Original Value New Value
Resolution Fixed [ 1 ]
Assignee Jim Gallacher [ jgallacher ]
Status Open [ 1 ] Resolved [ 5 ]
Fix Version/s 3.3.0 [ 12310101 ]
Fix Version/s 3.2.0 [ 11060 ]
Nicolas Lehuen made changes - 17/Sep/05 01:24 AM
Fix Version/s 3.3.0 [ 12310101 ]
Graham Dumpleton made changes - 05/Mar/06 02:07 PM
Status Resolved [ 5 ] Closed [ 6 ]