зеркало из https://github.com/github/ruby.git
Fix thread leakage
Wait for the worker thread to finish.
This commit is contained in:
Родитель
ac8ec004e5
Коммит
8b02de8f41
|
@ -182,7 +182,9 @@ class TestProfileFrames < Test::Unit::TestCase
|
|||
assert_equal(full_labels[i], frame)
|
||||
end
|
||||
|
||||
ensure
|
||||
th.kill
|
||||
th.join
|
||||
end
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче