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

yarv-dev:943

From: sheepman <sheepman sheepman.sakura.ne.jp>
Date: Mon, 20 Feb 2006 23:19:12 +0900
Subject: [yarv-dev:943] Re: open> Thread.pass sometimes dumps core

こんばんは、sheepman です。

On Tue, 14 Feb 2006 00:08:06 +0900
sheepman <sheepman sheepman.sakura.ne.jp> wrote:

> 
> Thread.new{sleep 1}
> Thread.pass
> 
> だと確かに SEGV は起きません。
> 

最近の変更で上のコードでも SEGV が起きるようになりました。

$ cat t.rb
Thread.new do
  sleep 1
end
Thread.pass

$ ./miniruby -v t.rb
ruby 1.9.0 (2006-02-14) [i686-linux]
YARVCore 0.3.3 (rev: 453) [opts: ]
SEGV recieved in SEGV handler


-- 
sheepman / TAMURA Takashi
sheepman sheepman.sakura.ne.jp http://sheepman.parfait.ne.jp/

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

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

       759 2005-12-30 21:04 [sheepman sheepman.sa] open> Thread.pass sometimes dumps core  
       762 2005-12-31 03:26 ┗[ko1 atdot.net       ]                                       
       763 2005-12-31 09:50  ┗[sheepman sheepman.sa]                                     
       856 2006-02-13 20:57   ┗[ko1 atdot.net       ]                                   
       858 2006-02-13 21:36    ┗[sheepman sheepman.sa]                                 
       862 2006-02-13 23:15     ┗[ko1 atdot.net       ]                               
       864 2006-02-14 00:08      ┗[sheepman sheepman.sa]                             
->     943 2006-02-20 23:19       ┗[sheepman sheepman.sa]                           
       944 2006-02-20 23:41        ┗[ko1 atdot.net       ]                         
       945 2006-02-20 23:56         ┗[sheepman sheepman.sa]                       
       946 2006-02-21 19:33          ┗[ko1 atdot.net       ]