Skip to content
  • Jeremy Evans's avatar
    040cfc89
    Do not set USE_FFI_CLOSURE_ALLOC=1 in fiddle on OpenBSD · 040cfc89
    Jeremy Evans authored
    On OpenBSD, USE_FFI_CLOSURE_ALLOC was always set to 0 previously. In
    633a1f15, the code was modified in a
    way that it ended up being set to 1 on OpenBSD.  However, that results
    in SIGABRT when running make test-all, inside ffi_closure_free.
    Setting USE_FFI_CLOSURE_ALLOC back to 0 fixes the issue.
    040cfc89
    Do not set USE_FFI_CLOSURE_ALLOC=1 in fiddle on OpenBSD
    Jeremy Evans authored
    On OpenBSD, USE_FFI_CLOSURE_ALLOC was always set to 0 previously. In
    633a1f15, the code was modified in a
    way that it ended up being set to 1 on OpenBSD.  However, that results
    in SIGABRT when running make test-all, inside ffi_closure_free.
    Setting USE_FFI_CLOSURE_ALLOC back to 0 fixes the issue.
Loading