git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-09-22 23:29:15 +00:00
Родитель afe1bbeb4e
Коммит 13b74c9cc6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -824,7 +824,7 @@ Thread.new(Thread.current) {|mth|
begin
q.push nil
mth.run
Thead.pass until mth.stop?
Thread.pass until mth.stop?
p :mth_stopped # don't run if killed by rb_thread_terminate_all
ensure
puts "#{mth.alive?} #{mth.status} #{Thread.current.status}"