Actions
Bug #3828
closedfiddle not working on OpenBSD because DONT_USE_FFI_CLOSURE_ALLOC not defined
Bug #3828:
fiddle not working on OpenBSD because DONT_USE_FFI_CLOSURE_ALLOC not defined
Description
=begin
If you don't define DONT_USE_FFI_CLOSURE_ALLOC then you get crashes such as the ones at http://pastie.org/1158512.txt when running the test suite on OpenBSD. The fix is just to make sure that that constant is defined on OpenBSD, which the included patch does. With the patch applied, all the tests pass (http://pastie.org/1158579.txt). Thanks to Aaron Patterson for figuring out the fix.
=end
Files
Actions