[perl #122218] Strange segfault on MMD / pair / named parameter ambiguity

2015-03-03 Thread Christian Bartolomaeus via RT
As mentioned earlier this didn't segfault on Moar for a while. Even though the code still segfaults on Parrot most of the time, I had difficulties to reproduce the segfault in a test file. Therefore I regard this ticket as resolved without having a test in roast. WRT the flapping segfault on Pa

[perl #122218] Strange segfault on MMD / pair / named parameter ambiguity

2014-10-20 Thread Christian Bartolomaeus via RT
FWIW I don't get segfaults for Moar anymore. For parrot it's flapping: sometimes I get a segfault, sometimes I don't. The command segfaults more often than it does not: $ for i in $(seq 1 100); do perl6-p -e 'multi a(:$a!) { "named" }; multi a($a) { "positional" }; my $a = "a"; a(a => 1); a("a"

[perl #122218] Strange segfault on MMD / pair / named parameter ambiguity

2014-07-02 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #122218] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122218 > 23:00:03]m: multi a(:$a!) { "named" }; multi a($a) { "positional" }; my $