develooper Front page | perl.perl5.porters | Postings from August 2001

Re: Report /pro/3gl/CPAN/perl-current@11789

Thread Previous | Thread Next
From:
Arthur Bergman
Date:
August 30, 2001 02:25
Subject:
Re: Report /pro/3gl/CPAN/perl-current@11789
Message ID:
B7B3D329.3687%arthur@contiller.se
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 

-- 
Arthur


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About