mod_python doesn't work if threads not compiled into Python
-----------------------------------------------------------

         Key: MODPYTHON-83
         URL: http://issues.apache.org/jira/browse/MODPYTHON-83
     Project: mod_python
        Type: Bug
  Components: core  
    Versions: 3.1.4, 3.2.0    
    Reporter: Graham Dumpleton


If threads aren't built into Python, mod_python generates errors:

  Fatal Python error: PyThreadState_Delete: tstate is still current

when a request arrives for mod_python and crashes the Apache child subprocess.

The fix as previously described in:

  http://www.modpython.org/pipermail/mod_python/2005-October/019236.html

does appear to fix the problem on initial testing.

Testing was done on Linux with no threads builtin to Python.

This problem is probably more prevelant on FreeBSD where Python still seems to
default to not having thread support builtin.

-- 
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