Re: [perl #127902] [BUG] segmentation fault when defining multi sub cross

2016-04-15 Thread Timo Paulssen
On 04/15/2016 09:36 PM, Nicholas Clark wrote: > multi sub cross() { } Here's a gdb backtrace and a moarvm-level backtrace. Value looks a tiny bit suspicious, though i don't know if there's actually anything wrong with it. Program received signal SIGSEGV, Segmentation fault. 0x778ef0d3 in

Re: [perl #127902] [BUG] segmentation fault when defining multi sub cross

2016-04-15 Thread Nicholas Clark
On Thu, Apr 14, 2016 at 03:22:37PM -0700, Caligo Wall wrote: > This causes segmentation fault: > > perl6 -e "multi sub cross() { }" Thanks for the report. It's an interesting failure - ASAN reports an out of bounds read: $ ./perl6-m -e "multi sub cross() { }" ==

[perl #127906] Perl6 Regex: Array interpolation depends on order of array elements

2016-04-15 Thread via RT
# New Ticket Created by Andrew Buchanan # Please include the string: [perl #127906] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127906 > The attached file displays the bug, and includes explanation and per6 -V output. Than

[perl #127902] [BUG] segmentation fault when defining multi sub cross

2016-04-15 Thread via RT
# New Ticket Created by Caligo Wall # Please include the string: [perl #127902] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127902 > This causes segmentation fault: perl6 -e "multi sub cross() { }" This is Rakudo version