![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
panic: attempt to copy freed scalar a7b9650 to ad20598by mje (Curate) |
on Dec 03, 2009 at 16:00 UTC ( #810858=perlquestion: print w/replies, xml ) | Need Help?? |
mje has asked for the wisdom of the Perl Monks concerning the following question: I realise this is a tough one but I'm hoping someone might be to give me new ideas on how to track this error down. Background: a very large application written in Perl and happily running on 5.8 on another server. Moved to new server with 5.10.0 AND changed some code to use Try::Tiny and now we get a lot of these panics. I've tried reproducing the problem in a small example but have failed. That example looks something like this:
The big problem is we seem to have to run this code a while before it starts happening and then it happens all the time. I can run the code in debug and I get slightly more out of it:
Any ideas how to identify the freed scalar and track this down?
Back to
Seekers of Perl Wisdom
|
|