Re: [Haskell-cafe] readProcess exception

2010-10-22 Thread Bulat Ziganshin
Hello Leskó, Friday, October 22, 2010, 1:50:54 AM, you wrote: I run into a problem with readProcessWithExitCode (from System.Process module). Basically what i want is to start an exe file, giving it some input on stdin and receiving the results on stdout. But id the stdin and look for other

[Haskell-cafe] readProcess exception

2010-10-21 Thread Leskó Dániel
Hi everyone! I run into a problem with readProcessWithExitCode (from System.Process module). Basically what i want is to start an exe file, giving it some input on stdin and receiving the results on stdout. But id the stdin and out is bigger that 5000-7000 char (nondeterministically), i get