| Nicolas Lehuen 2006-05-20, 7:11 am |
| 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 debug build of the
Python trunk with the aformentioned "Invalid thread state for this
thread" error.
I don't know whether this is due to a mistake from me, a bug in the
Python trunk, or if it is that the debug build is a little bit more
cautious about thread state management and breaks earlier than the
non-debug version when faced by a faulty mod_python thread state
management code... I'll try to see if we still have the segfault that
could be sometimes observed when the Apache server is stopped, as it
may be related.
Best regards,
Nicolas
2006/5/9, Graham Dumpleton <grahamd@dscpl.com.au>:
> Nicolas Lehuen wrote ..
>
> Okay Nicolas, can you check out latest and give it a go again. Got rid of
> obvious mistake of not deleting old variable definition. My checking was
> not as rigourous as it should as I should have picked up that interpreter
> name was wrong.
>
> The phase status example will probably still fail as don't understand tha=
t
> one yet. It may be an auth setup issue in test suite configuration for th=
at
> specific test.
>
> Graham
>
|