It is indeed an exact duplicate of #15282, which you backported to 2.5. However, you didn't backport it then to 2.4. I understand that now it's probably a bit too late for a backport. Nevertheless, as I didn't see you closing this ...christian.boos@free.fr (Christian Boos)
On ruby_2_5, I bisected the fix to be ruby_2_5|r65582. With r65581: ``` ../Bug-15766.rb: unexpected return C:/Dev/msys64-20161025/opt/ruby_2_5/lib/ruby/gems/2.5.0/gems/minitest-5.11.3/lib/minitest.rb:60: [BUG] Segmentation fault ...christian.boos@free.fr (Christian Boos)
Hello, I've written a piece of code which reproducibly triggers a crash in some versions of Ruby (2.4 and 2.5, but not 2.2, 2.3 nor 2.6). As this involves Minitest, I've started by filing a bug report on GitHub: https://github...christian.boos@free.fr (Christian Boos)