Re: ithreads.t again

2005-02-04 Thread Stas Bekman
Steve Hay wrote: [...] One thought that I just about this stuff: I know that Linux users have always been unable to reproduce this behaviour. Which malloc() are you using? I'm using Perl's malloc() now (although admittedly I was using the system malloc() before). If you're using the system m

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-04 Thread Steve Hay
Stas Bekman wrote: >>OK, new patch attached. This compiles cleanly and fixes the perl-malloc >>issues for me. Hope it's OK for you too. >> >> > >Almost there. env needs to be **env. > Oops. Yes, of course. Thanks. - Steve >Here is the patch that I've committed: > >Index: src/modules/pe

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-04 Thread Stas Bekman
OK, new patch attached. This compiles cleanly and fixes the perl-malloc issues for me. Hope it's OK for you too. Almost there. env needs to be **env. Here is the patch that I've committed: Index: src/modules/perl/mod_perl.c === ---

Re: ithreads.t again

2005-02-04 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: >[...] > > >>One thought that I just about this stuff: I know that Linux users have >>always been unable to reproduce this behaviour. Which malloc() are you >>using? I'm using Perl's malloc() now (although admittedly I was using >>the system malloc() be

Problem with Apache::Reload in mp2?

2005-02-04 Thread Steve Hay
The mp2 test suite contains a test for Apache::Reload, but it doesn't seem to test unloading a modules with an XS component, unless I'm missing something. Applying the attached changes alters the test so that instead of unloading the tiny pure-Perl Apache::Reload::Test module, it now tries to

Re: [PATCH] Re: What Perl configuration is required for mp2 on Win32?

2005-02-04 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: > > > >>>Index: src/modules/perl/mod_perl.c >>>=== >>>--- src/modules/perl/mod_perl.c (revision 151089) >>>+++ src/modules/perl/mod_perl.c (working copy) >>>@@ -544,9 +544,9 @@ >>>{ >>>