01-08-30 10.14, skrev Arthur Bergman på arthur@contiller.se följande: > > Ok, I see what the problem is. It seems like the offset of the pmop->offset > is also in the regex value. > > However. > > A) Why am I not seeing this. Lack of -DDEBUGGING! > B) Why isn't the following code doing its work. > > if(av_len((AV*) PL_regex_pad[0]) > -1) { > repointer = av_pop((AV*)PL_regex_pad[0]); > pmop->op_pmoffset = SvIV(repointer); > sv_setiv(repointer,0); > } else { We were too clever there so it broke in perl_destruct. Patch #11790 fixes it, it might even fix the AIX build if the reason AIX fails is because perl fails while running makedef.pl(?) please test AIX and see if it runs and also get a copy of the output of File/Find -- ArthurThread Previous | Thread Next