in reply to 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
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?
  • Comment on 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

Replies are listed 'Best First'.
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
by dave_the_m (Monsignor) on Aug 22, 2011 at 15:49 UTC
    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.

      How to avoid dumping function arguments on error?

      Now it's happening automatically..