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

yarv-dev:986

From: SASADA Koichi <ko1 atdot.net>
Date: Mon, 27 Feb 2006 22:01:07 +0900
Subject: [yarv-dev:986] fixed> Re: open> local_svar is not marked

 ささだです。

sheepman wrote:
> こんばんは、sheepman です。
> 以下のスクリプトでエラーになります。
> 
> $ cat t.rb
> GC.stress = true
> th = Thread.new do
>   100.times do
>     " ".gsub(/./, 'a')
>   end
> end
> th.join
> 
> 
> マークのし忘れだと思います。以下のような感じでどうでしょう。

 どうもありがとうございます。取り込みました。

-- 
// SASADA Koichi at atdot dot net


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

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

       978 2006-02-24 21:23 [sheepman sheepman.sa] open> local_svar is not marked          
->     986 2006-02-27 22:01 ┗[ko1 atdot.net       ] fixed> Re: open> local_svar is not marked