You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this stack trace (generated by stsc) this is a recursion only involving av_clone() and sv_clone() from auto/Clone/Clone.so , which is completely internal to the Clone distribution:
http://perlpunks.de/paste/show/563ba05b.425c.da?plain=1
I would humbly suggest switching from recursion to some explicitly coded iterative traversal (e.g. maintaining an explicit recursion stack in the heap).
Ralf
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#97525 (status was 'open')
Requestors:
From [email protected] on 2014-07-26 13:33:50:
From [email protected] on 2015-11-06 14:42:26:
The text was updated successfully, but these errors were encountered: