mark main Ractor object
RUBY_DEBUG=gc_stress ./miniruby -e0 crashes because of this marking miss.
RUBY_DEBUG=gc_stress ./miniruby -e0
BTW, to use RUBY_DEBUG=gc_stress we need to specify --enable-debug-env configure option. This is why I couldn't repro on my environments.
RUBY_DEBUG=gc_stress
--enable-debug-env
see c0c94ab183d0d428595ccb74ae71ee945f1afd45
mark main Ractor object
RUBY_DEBUG=gc_stress ./miniruby -e0
crashes because of thismarking miss.
BTW, to use
RUBY_DEBUG=gc_stress
we need to specify--enable-debug-env
configure option. This is why I couldn't reproon my environments.
see c0c94ab183d0d428595ccb74ae71ee945f1afd45