Stas Bekman wrote:

>Stas Bekman wrote:
>  
>
>>Another one to try (w/ and w/o last patch). As you realize I'm shooting 
>>in the dark, trying to guess where the context could go wrong. Thanks.
>>    
>>
>
>BTW, this one if it'll do anything should affect the PerlLoadModule faulty 
>scenario and not the <Perl>1</Perl> one.
>
I've now tried the patch below both with and without the previous 
patch.  Either way, both short conf files (the <Perl> one and the 
PerlLoadModule one) are still fixed as before, but the vhost test still 
fails with the usual "free to wrong pool" error.

Actually, now that I've tried it again, the short conf file with the 
PerlLoadModule doesn't seem to fail any more anyway, i.e. without either 
patch!  Something else must have fixed it somewhere along the line.

>
>  
>
>>Index: src/modules/perl/modperl_interp.c
>>===================================================================
>>RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_interp.c,v
>>retrieving revision 1.60
>>diff -u -r1.60 modperl_interp.c
>>--- src/modules/perl/modperl_interp.c    18 Oct 2003 23:45:29 -0000    1.60
>>+++ src/modules/perl/modperl_interp.c    21 Jan 2004 04:24:07 -0000
>>@@ -89,6 +89,7 @@
>>          */
>>         if ((clone_flags & CLONEf_KEEP_PTR_TABLE)) {
>>             dTHXa(interp->perl);
>>+            PERL_SET_CONTEXT(interp->perl);
>>             ptr_table_free(PL_ptr_table);
>>             PL_ptr_table = NULL;
>>         }
>>    
>>
>
>__________________________________________________________________
>Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
>http://stason.org/     mod_perl Guide ---> http://perl.apache.org
>mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
>http://modperlbook.org http://apache.org   http://ticketmaster.com
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>------------------------------------------------
>This email has been scanned for viruses and content by the Radan Computational 
>Webshield Appliances.
>
>
>.
>
>  
>




------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are 
confidential and intended for the addressee(s) only.  If you have received this 
message in error or there are any problems, please notify the sender immediately.  The 
unauthorized use, disclosure, copying or alteration of this message is strictly 
forbidden.  Note that any views or opinions presented in this email are solely those 
of the author and do not necessarily represent those of Radan Computational Ltd.  The 
recipient(s) of this message should check it and any attached files for viruses: Radan 
Computational will accept no liability for any damage caused by any virus transmitted 
by this email.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to