# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57710] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57710 >
r30087: $ ./perl6 -e 'subset A of Int where 1; my A $a = 1' # this works $ ./perl6 -e 'subset A of Int where 1; my A $a = 0' # this fails (as it should) but segfaults Type check failed [...] Segmentation fault I was not able to produce a failing type check of any kind without also triggering the segfault.