# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57740] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57740 >
r30120: $ ./perl6 -e 'my $s = "hi"; $s = $s.uc' # works $ ./perl6 -e 'my $s = "hi"; $s.=uc' # oughta MMD function __concatenate not found for types (160, -98) [...] Segmentation fault The segfault only occurs when running ./perl6, not when running ../../parrot perl6.pbc.