https://bz.apache.org/bugzilla/show_bug.cgi?id=58267

--- Comment #3 from Ruediger Pluem <[email protected]> ---
(In reply to Thomas Schettino from comment #2)
> Created attachment 33039 [details]
> error_log of patch pr58267.diff
> 
> Thanks, tried patch but it doesn't fix it. 
> 
> I applied patch to both 2.2.31 and 2.2.32-dev (rev 1697759) and with it
> applied child repeatedly segfault.
>  

Did you do a

make extraclean
./buildconf
<your configure call here> or ./config.nice
make
make install

or at least

make clean
<your configure call here> or ./config.nice
make
make install

?

Due to the changes to the header file mod_proxy.h you need to do a clean
rebuild. Otherwise you get the segfaults.
Apart from the segfaults I don't see the error messages any longer in the
logfile.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to