On Sep 19, 2010, at 12:15 PM, Father Chrysostomos wrote: > This script crashes: > > perl5.13.4 -le' $sub = sub { local $count = $count+1; ()->$sub if $count < 1000; $a cmp $b }; () = sort $sub qw<a b c d e f g>' > > ... > > This change does not take into account that cx_stack may have been reallocated, and that cx may be pointing to freed memory. > Here is a patch for it.Thread Next