Project

General

Profile

Bug #11692 » re-enable-gc-after-stackoverflow-trunk.patch

Patch for trunk - gazay (Alex Gaziev), 11/15/2015 05:21 PM

View differences:

thread.c
ruby_thread_stack_overflow(rb_thread_t *th)
{
th->raised_flag = 0;
ruby_disable_gc = 0;
#ifdef USE_SIGALTSTACK
if (!rb_during_gc()) {
rb_exc_raise(sysstack_error);
(3-3/6)