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

2015-08-29 Thread Will Coleda via RT
On Sat Jan 24 14:17:53 2015, barto...@gmx.de wrote: > 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 }' ##

[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 #122716] [BUG] Segmentation fault when digging into the package namespace of a type capture in Rakudo

2014-09-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122716] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122716 > Oooh, I got a segfault! https://gist.github.com/Nami-Doc/f0232a94cec52f0ec14c <- this s