[ http://issues.apache.org/jira/browse/MODPYTHON-194?page=all ]

Graham Dumpleton resolved MODPYTHON-194.
----------------------------------------

    Resolution: Fixed

> Memory leak due to not clearing thread state object before deletion.
> --------------------------------------------------------------------
>
>                 Key: MODPYTHON-194
>                 URL: http://issues.apache.org/jira/browse/MODPYTHON-194
>             Project: mod_python
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.2.10
>            Reporter: Graham Dumpleton
>         Assigned To: Graham Dumpleton
>             Fix For: 3.3
>
>
> Jeff Robbins reported a potential memory leak in mod_python as a result of 
> PyThreadState_Clear() not being called prior to PyThreadState_Delete. See:
>   
> http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200610.mbox/[EMAIL 
> PROTECTED]
> Problem looks to be valid, but as per followup:
>   
> http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200610.mbox/[EMAIL 
> PROTECTED]
> the location of the PyThreadState_Clear() call would need to be moved to 
> before the lock is released.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to