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