Project

General

Profile

« Previous | Next » 

Revision 58d08abe

Added by k0kubun (Takashi Kokubun) 6 days ago

merge revision(s) a084fef9afc7713aa4f4111f7e826c7ca1a607c7: [Backport #21099]

    [Bug #21099] Fix GC when Ractor list not initialized

    When the Ractor list is not initialized and a GC is ran at boot, then it
    would crash because the newobj_cache of the main Ractor is not cleared.
    This commit changes it to use ruby_single_main_ractor when it's available
    and iterate over the Ractor list when we have multiple Ractors.