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
Updated by Anonymous about 15 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r29249.
Jeremy, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions