[jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-07 Thread Harold Ship (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-172?page=comments#action_12419728 ] Harold Ship commented on MODPYTHON-172: --- Please look at lines 202-205 of the same file, in parse_qs() : PyObject *list; list

Re: [jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-07 Thread Jim Gallacher
Hi Harold, I just wanted to let you know you are not being ignored. I just need some free time to dive into this - hopefully this weekend. Jim Harold Ship (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/MODPYTHON-172?page=comments#action_12419728 > ] > > Harold Ship commented on

Re: [jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-07 Thread Nicolas Lehuen
Yeah Harold, thanks for the time you are spending on this bug.I'm not ignoring you either, I'm just on vacation, trying to disconnect from my work in particular and the net in general. Not so easy as this mail tends to show. I'll have a look at this too when I come back to civilization.Regards,Nico

Re: [jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-07 Thread Graham Dumpleton
On 08/07/2006, at 3:06 AM, Jim Gallacher wrote: Hi Harold, I just wanted to let you know you are not being ignored. I just need some free time to dive into this - hopefully this weekend. My excuse too. ;-) I also was hoping to get to it this weekend. I have been back from holidays almost

Re: [jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-07 Thread Graham Dumpleton
On first look I would agree there is possibly a problem. There also would appear to be similar issues in other parts of mod_python. For example in cfgtree_walk() of util.c it has: PyObject *t = Py_BuildValue("(s, s)", dir->directive, dir- >args); if (!t) return P

[jira] Created: (MODPYTHON-178) mod_python.psp should return 404 and not 500 when PSP file doesn't exist.

2006-07-07 Thread Graham Dumpleton (JIRA)
mod_python.psp should return 404 and not 500 when PSP file doesn't exist. - Key: MODPYTHON-178 URL: http://issues.apache.org/jira/browse/MODPYTHON-178 Project: mod_python Type: Improvement V

Re: [jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-07 Thread Jim Gallacher
Graham Dumpleton wrote: > On first look I would agree there is possibly a problem. There also > would appear to be > similar issues in other parts of mod_python. For example in > cfgtree_walk() of util.c it has: > > PyObject *t = Py_BuildValue("(s, s)", dir->directive, dir->args); >

[jira] Created: (MODPYTHON-179) req.readlines(sizehint) does not work correctly

2006-07-07 Thread Jim Gallacher (JIRA)
req.readlines(sizehint) does not work correctly --- Key: MODPYTHON-179 URL: http://issues.apache.org/jira/browse/MODPYTHON-179 Project: mod_python Type: Bug Components: core Versions: 3.2.8 Environment: All