On Tue Sep 29 01:40:18 2015, mt1...@gmail.com wrote:
> On 09/28/2015 06:52 PM, Larry Wall (via RT) wrote:
> > # New Ticket Created by  Larry Wall
> > # Please include the string:  [perl #126212]
> > # in the subject line of all future correspondence about this issue.
> > # <URL: https://rt.perl.org/Ticket/Display.html?id=126212 >
> >
> >
> > 09:24 < TimToady> m: say 1, |(2 xx 65534)
> > 09:24 <+camelia> rakudo-moar cd8ce4: OUTPUT«(signal SEGV)»
> It works fine until 49151 which is 0xbfff
> Fails after 49152 (0xc000)
> 
Seems I unknowingly fixed this while fixing named arg flattening issues some 
weeks back. I've added tests to cover it in 
S06-signature/slurpy-and-interpolation.t to make sure we don't regress on it.

Reply via email to