Re: [Pyobjc-dev] FFI problems
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-03-07 16:52:38
|
On Friday, Mar 7, 2003, at 03:20 US/Eastern, Ronald Oussoren wrote: > assert(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0, > &ffi_type_sint, cl_arg_types) == FFI_OK); Changing the ffi_type_sint to ffi_type_double makes the program "work" in that the right value is printed. However, it still crashes at exit without any kind of a usable backtrace. Smells like a stack muncher. b.bum |