Re: Need confirmation of memory leak using Apache 2.2.2.

2006-07-31 Thread Graham Dumpleton
I get it on Apache 2.0.59 as well. :-( I will thus be interested to see what others get, as appears to be an existing mod_python issue. BTW, this is with worker MPM. Graham Graham Dumpleton wrote .. I am using Apache 2.2.2 and when using mod_python in a certain way, I am seeing significant

Re: Need confirmation of memory leak using Apache 2.2.2.

2006-07-31 Thread Graham Dumpleton
Okay, found the source of the memory leak. The problem goes right back to 3.1.4 which also has the problem when tested. The problem code is in python_handler() in 'src/mod_python.c'. Specifically the code does: if (!hle) { /* create a handler list object from dynamically

Re: Need confirmation of memory leak using Apache 2.2.2.

2006-07-31 Thread Max Bowsher
Graham Dumpleton wrote: Okay, found the source of the memory leak. The problem goes right back to 3.1.4 which also has the problem when tested. ... Now what do we do about 3.2.10? Given that this thing leaks really badly when triggered shows that no one must be using multiple handler phases

Re: Need confirmation of memory leak using Apache 2.2.2.

2006-07-31 Thread Jim Gallacher
Here is further confirmation that it leaks like crazy for: mod_python 3.2.10, Linux Ubuntu 6.06, Apache 2.0.55 (mpm-worker), Python 2.4.3 Jim Graham Dumpleton wrote: I get it on Apache 2.0.59 as well. :-( I will thus be interested to see what others get, as appears to be an existing

Re: Need confirmation of memory leak using Apache 2.2.2.

2006-07-31 Thread Jim Gallacher
Max Bowsher wrote: Graham Dumpleton wrote: Okay, found the source of the memory leak. The problem goes right back to 3.1.4 which also has the problem when tested. ... Now what do we do about 3.2.10? Given that this thing leaks really badly when triggered shows that no one must be using