https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203162
Konstantin Belousov <k...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@freebsd.org --- Comment #4 from Konstantin Belousov <k...@freebsd.org> --- Created attachment 161136 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161136&action=edit A bit more fairness into the signal interruption of fifo open The patch would prefer to return success over the EINTR when signal is delivered while other end of fifo becomes ready simultaneously. Note that the patch still does not fix the fundamental underground issue of the troubles, which is in the test structure itself. If child reader manages to close fifo before the parent writer sleeping in open has a chance to run, parent would deadlock, since nothing else would open the fifo for read. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"