yarv-dev:924
From: SASADA Koichi <ko1 atdot.net>
Date: Sat, 18 Feb 2006 03:05:41 +0900
Subject: [yarv-dev:924] fixed> Re: open> Thread#kill and wakeup dump core
ささだです。 sheepman wrote: >> 手元の環境以外で再現するか分からないのですが、 >> 以下のようにすると core を吐きます。 >> > > コードを短くしてみました。 > wakeup は関係ないようです。 > > $ cat t.rb > th = Thread.new do > begin > sleep 0.5 > ensure > Thread.pass > end > end > Thread.pass > th.kill > Thread.stop どう見てもバグです。 本当にありがとうございました。 // 直しました。 -- // SASADA Koichi at atdot dot net -- ML: yarv-dev quickml.atdot.net 使い方: http://www.atdot.net/~ko1/quickml
918 2006-02-17 22:34 [sheepman sheepman.sa] open> Thread#kill and wakeup dump core 919 2006-02-17 23:23 ┗[sheepman sheepman.sa] -> 924 2006-02-18 03:05 ┗[ko1 atdot.net ] fixed> Re: open> Thread#kill and wakeup dump core 958 2006-02-21 23:54 ┗[sheepman sheepman.sa] close> Thread#kill and wakeup dump core