Hello Noah,

04.10.2024 21:57, Noah Misch wrote:
That makes sense.  Would you file this at
https://github.com/cpan-authors/IPC-Run/issues?  I suppose that code should
become roughly:

   do { $r = POSIX::read(...) } while (!defined($r) && $!{EINTR});
   croak ... unless defined($r);


Just for reference: I've filed the bug report at:
https://github.com/cpan-authors/IPC-Run/issues/176

Best regards,
Alexander


Reply via email to