Project

General

Profile

Actions

Bug #1963

closed

redo'ing deadlock causes [BUG]

Added by usa (Usaku NAKAMURA) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2009-08-20 trunk 24594) [i386-mswin32]
Backport:
[ruby-dev:39142]

Description

=begin
#1951 に関係があるようなないような話ですが、以下のスクリプトが[BUG]で落ちます。
プラットフォーム依存はありません。

th = Thread.new{ Thread.stop }
1.times do
begin
Thread.stop
ensure
redo
end
end
=end


Related issues 1 (0 open1 closed)

Related to Ruby master - Feature #1952: cannot stop with Ctrl+CClosedko1 (Koichi Sasada)08/18/2009Actions
Actions

Also available in: Atom PDF

Like0
Like0