Actions
Bug #19319
closedCrash in rb_str_casemap
Bug #19319:
Crash in rb_str_casemap
Description
Fix here: https://github.com/ruby/ruby/pull/7080
The following code crashes on my machine:
GC.stress = true
str = "testing testing testing"
puts str.capitalize
I can repro this issue on Ruby 2.7.7, 3.0.5, 3.1.3, 3.2.0.
Actions