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 <[EMAIL PROTECTED]>:
Nicolas Lehuen wrote ..
> Hi Graham,
>
> The latest trunk version yields multiple segfaults and failures in
> different places :
>
>   * Testing req.add_handler() for empty phase
> E
>   * Testing req.add_handler() directory
> E
>   * Testing interpreter per directive
> E
>   * Testing phase status
> F
>   * Testing server side include
> F

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 that
one yet. It may be an auth setup issue in test suite configuration for that
specific test.

Graham

Reply via email to