[perl #128985] [SEGV] in multi-level list reduction/evaluation

2016-12-07 Thread jn...@jnthn.net via RT
On Thu, 18 Aug 2016 09:39:30 -0700, ajs wrote: > Was trying to list perfect numbers: > > [12:37] 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

Re: [perl #128985] [SEGV] in multi-level list reduction/evaluation

2016-08-18 Thread Brandon Allbery
pyanfar Z$ rakudobrew exec perl6-valgrind-m -e 'say ^1000 .grep: -> $n {([+] ^$n .grep: -> $m {$m and $n %% $m}) == $n } # Perfect numbers?' This is Rakudo Perl 6 running in valgrind, a tool for debuggi

[perl #128985] [SEGV] in multi-level list reduction/evaluation

2016-08-18 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #128985] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128985 > Was trying to list perfect numbers: [12:37] m: say ^1000 .grep: -> $n {([+] ^$n .grep: