Ticket #1780 (closed merge: fixed)
runInteractiveProcess broken with >2 processes on POSIX
| Reported by: | guest | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.3 |
| Component: | libraries/process | Version: | 6.6.1 |
| Keywords: | Cc: | jgoerzen@…, sveina@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Using runInteractiveProcess to build pipelines involving >2 processes doesn't work due to not closing enough FDs in the child post-fork.
Initial problem report:
http://news.gmane.org/find-root.php?group=gmane.comp.lang.haskell.cafe&article=30209
Suggested fix:
http://news.gmane.org/find-root.php?group=gmane.comp.lang.haskell.cafe&article=30241
Change History
Note: See
TracTickets for help on using
tickets.
