[前][次][番号順一覧][スレッド一覧][生データ]

yarv-dev:843

From: SASADA Koichi <ko1 atdot.net>
Date: Sun, 12 Feb 2006 15:13:07 +0900
Subject: [yarv-dev:843] Re: open> break with exception handling causes stack consistency errors

 ささだです。なんか、出したと思ったけど送れてないようなので、再送。

sheepman wrote:
> こんにちは、sheepman です。
> break と例外処理を一緒に使うと、Stack consistency error が起こります。
> 
> $ cat t.rb
> proc do
>   begin
>     raise StandardError
>     break
>   rescue StandardError
>   end
> end.call

 よく見つけましたねぇ。対応しました。

-- 
// SASADA Koichi at atdot dot net


-- 
ML: yarv-dev quickml.atdot.net
使い方: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧][生データ]

       813 2006-02-05 22:15 [sheepman sheepman.sa] open> break with exception handling causes stack consistency errors
->     843 2006-02-12 15:13 ┣[ko1 atdot.net       ]                                       
       849 2006-02-12 15:08 ┗[ko1 atdot.net       ] fixed> Re: open> break with exception handling causes stack consistency errors
       850 2006-02-13 12:02  ┣[ko1 atdot.net       ]                                     
       865 2006-02-14 00:27  ┣[sheepman sheepman.sa] open> redo with exception handling causes stack consistency errors
       866 2006-02-14 02:15  ┃┗[ko1 atdot.net       ] fixed> Re: open> redo with exception handling causes stack consistency errors
       888 2006-02-14 19:11  ┃ ┗[sheepman sheepman.sa] close> redo with exception handling causes stack consistency errors
       887 2006-02-14 19:10  ┗[sheepman sheepman.sa] close> break with exception handling causes stack consistency errors