proxyreq changes

2010-04-13 Thread Adam Prime
gozer made a couple of commits the other day related to this bug in RT: https://rt.cpan.org/Public/Bug/Display.html?id=55941 The following is an update to the pod that brings the documentation in line with what the function actually does in mod_perl 2. If anyone wants to sanity check this be

[RELEASE CANDIDATE] Apache-Test-1.32 RC1

2010-04-13 Thread Fred Moyer
Please take a couple minutes to test this release candidate [1] for Apache::Test 1.32 and report back success or failure. Thanks! Changes summary since 1.31: Fix issue with recent feature where lack of libapreq resulted in test failure. [Phillipe M. Chiasson] Added t_{start,read,finish}_file_w

Re: [mp2] make test fails with a debugging perl

2010-04-13 Thread Jan Schmidt
Torsten Förtsch wrote: > On Tuesday 13 April 2010 12:49:45 Jan Schmidt wrote: >> Tried and works. Thank you! I wonder whether this was just "not nice to >> perl" or might it have been the root cause for infrequent memory >> corruptions I am hunting for? >> > No. sv_catpvn calls SvGROW itself almost

Re: [mp2] make test fails with a debugging perl

2010-04-13 Thread Torsten Förtsch
On Tuesday 13 April 2010 12:49:45 Jan Schmidt wrote: > Tried and works. Thank you! I wonder whether this was just "not nice to > perl" or might it have been the root cause for infrequent memory > corruptions I am hunting for? > No. sv_catpvn calls SvGROW itself almost first thing. SvGROW then allo

Re: [mp2] make test fails with a debugging perl

2010-04-13 Thread Jan Schmidt
Torsten Förtsch wrote: > On Tuesday 13 April 2010 11:29:49 Jan Schmidt wrote: >> From the test logs it seems to me that mod_perl is doing something nasty >> (but systematically) with the perl API concerning Perl_sv_catpvn(). >> > Fixed in trunk. > > You may try this patch: Tried and works. Thank

Re: [mp2] make test fails with a debugging perl

2010-04-13 Thread Torsten Förtsch
On Tuesday 13 April 2010 12:00:05 Torsten Förtsch wrote: > svn checkout \ > https://svn.apache.org/repos/asf/perl/modperl/branches/threading \ > mod_perl-2.0 > Oops, don't do that. It one requires a threaded perl. Yours is not. useithreads=undef, usemultiplicity=undef Torsten Förtsch --

Re: [mp2] make test fails with a debugging perl

2010-04-13 Thread Torsten Förtsch
On Tuesday 13 April 2010 11:29:49 Jan Schmidt wrote: > From the test logs it seems to me that mod_perl is doing something nasty > (but systematically) with the perl API concerning Perl_sv_catpvn(). > Fixed in trunk. You may try this patch: Index: src/modules/perl/modperl_filter.c

[mp2] make test fails with a debugging perl

2010-04-13 Thread Jan Schmidt
1. Problem Description: I wanted to debug something different in mod_perl and thought it was a good idea to have a debugging perl first. After compiling perl with -Doptimize=-g and a clean rebuild of mod_perl, various tests fail under Solaris 10. >From the test logs it seems to me that mod_perl i