#1911: cannot read binary file stream
-------------------------+--------------------------------------------------
 Reporter:  x19290       |        Type:  bug   
   Status:  new          |    Priority:  normal
Milestone:               |   Component:  none  
  Version:  2.10.0       |    Severity:  medium
 Keywords:  open binary  |        Lang:  perl6 
    Patch:               |    Platform:  linux 
-------------------------+--------------------------------------------------
 In rakudo-star-2010.11,

 my $h = open '/dev/urandom', :bin;
 loop (;;) {
   $h.read(256);
 }

 spits

 Malformed UTF-8 string

   in 'IO::read' at line 5402:CORE.setting

 In [email protected], Andrew Whitworth told me its parrot issue and
 to open this ticket.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1911>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to