This still looks like it's waiting on a backport to Ruby 2.5. Also, does anyone know when the next release of the Ruby 2.5 branch will be done? Thanks!aselder (Andrew Selder)
Would it possible to get this addressed? It blocking my entire organization from upgrading past Ruby 2.4 It's reproducible on all 2.5 releases as well as the 2.6 preview releases. It's been reported multiple times: https://bugs.ru...aselder (Andrew Selder)
FWIW, this changed seems to cause SegFaults on a regular basis on OS X https://bugs.ruby-lang.org/issues/14714 https://bugs.ruby-lang.org/issues/14561 https://bugs.ruby-lang.org/issues/15308 https://bugs.ruby-lang.org/issues/14334aselder (Andrew Selder)
I'm also running into this same SegFault while running a Rails app (https://bugs.ruby-lang.org/issues/15308). Same symptoms, Mac OS X, and segfault in rb_execution_context_mark() aselder (Andrew Selder)
We recently upgraded our rails app from Ruby 2.4.5 to Ruby 2.5.3 and we started getting SegFaults in random places on our developer machines, all OS x. It doesn't appear to be affecting our production environment which is Linux based. ...aselder (Andrew Selder)
I just ran into a situation where the coverage tool in Ruby 1.9 is blowing up It's a fairly easily reproducible test case: Start irb, require 'coverage', Coverage.start, require 'eBayAPI', boom The internal VM bug report can be se...aselder (Andrew Selder)