Stas Bekman wrote:
Philippe M. Chiasson wrote:

It's not your tests that are at fault, Stas. Something
else is broken, and that commit brought it out. As
I said earlier, I've been having segfault problems with mp2 for a few days now (Tuesday it was the send_fd
tests, which I wrote about on [EMAIL PROTECTED])




why can't I reproduce those? Care to post the output of t/REPORT?


Thanks Philippe, I was able to reproduce it in the new checkout. I guess some .cvsignore thingy doesn't show me what needs to be committed. Since it works fine in the original build.

I've finally figured out, why these 4 tests weren't failing for me. It's because I had a custom include:


PerlModule Apache::Reload
PerlPostReadRequestHandler Apache::Reload
PerlSetVar ReloadAll Off

so it was setting subprocess_env earlier. Moving those tests into vhosts stripped them of the side-effect of having some other early HTTP phase handlers (from other tests) running before the response phase and setting
subprocess_env.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to