Project

General

Profile

Bug #21357

Updated by Earlopain (Earlopain _) 4 days ago

I've encountered crahses on ruby-head in recent days, related to hash methods like `merge` and `merge!`. I can now reproduce it locally while running the rubocop-rspec test suite: 

 * Clone https://github.com/rubocop/rubocop-rspec 
 * Run `NO_COVERAGE=1 bundle exec rake spec` 

 I attached the crash report. I want to reduce this down but have no idea how. The crash is very consistent for me though, it doesn't take very long for it to happen (only a few seconds usually). 

 There were related(?) changes to hash these methods like https://bugs.ruby-lang.org/issues/21333, https://bugs.ruby-lang.org/issues/21305, maybe related.

Back