Re: 3.2.6 test period - how long do we wait?

2006-01-28 Thread Volodya
On Fri, Jan 27, 2006 at 10:28:24AM -0500, Gregory (Grisha) Trubetskoy wrote:
 
 
 OK, and I see Ron sent a Solaris 10 +1, which is good. I think we need a 
 FreeBSD +1 - perhaps not necessarily 6.0, but something...
 

FreeBSD 4.9

In my case PythonConnectionHandler test fails.
Tested on:
  Apache/2.0.55 (prefork) mod_python/3.2.6 Python/2.4.2
  Apache/2.0.50 (prefork) mod_python/3.2.6 Python/2.3.4

I've tried to reproduce this test manually:
 $ /usr/local/sbin/httpd -k start -f 
/home/volodya/mod_python-3.2.6/test/conf/test.conf
 $ GET http://localhost:2758/tests.py
 500 Server closed connection without sending any data back

 $ telnet localhost 2758
 telnet localhost 2758
 Trying 127.0.0.1...
 Connected to localhost.mydomain.tld.
 Escape character is '^]'.
 Connection closed by foreign host.
 
Child sigfaults immediately after connection being established.

logs/error_log:
 [notice] mod_python: Creating 8 session mutexes based on 256 max processes and 
0 max threads.
 [notice] Apache/2.0.50 (FreeBSD) mod_python/3.2.6 Python/2.3.4 configured -- 
resuming normal operations
 [info] Server built: Jul 15 2004 11:25:58 [debug] prefork.c(955): AcceptMutex: 
flock (default: flock)
 [notice] child pid 98975 exit signal Segmentation fault (11), possible 
coredump in /home/volodya/mod_python-3.2.6/test
 [notice] child pid 98977 exit signal Segmentation fault (11), possible 
coredump in /home/volodya/mod_python-3.2.6/test

Yes, i know that FreeBSD 4.9 is rather old, but this is the only version
i have at my disposal.


Re: 3.2.6 test period - how long do we wait?

2006-01-28 Thread Jim Gallacher

Volodya wrote:

On Fri, Jan 27, 2006 at 10:28:24AM -0500, Gregory (Grisha) Trubetskoy wrote:



OK, and I see Ron sent a Solaris 10 +1, which is good. I think we need a 
FreeBSD +1 - perhaps not necessarily 6.0, but something...





FreeBSD 4.9

In my case PythonConnectionHandler test fails.
Tested on:
  Apache/2.0.55 (prefork) mod_python/3.2.6 Python/2.4.2
  Apache/2.0.50 (prefork) mod_python/3.2.6 Python/2.3.4



I think this is the same as Barry Pederson's failure.

Jim