Public bug reported:

read fifo child processes can get blocked if the parent is killed and
the fifo has not been opened by the writer parent.  The best way forward
is for the child to open the fifo in non-blocking mode and select() on
the file descriptor waiting for data to arrive. We can then add a
timeout to this and bail out if need be.

** Affects: stress-ng (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1497268

Title:
  stress-ng: fifo stressor sometimes gets blocked on reader process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/stress-ng/+bug/1497268/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to