gc.c: Double STACKFRAME_FOR_CALL_CFUNC (1024->2048)
ef64ab917eec02491f6bf7233a4031a8c35385e3 didn't fix the issue, so the size seems not enough yet. https://rubyci.org/logs/rubyci.s3.amazonaws.com/osx1014/ruby-master/log/20190809T114503Z.fail.html.gz
This commit is contained in:
parent
63384591e2
commit
3ddbba84b5
2
gc.c
2
gc.c
@ -4450,7 +4450,7 @@ stack_check(rb_execution_context_t *ec, int water_mark)
|
|||||||
#define stack_check(ec, water_mark) FALSE
|
#define stack_check(ec, water_mark) FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STACKFRAME_FOR_CALL_CFUNC 1024
|
#define STACKFRAME_FOR_CALL_CFUNC 2048
|
||||||
|
|
||||||
MJIT_FUNC_EXPORTED int
|
MJIT_FUNC_EXPORTED int
|
||||||
rb_ec_stack_check(rb_execution_context_t *ec)
|
rb_ec_stack_check(rb_execution_context_t *ec)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user