http://www.perlmonks.org?node_id=921688


in reply to 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
in thread 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

is there any work around to this kind of issue?
Well in general terms, avoid freeing anything that's still in use as a function argument, or avoid dumping function arguments on error.

Dave.

  • Comment on Re^3: 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^4: 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 01:28 UTC

    How to avoid dumping function arguments on error?

    Now it's happening automatically..