Actions
Bug #1963
closedredo'ing deadlock causes [BUG]
Description
=begin
#1951 に関係があるようなないような話ですが、以下のスクリプトが[BUG]で落ちます。
プラットフォーム依存はありません。
th = Thread.new{ Thread.stop }
1.times do
begin
Thread.stop
ensure
redo
end
end
=end
Actions
Like0
Like0