On Thu, 18 Aug 2016 09:39:30 -0700, ajs wrote:
> Was trying to list perfect numbers:
> 
> [12:37] <harmil_wk> m: say ^1000 .grep: -> $n {([+] ^$n .grep: -> $m {$m
> and $n %% $m}) == $n } # Perfect numbers?
> [12:37] <+camelia> rakudo-moar 643c0f: OUTPUT«(signal SEGV)»
> 

I can't reproduce this on HEAD, even with trying pretty hard to provoke it 
(regular GC collections and GC sanity checks turned on to make corruption bugs 
far more likely to show up, etc.) I've added a test in 
integration/weird-errors.t which will, if this is somehow still lingering, end 
up SEGVing also. I suspect in the months since this was filed, one of the many 
fixes that has gone in nailed it, though.

/jnthn

Reply via email to