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
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() { }"
==
# 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
# 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