#431: runInteractiveProcess and closed stdin.
------------------------------------------+---------------------------------
Reporter: nobody | Owner:
Type: bug | Status: closed
Priority: low | Milestone: _|_
Component: libraries/process | Version: 6.4
Resolution: fixed | Keywords:
Difficulty: Unknown | Os: Unknown/Multiple
Testcase: | Architecture: Unknown/Multiple
Failure: Incorrect result at runtime |
------------------------------------------+---------------------------------
Changes (by simonmar):
* status: new => closed
* failure: => Incorrect result at runtime
* resolution: None => fixed
Comment:
The test program above (comment 2) now works. It works because of the
ordering of pipes and dup2s in `runProcess()`, so I've added some comments
to the code to ensure that we don't break that property in the future.
Unfortunately the test case is too platform-specific to add to the test
suite.
The other test programs added to this ticket appear to be nothing to do
with the original bug, so I'm closing it.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/431#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs