Re: [perl #128553] multi method cache causes Base64 regression

2016-07-10 Thread Lloyd Fournier
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)

Re: [perl #128553] multi method cache causes Base64 regression

2016-07-10 Thread Lloyd Fournier
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

[perl #128594] [SEGV] attempting to use :merge when run()ning an external command causes a core dump

2016-07-10 Thread via RT
# 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

[perl #128595] [LTA] -M with non-existant module breaks 'exit' in REPL

2016-07-10 Thread via RT
# 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

[perl #127811] Compiling module that uses NativeCall and has warnings hangs forever

2016-07-10 Thread Will Coleda via RT
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. > >

[perl #128596] [BUG] repeat {} doesn't repeat when it's last item inside a sub called from a loop

2016-07-10 Thread via RT
# 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.