Actions
Bug #1963
closedredo'ing deadlock causes [BUG]
    Bug #1963:
    redo'ing deadlock causes [BUG]
  
Description
=begin
#1951 に関係があるようなないような話ですが、以下のスクリプトが[BUG]で落ちます。
プラットフォーム依存はありません。
th = Thread.new{ Thread.stop }
1.times do
begin
Thread.stop
ensure
redo
end
end
=end
        
           Updated by mame (Yusuke Endoh) about 16 years ago
          Updated by mame (Yusuke Endoh) about 16 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r24616.
=end
Actions