Skip to content

Conversation

@Jcambass
Copy link

This patch upgrade the minimum version of FFI to be 1.13.1.
We recently run into segfaults with http-parser 1.2.1 (latest rubygems release) with ruby 2.7.
Those segfaults were caused by the newly introduced Compacting GC but they are fixed in the 1.13.1 release of ffi.

Issue on FFI: ffi/ffi#742
Fixing commit: ffi/ffi@6662bcc

This patch upgrade the minimum version of FFI to be `1.13.1`.
We recently run into segfaults with http-parser 1.2.1 (latest rubygems release) with ruby 2.7.
Those segfaults were caused by the newly introduced Compacting GC but they are fixed in the 1.13.1 release of ffi.

Issue on FFI: ffi/ffi#742
Fixing commit: ffi/ffi@6662bcc
Copy link
Collaborator

@makeable makeable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://rubygems.org/gems/ffi-compiler

Invalid version dependency for ffi-compiler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants