[perl #122716] [BUG] Segmentation fault when digging into the package namespace of a type capture in Rakudo

2015-01-24 Thread Christian Bartolomaeus via RT
The segfaults are mostly gone. Only on parrot there is a Null PMC Access, but only for two of the four examples. With said two examples there is an (non segfaulting) error on Moar and JVM as well: $ perl6 -e 'role S[::N] { N::x }' ## no error on Moar, Parrot and JVM $ perl6 -e 'sub foo(::N) {

[perl #116212] [BUG] 'Hash of Hash' line causes REPL to segfault in Rakudo

2015-01-24 Thread Christian Bartolomaeus via RT
As a status update: I don't get a segfault in the REPL with a current rakudo (tested on moar, parrot and jvm). The error message has changed slightly: $ perl6-m > class Foo { has Hash of Hash $.foo = {} }; Foo.new Type check failed in assignment to '$!foo'; expected 'Hash[Hash]' but got 'Hash'

[perl #123667] Attempt to parallelize existing program leads to type check failure, with find_method_fallback in the backtrace

2015-01-24 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #123667] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123667 > My second attempt to parallelize htmlify.p6 in https://github.com/perl6/docs lead to this

[perl #123666] Attempt to parallelize a program produces "Internal Error: Unwound entire stack and missed handler"

2015-01-24 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #123666] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123666 > I try to (partially) parallelize htlmify.p6 from https://github.com/perl6/doc and this is