Issue Details (XML | Word | Printable)

Key: MODPYTHON-2
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Nicolas Lehuen
Reporter: Nicolas Lehuen
Votes: 0
Watchers: 0
Operations

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

multiple/redundant interpreter creation

Created: 14/Dec/04 09:51 PM   Updated: 05/Mar/06 01:33 PM
Return to search
Component/s: None
Affects Version/s: 3.1.3
Fix Version/s: 3.2.7

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works mod_python.c.patch 2004-12-14 09:53 PM Nicolas Lehuen 2 kB
Environment: mod_python 3.1.3 + a threaded MPM (observed on Win32 and Mac OS X)

Resolution Date: 19/Dec/04 07:42 PM


 Description  « Hide
A small bug in mod_python.c allows the creation of many Python interpreters, where there should be only one. As a result, modules can be loaded multiple times (once per interpreter) and some higher level bugs can occur (beginning with higher memory usage). Graham Dumpleton found the bug in mod_python.c, and I completed the fix with a patch to apache.py (in the import_module) function.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Nicolas Lehuen made changes - 14/Dec/04 09:53 PM
Field Original Value New Value
Attachment mod_python.c.patch [ 18396 ]
Nicolas Lehuen made changes - 19/Dec/04 07:35 PM
Status Open [ 1 ] In Progress [ 3 ]
Nicolas Lehuen made changes - 19/Dec/04 07:42 PM
Status In Progress [ 3 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Nicolas Lehuen made changes - 19/Jan/05 01:59 AM
Fix Version/s 3.1.4 [ 11060 ]
Fix Version/s 3.1.3 [ 11010 ]
Graham Dumpleton made changes - 05/Mar/06 01:33 PM
Status Resolved [ 5 ] Closed [ 6 ]