You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mrb_gc_register() calls mrb_ary_new() or mrb_ary_push() - both of which may trigger garbage collection (always triggers in case of MRB_GC_STRESS), which in turn could reclaim the object we're trying to push to GC_ROOT_SYM.
The text was updated successfully, but these errors were encountered:
mrb_gc_register()
callsmrb_ary_new()
ormrb_ary_push()
- both of which may trigger garbage collection (always triggers in case ofMRB_GC_STRESS
), which in turn could reclaim the object we're trying to push toGC_ROOT_SYM
.The text was updated successfully, but these errors were encountered: