mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
We assert that the GC is not in a cycle in gc_start, but it does not show what phase we're in if the assertion fails. This commit adds a debug message for when the assertion fails.