Re: mod_python 3.2.5b - FreeBSD 6.0 segfault

2005-11-17 Thread Barry Pederson
Barry Pederson wrote: >> > FreeBSD 6.0 >> > Apache 2.0.55 port built WITH_THREADS=1 >> > Python 2.4.2 == ERROR: test_connectionhandler (__main__.PerRequestTestCase) --

Re: mod_python 3.2.5b available for testing

2005-11-17 Thread Gregory (Grisha) Trubetskoy
OK, I think we got enough +1's and no show-stopping problems (for a beta at least). I copied it over the apache server, once the mirrors sync I'll update the site and send the big announcement. Grisha On Mon, 14 Nov 2005, Jim Gallacher wrote: A new mod_python 3.2.5 beta tarball is now avai

Re: mod_python 3.2.5b available for testing

2005-11-17 Thread Jim Gallacher
Gregory (Grisha) Trubetskoy wrote: OK, I think we got enough +1's and no show-stopping problems (for a beta at least). I copied it over the apache server, once the mirrors sync I'll update the site and send the big announcement. I was also thinking it was time for a wider release, but was ho

Re: mod_python 3.2.5b available for testing

2005-11-17 Thread Graham Dumpleton
Jim Gallacher wrote .. > So far I have working images of Debian stable, Debian unstable and > Gentoo, plus the afore mentioned but messed up FreeBSD. As time (and > disk space) permit I'll add some combination of Fedora, maybe one of the > RHEL clones, SUSE, Ubuntu or whatever else strikes my fan

[jira] Commented: (MODPYTHON-76) input filter hangs in combination with mod_proxy

2005-11-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-76?page=comments#action_12357955 ] Graham Dumpleton commented on MODPYTHON-76: --- For further details on this issue see developer mailing list posts. http://article.gmane.org/gmane.comp.apache.mo

[jira] Created: (MODPYTHON-92) Raise more specific IOError when req.write() fails.

2005-11-17 Thread Graham Dumpleton (JIRA)
Raise more specific IOError when req.write() fails. --- Key: MODPYTHON-92 URL: http://issues.apache.org/jira/browse/MODPYTHON-92 Project: mod_python Type: Improvement Components: core Versions: 3.3 Repor

[jira] Commented: (MODPYTHON-91) Improve error message when "quit" run in pdb debugger.

2005-11-17 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-91?page=comments#action_12357959 ] Graham Dumpleton commented on MODPYTHON-91: --- Whoops, that should be: #result = pdb.runcall(object, req) debugger