Commit graph

3 commits

Author SHA1 Message Date
Matthias Kaeppler
5914cf41f3 Revert "Apply object tracing mark patch from upstream Ruby"
This reverts commit 5c40e913a9.
2022-01-24 12:46:56 +01:00
Matthias Käppler
5c40e913a9 Apply object tracing mark patch from upstream Ruby 2022-01-24 08:22:19 +00:00
Stan Hu
012bc5654a
Add Ruby patch to test GC issues with object tracing enabled
It's possible we just need a `RB_GC_GUARD` to prevent `obj` from being
prematurely freed by the garbage collector. This is test out
https://github.com/ruby/ruby/pull/5470/files.

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/350296
2022-01-19 11:37:36 -08:00