зеркало из https://github.com/github/ruby.git
avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0cb24bf1b9
Коммит
8733060106
3
eval.c
3
eval.c
|
@ -10030,6 +10030,9 @@ rb_gc_abort_threads(void)
|
|||
{
|
||||
rb_thread_t th;
|
||||
|
||||
if (!main_thread)
|
||||
return;
|
||||
|
||||
FOREACH_THREAD_FROM(main_thread, th) {
|
||||
if (FL_TEST(th->thread, FL_MARK)) continue;
|
||||
if (th->status == THREAD_STOPPED) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче