I've been getting segfaults in this area recently. The trace is a bit
different but I guess it's related. It seems that flag_map in gc_mark is no
longer allocated so I get segfault.
(lldb) r
There is a running process, kill it and restart?: [Y/n] y
Process 75673 exited with status = 9 (0x0009)
By flag_map I mean ctx->callsite->arg_flags:
(lldb) p ctx->arg_flags
(MVMCallsiteEntry *) $8 = 0x
(lldb) p ctx->callsite->arg_flags
(MVMCallsiteEntry *) $9 = 0x10a72533 ""
On Mon, Jul 11, 2016 at 3:59 AM Lloyd Fournier
wrote:
> I've been getting segfaults in this area re
# New Ticket Created by Daniel Green
# Please include the string: [perl #128594]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128594 >
perl6 --version
This is Rakudo version 2016.06-220-g2ad3239 built on MoarVM version
2016
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #128595]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128595 >
If -M includes a module that can't be found, the output is quite LTA. Not only
is the mod
On Thu Mar 31 17:17:24 2016, b...@post.pl wrote:
> To reproduce:
> 1. Save https://gist.github.com/bbkr/19ba6903358445410812bc09b0c0ec9c
> as Foo.pm
> 2. rm -rf .precomp/
> 3. perl6 -I. -e 'use Foo'
>
> Result - module never gets compiled, moar takes 100% CPU.
> OS X 10.10.5, Rakudo 2016.03.
>
>
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #128596]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128596 >
The repeat {} block must execute the block at least once, even if the condition
is false.