[Haskell-cafe] FFI: how to handle external dll crashes

kudah kudahkukarek at gmail.com
Mon Sep 30 05:15:37 CEST 2013


On Mon, 23 Sep 2013 15:32:35 +0200 Miro Karpis
<miroslav.karpis at gmail.com> wrote:

> Thanks for that. I checked forkProcess - which is packed in POSIX
> module. I'm building under windows. Do I need to go via cygwin, is
> there some other way for creating new OS process?

Windows doesn't support fork(), you'll need to either use cygwin or
move your code to a helper binary and launch it with System.Process.



More information about the Haskell-Cafe mailing list