Alan Burlison <Alan.Burlison@sun.com> wrote > It's a bug in Awstats, fixed in version 1.6: > > http://sourceforge.net/forum/forum.php?forum_id=375774 > > Fixes: > - Removed warning "Bizarre copy of ARRAY" with new Perl 5.8.4. Umm... that's not a fix - that's papering over the cracks. "Bizarre copy" always denotes an internal inconsistency in Perl, namely that a pointer that should be to an AV actually points to some other type of SV. Usually that means a stale pointer is being used, and it's pure luck that you don't get a SEGV instead. So the original report is certainly a bug in perl-5.8.4. Unless XS code is involved of course. Mike GuyThread Previous | Thread Next