The following command hangs ``` $ while sleep 1; do printf hello\nworld; done | strace -o /dev/null -e inject=splice:error=ENOSYS cat ```
The following command hangs