Open N0xFF opened 3 years ago
To fix segmentation fault bug we need to use at least msgpack 1.2.2:
msgpack
2018-01-11 version 1.2.2: Fix bug to occur SEGV occasionally (depends on GC timing) when exttype is used
2018-01-11 version 1.2.2:
But transit-ruby locked to 1.1.0: https://github.com/cognitect/transit-ruby/blob/7d77db74126c8400f7439e7fb7eb75bc6bb0e3be/transit-ruby.gemspec#L30
transit-ruby
Feel free to use our fork: https://github.com/nashbridges/transit-ruby (https://github.com/nashbridges/transit-ruby/pull/3)
To fix segmentation fault bug we need to use at least
msgpack
1.2.2:But
transit-ruby
locked to 1.1.0: https://github.com/cognitect/transit-ruby/blob/7d77db74126c8400f7439e7fb7eb75bc6bb0e3be/transit-ruby.gemspec#L30