Re: [Patch mp2] Statically compiling mod_perl in httpd (take 2)

2004-07-08 Thread Stas Bekman
Philippe, when you are committing the static build code, please commit the following patch as well, thanks! Index: README === RCS file: /home/cvs/modperl-2.0/README,v retrieving revision 1.20 diff -u -r1.20 README --- README 1 J

Re: ModPerl-Registry t/basic.t crashes Apache

2004-07-08 Thread Stas Bekman
Randy Kobes wrote: On Thu, 8 Jul 2004, Stas Bekman wrote: Randy Kobes wrote: [ ... ] That's great! Does this mean also that the protocol/echo_bbs2 test passes for you? A few days ago it was crashing on me, but I haven't tested that particular test yet with the current cvs. Nothing has changed s

Re: ModPerl-Registry t/basic.t crashes Apache

2004-07-08 Thread Randy Kobes
On Thu, 8 Jul 2004, Stas Bekman wrote: > Randy Kobes wrote: [ ... ] > > That's great! Does this mean also that the > > protocol/echo_bbs2 test passes for you? A few days > > ago it was crashing on me, but I haven't tested that > > particular test yet with the current cvs. > > Nothing has chang

Re: ModPerl-Registry t/basic.t crashes Apache

2004-07-08 Thread Stas Bekman
Randy Kobes wrote: On Thu, 8 Jul 2004, Steve Hay wrote: [ ... ] I now have all tests successful in the main test suite and ModPerl-Registry's. Hi Steve, That's great! Does this mean also that the protocol/echo_bbs2 test passes for you? A few days ago it was crashing on me, but I haven't tested

Re: ModPerl-Registry t/basic.t crashes Apache

2004-07-08 Thread Randy Kobes
On Thu, 8 Jul 2004, Steve Hay wrote: [ ... ] > I now have all tests successful in the main test suite and > ModPerl-Registry's. Hi Steve, That's great! Does this mean also that the protocol/echo_bbs2 test passes for you? A few days ago it was crashing on me, but I haven't tested that particular

Re: ModPerl-Registry t/basic.t crashes Apache

2004-07-08 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > >>All is not quite well with the current CVS mp2 tests -- the >>ModPerl-Registry tests fail from t/basic.t onwards. >> >>It seems that this test is now crashing Apache.exe. It can be >>reproduced in isolation. Here's a stack trace: >> >> >[...] >

Re: ModPerl-Registry t/basic.t crashes Apache

2004-07-08 Thread Stas Bekman
Steve Hay wrote: All is not quite well with the current CVS mp2 tests -- the ModPerl-Registry tests fail from t/basic.t onwards. It seems that this test is now crashing Apache.exe. It can be reproduced in isolation. Here's a stack trace: [...] It crashed right at the start of Perl_sv_unmagic()

Re: [mp2] wrong diagnostics since A-T's t_cmp args swap was done

2004-07-08 Thread Geoffrey Young
Randy Kobes wrote: > On Wed, 7 Jul 2004, Stas Bekman wrote: > > >>Since A-T t_cmp has swapped its args order to submit to other Test::Foo >>modules conventions, we now have a broken/misleading diagnostics in the >>verbose testing output, as we get the header 'received:' printed for >>expected,

Re: t/perl/ithreads.t leaks 1 scalar?

2004-07-08 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > >>Testing out the current CVS mp2, I find that t/perl/ithreads.t outputs a >>message saying "Scalars leaked: 1" when running the whole test suite: >> >>[...] >>t\perl\api..skipped >>all skipped: getppid() is not implem

ModPerl-Registry t/basic.t crashes Apache

2004-07-08 Thread Steve Hay
All is not quite well with the current CVS mp2 tests -- the ModPerl-Registry tests fail from t/basic.t onwards. It seems that this test is now crashing Apache.exe. It can be reproduced in isolation. Here's a stack trace: Perl_sv_unmagic(interpreter * 0x013b237c, sv * 0x, int 99) line

Re: t/perl/ithreads.t leaks 1 scalar?

2004-07-08 Thread Stas Bekman
Steve Hay wrote: Testing out the current CVS mp2, I find that t/perl/ithreads.t outputs a message saying "Scalars leaked: 1" when running the whole test suite: [...] t\perl\api..skipped all skipped: getppid() is not implemented on Win32 t\perl\hash_attack..

t/perl/ithreads.t leaks 1 scalar?

2004-07-08 Thread Steve Hay
Testing out the current CVS mp2, I find that t/perl/ithreads.t outputs a message saying "Scalars leaked: 1" when running the whole test suite: [...] t\perl\api..skipped all skipped: getppid() is not implemented on Win32 t\perl\hash_attack..o

[mp2] ideas for pre-loading modules before server startup?

2004-07-08 Thread Stas Bekman
I see, that Philippe has found a nice trick to load Apache::PerlSections at the server startup, w/o actually doing that explicitly. He deployed the handlers automatic autoloading. Though this trick doesn't work for other things. I want to move the pre-loading of APR::Error to the the internals

Re: Error with t\api\slurp_filename + t\filter\in_error?

2004-07-08 Thread Stas Bekman
Stas Bekman wrote: I can reproduce this with prefork, running: t/TEST -minclients 1 t/api/slurp_filename.t t/filter/in_error.t It's now self contained, after I've moved the -T problem eval into in_error itself: Index: t/filter/TestFilter/in_error.pm =