
19 Jan
2008
19 Jan
'08
2:36 p.m.
On Jan 19, 2008 2:36 PM, David Roundy
Using ghc 6.6, but I've since isolated the bug as being unrelated to the IORefs and threading, it was in an FFI binding that somehow never died until I was testing this new code.
In case the you are creating a binding of haskell code. Did you make sure that the runtime constructor and destructor (hs_* functions) are properly called? The could be the source of the segfault.