From 8634e62a621fc50ffb29344425a558115bebd3bc Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 8 Nov 2018 05:35:46 +0000 Subject: initialize VM postponed_job first. [Bug #15288] * inits.c: call `Init_vm_postponed_job` first because postponed_job is used by transient heap. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- inits.c | 1 + 1 file changed, 1 insertion(+) (limited to 'inits.c') diff --git a/inits.c b/inits.c index 4da033b1bb..f730903b5e 100644 --- a/inits.c +++ b/inits.c @@ -19,6 +19,7 @@ rb_call_inits(void) #if USE_TRANSIENT_HEAP CALL(TransientHeap); #endif + CALL(vm_postponed_job); CALL(Method); CALL(RandomSeedCore); CALL(sym); -- cgit v1.2.3