Re: ithreads.t again

2005-02-03 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-03 Thread Stas Bekman
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 @@ { MP_TRACE_i(MP_FUNC, "mod_perl sys init\n"); -#if 0 /*XXX

Re: ithreads.t again

2005-02-03 Thread Steve Hay
Steve Hay wrote: >the following sequence (with one extra test) fails >as before: > >filter/in_error.t modules/reload.t perl/api.t perl/ithreads.t > >As before, ithreads.t causes the (only) Apache.exe to crash > The "crash" really is the same as before. (Have a look at http://marc.theaimsgro

ithreads.t again

2005-02-03 Thread Steve Hay
Towards the end of last year I had the following test sequence failing: modules/reload.t perl/api.t perl/ithreads.t After ages trying I finally come up with an obscure change which fixed it (http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=110302656132092&w=2). Retrying things again no

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

2005-02-03 Thread Steve Hay
Stas Bekman wrote: >Steve Hay wrote: >[...] > > >>After further investigation, I've realised that actually Philippe's >>patch DOES fix the problem. >> >>[...] >>So could somebody please apply the attached patch. (This version >>updates PERL_SYS_INIT() to PERL_SYS_INIT3() as per perlembed, and