Re: SSI crashes on Win32.

2006-05-20 Thread Nicolas Lehuen
Hi Graham, After a few interesting weeks, I finally manage to get some time to help on mod_python. I've ran the tests on the latest Subversion revision (407968) with Apache 2.0.58 and Python 2.4.3, and all test pass, including the SSI ones. For a yet unknown reason, every test fail with a

Re: SSI crashes on Win32.

2006-05-20 Thread Nicolas Lehuen
I've forgot to mention the platform : as usual for me, it's Windows XP SP2. Regards, Nicolas 2006/5/20, Nicolas Lehuen [EMAIL PROTECTED]: Hi Graham, After a few interesting weeks, I finally manage to get some time to help on mod_python. I've ran the tests on the latest Subversion revision

Re: SSI crashes on Win32.

2006-05-20 Thread Nicolas Lehuen
OK, it seems that my last hypothesis was the good one : mod_python is doing things with thread states that are frowned upon by debug build. The tests are only performed in the debug build, so that's why we had no problem with the release build. The tests are found in pystate.c, in function

Re: SSI crashes on Win32.

2006-05-20 Thread Graham Dumpleton
On 20/05/2006, at 6:27 PM, Nicolas Lehuen wrote: OK, it seems that my last hypothesis was the good one : mod_python is doing things with thread states that are frowned upon by debug build. The tests are only performed in the debug build, so that's why we had no problem with the release build.

Python debug build complains about thread state (was Re: SSI crashes on Win32.)

2006-05-20 Thread Nicolas Lehuen
Graham, In fact PyEval_AcquireThread does call PyThreadState_Swap : void PyEval_AcquireThread(PyThreadState *tstate) { if (tstate == NULL) Py_FatalError(PyEval_AcquireThread: NULL new thread state); /* Check someone has called PyEval_InitThreads() to create the

Can help test on FreeBSD 6

2006-05-20 Thread Jeff Hinrichs - DMT
I can help test mod_python if needed. I run on FreeBSD 6 with Python 2.4.3 I've got the trunk checked out and built and can submit make check results when appropriate/helpful. -- Jeff Hinrichs Dundee Media Technology, Inc [EMAIL PROTECTED]

pylint

2006-05-20 Thread Jim Gallacher
I used pylint to assist in cleaning up the indentation mess in util.py. I ended up checking all our lib/python/mod_python/*.py code, and needless to say the results were edifying. The output is rather extensive, with a lot noise regarding missing docstrings and the like, but I suspect

mod_python 3.2.x / FreeBSD 6.0 / Python 2.4.3 +1

2006-05-20 Thread Jeff Hinrichs - DMT
mod_python 3.2.x branch built, installed and tested (python test.py) succesfully on FreeBSD lakota.dundeemt.pri 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #0: Wed Apr 5 23:27:07 CDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 I did receive the following warning during the test:

mod_python trunk fails

2006-05-20 Thread Jeff Hinrichs - DMT
FreeBSD 6 Python 2.4.3 == FAIL: test_phase_status (__main__.PerRequestTestCase) -- Traceback (most recent call last): File test.py, line 2127, in

Re: mod_python trunk fails

2006-05-20 Thread Graham Dumpleton
For this particular failure, can you look in test/logs/error_log and find section which has: [Mon May 08 21:58:55 2006] [error] phase_status_1 [Mon May 08 21:58:55 2006] [error] phase_status_2 [Mon May 08 21:58:55 2006] [error] phase_status_4 [Mon May 08 21:58:55 2006] [error] phase_status_5