Re: [perl #125978] [BUG] Segfault (and other crashes) when using .hyper

2015-09-14 Thread cdc
http://irclog.perlgeek.de/perl6/2015-09-14#i_11216866 > 19:18 jnthn https://rt.perl.org/Ticket/Display.html?id=125978 seems stable > locally > 19:18 Perhaps thanks to my invocation race fixes > [...] > 19:19 jnthn cdc: Maybe you could test ^^ on latest I did some test

[perl #125978] [BUG] Segfault (and other crashes) when using .hyper

2015-09-04 Thread cdc
Another way to produce such this issue: perl6 -e "say 'ip'.IO.lines.hyper.map(* ~~ /<{ (1...255).list }> '.'/).all.so" Incompatible MROs in P6opaque rebless in any mixin at src/gen/m-Metamodel.nqp:1273 in whatevercode at -e:1 Incompatible MROs in P6opaque rebless in any mixin at src/gen/m-

[perl #125634] [BUG] Using a compiled (mbc) wrapping trait: Cannot invoke this object (REPR: Null, cs = 0)

2015-07-17 Thread cdc
For information, it segfaults -- if pre-compiled -- when modifying the code snippet this way: +sub call-with(|args) { callwith(|args) } + multi sub trait_mod:(Routine $routine, :$wrapped!) { - $routine.wrap: -> |args { callwith(|args) } + $routine.wrap: -> |args { ca