Re: FFI, signals and exceptions

2010-08-06 Thread Edward Z. Yang
Excerpts from Corey O'Connor's message of Fri Aug 06 16:15:21 -0400 2010: > In your test cases that fail are your C computations foreign unsafe imports? First thing I checked. :-) They were safe imports, and the Haskell code did get called--just the C code kept marching on. Cheers, Edward ___

Re: FFI, signals and exceptions

2010-08-06 Thread Corey O'Connor
On Fri, Jul 30, 2010 at 8:19 PM, Edward Z. Yang wrote: > Hello all, Hi! > Ignoring the problems of cleaning up the unceremoniously terminated C > computation, I'm having difficulty getting the FFI to /stop/ running > when I get the signal.  I currently have some code like this: > >    http://hpa