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 first thing. SvGROW then allocates 
> memory and stores it in SvPVX. The patch is really only needed to make 
> -DDEBUGGING happy.

Ok, thanks.

> You really might want to try trunk.

I will, in case I still get those infrequent memory corruptions inside
apache. However, I previously used 2.2.14 and now went on to 2.2.15. Up
to now, I cannot even tell if the corruptions were triggered by
mod_perl, the changelog of 2.2.15 looks promising. Thus, if things are
fine now, I'd rather stay with 2.0.4 (or future releases). If not, I
will try trunk of apache and mod_perl.

Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to