[Haskell-cafe] executeFile failing on macosx

Bulat Ziganshin bulat.ziganshin at gmail.com
Sun May 16 11:33:58 EDT 2010


Hello David,

Sunday, May 16, 2010, 7:18:29 PM, you wrote:

> "executeFile" is failing for me on Mac OS X 10.5.8, with ghc 6.12.1
> when compiling with "-threaded".  Compiling without -threaded, or running on linux is fine. 
>>  forkProcess $ executeFile "/bin/echo" False ["Ok"] Nothing

afair, forkProcess and -threaded shouldn't work together on any Unix.
can you try forkIO or forkOS instead?



-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list