#1707: attempt to mmap 2325622477335777280 bytes when printing utf8 in perl6
---------------------+------------------------------------------------------
Reporter: mikegrb | Type: bug
Status: new | Priority: normal
Milestone: | Component: none
Version: 2.5.0 | Severity: low
Keywords: | Lang: perl6
Patch: | Platform: darwin
---------------------+------------------------------------------------------
Comment(by coke):
I am not able to reproduce this with a recent vintage rakudo on parrot:
{{{
$ perl6 --version
This is Rakudo Perl 6, version 2010.08 built on parrot 2.7.0 r48655
Copyright 2008-2010, The Perl Foundation
$ cat foo.p6
#!/usr/bin/env perl6
use v6;
say "\c[DEGREE FAHRENHEIT]";
$ perl6 foo.p6
℉
}}}
mikegrb - can you please verify if this is still an issue for you?
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1707#comment:8>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets