Bug #11692 » re-enable-gc-after-stackoverflow-ruby-2-2.patch
| 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);
|
||