there is error:

"Error Interrupted system call in print"

caused by this line:

print ($f $_[1]) or confess "Error $! in print";

i.e. it's not related to sysread/syswrite

(below errors related to syswrite, but let's ignore them)

2014-02-15 13:10 GMT+04:00 David Golden <x...@xdg.me>:
> Read the documentation for sysread/syswrite.  They bypass buffered IO.
>
> On Sat, Feb 15, 2014 at 4:02 AM, Victor Efimov <vic...@vsespb.ru> wrote:
>> there is report
>> http://www.cpantesters.org/cpan/report/b22f82c2-943c-11e3-b4bc-9b1944f7ffa7
>>
>> failure in this report cause by print() call returning EINTR.
>> but it's not possible. perl protects buffered IO from Interrupts.
>>
>> please advice.
>
>
>
> --
> David Golden <x...@xdg.me>
> Take back your inbox! → http://www.bunchmail.com/
> Twitter/IRC: @xdg

Reply via email to