in reply to Bizarre copy of ARRAY in sassign at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Apache/perl5db.pl line 3731

I believe it also happens if an AV (array) is put on the stack. This would be caused by a bug in Perl or in an XS module.
  • Comment on Re: Bizarre copy of ARRAY in sassign at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Apache/perl5db.pl line 3731

Replies are listed 'Best First'.
Re^2: Bizarre copy of ARRAY in sassign at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Apache/perl5db.pl line 3731
by PerlOnTheWay (Monk) on Aug 23, 2011 at 02:52 UTC

    It turns out to be caused by Net::IP::Match::XS::match_ip

    Is it a known issue that this module is not compatible with Apache::DB?

    update

    I was wrong,it still happens after I comment that line out, looks like a wild pointer problem in C,is there any wat to diagnose this issue?

    update2

    Looks like it's in-compatible with Apache2::RequestUtil->request