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.
You really might want to try trunk. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org