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