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

yarv-dev:979

From: sheepman <sheepman sheepman.sakura.ne.jp>
Date: Fri, 24 Feb 2006 21:28:57 +0900
Subject: [yarv-dev:979] open> Thread#dup dumps core

こんばんは、sheepman です。
以下のようにすると core を吐きます。

$ cat t.rb
th = Thread.new{}
th.join
th.dup

$ ruby-2.0 -v t.rb
ruby 2.0.0 (Base: Ruby 1.9.0 2006-02-14) [i686-linux]
YARVCore 0.4.0 Rev: 474 (2006-02-23) [opts: ]
-- stack frame ------------
-- control frame ----------
c:0001 p:-001 s:0000 b:-001 l:0000 d:0000 ------ i:-        s:         -
---------------------------
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

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

->     979 2006-02-24 21:28 [sheepman sheepman.sa] open> Thread#dup dumps core             
       988 2006-02-27 22:02 ┗[ko1 atdot.net       ]                                       
      1031 2006-07-12 05:18  ┗[ko1 atdot.net       ] fixed> Re: open> Thread#dup dumps core