+1 FreeBSD 6.0, apache 2.0.55 mpm-prefork, python 2.4.2
I've got failures that seem to be caused by the tests themselves, but
with a bit of tweaking they pass.
FreeBSD 6.0
Apache 2.0.55 port built WITH_THREADS=1
Python 2.4.2
The error_log shows:
--
[Mon Nov 14 19:38:15 2005] [notice] mod_python: Creating 8 session
mutexes based
Barry Pederson wrote:
I've got failures that seem to be caused by the tests themselves, but
with a bit of tweaking they pass.
FreeBSD 6.0
Apache 2.0.55 port built WITH_THREADS=1
Python 2.4.2
DOH! nevermind - just realized I missed this part of Jim's very clear
in
Graham Dumpleton wrote:
I can't find the old mail about this, but Grisha suggested that this can occur
in virtual hosting environments, eg, OpenVPS.
No, no virtual hosting, jails, or other obviously unusual stuff.
>> > FreeBSD 6.0
>> > Apache 2.0.55 port built WITH_THREADS=1
>> > Python 2.4
Barry Pederson wrote:
>> > FreeBSD 6.0
>> > Apache 2.0.55 port built WITH_THREADS=1
>> > Python 2.4.2
==
ERROR: test_connectionhandler (
Graham Dumpleton (JIRA) wrote:
Bus error with connection handler on secondary port.
Key: MODPYTHON-102
URL: http://issues.apache.org/jira/browse/MODPYTHON-102
Project: mod_python
Type: Bug
Components: core
Still seeing a failure - seems to be the same thing I saw back on 3.2.5b
http://www.mail-archive.com/python-dev@httpd.apache.org/msg00750.html
and suspiciously similar to this report on Mac OSX
http://issues.apache.org/jira/browse/MODPYTHON-102
FreeBSD 6.0
Apache 2.0.55 (prefork) port bu
I don't know if this is the answer to the problem, but it looks like a
bug anyway. In connobject.c starting at line 133:
/* time to grow destination string? */
if (len == 0 && bytes_read == bufsize) {
_PyString_Resize(&result, bufsize + HUGE_STRING_LEN);
Jim Gallacher wrote:
Dang, it's frustrating not being able to reproduce this bug in Linux.
I suppose it's maybe something to do with different malloc
implementations or such. I haven't seen any +1s for OpenBSD, which
would be interesting to see since they added some stuff in 3.8 to help
c
Jim Gallacher wrote:
+1 trunk rev 374588 Debian (sid), Apache 2.0.55-prefork, Python 2.3.5
+1 trunk rev 374588 Debian (sarge), Apache 2.0.54-worker, Python 2.3.5
+1 trunk rev 374588 Debian (sarge), Apache 2.0.54-prefork, Python 2.3.5
If I can get just one more test from FreeBSD 5 or 6, I'll prod
10 matches
Mail list logo