Forwarding stdin hangs when redirecting stdin from file
CategoryFixed. Fixed in: 602 for release 1.19
- Found in: 1.18
If you run pola-run with stdin redirected from a file, pola-run hangs with 100% CPU usage. The same occurs if you redirect stdin from /dev/null.
Reported by Thomas Leonard: http://lists.gnu.org/archive/html/plash/2007-06/msg00001.html
Resolution
See EventLoopAndFDs for implementation notes.
