From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (8.12.3+3.5Wbeta/8.12.6/Debian-8) with ESMTP id h7EGtkGc020534; Fri, 15 Aug 2003 01:55:46 +0900 Received: from funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with SMTP id 59DE35812; Fri, 15 Aug 2003 02:01:25 +0900 (JST) Received: from helium.ruby-lang.org (helium.ruby-lang.org [210.251.121.214]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 73456630029; Fri, 15 Aug 2003 02:01:23 +0900 (JST) Received: from helium.ruby-lang.org (localhost [127.0.0.1]) by helium.ruby-lang.org (Postfix) with ESMTP id 9D9921186; Fri, 15 Aug 2003 02:01:22 +0900 (JST) Received: from moulon.inra.fr (moulon.inra.fr [138.102.114.1]) by helium.ruby-lang.org (Postfix) with ESMTP id 2564B27F for ; Fri, 15 Aug 2003 02:01:20 +0900 (JST) Received: from moulon.inra.fr (localhost [127.0.0.1]) by moulon.inra.fr (8.10.1/8.10.1) with ESMTP id h7EH1Gt09121 for ; Thu, 14 Aug 2003 19:01:17 +0200 (MET DST) Received: (from decoux@localhost) by moulon.inra.fr (8.10.1/8.10.1) id h7EH1GJ09116; Thu, 14 Aug 2003 19:01:16 +0200 (MET DST) Date: Fri, 15 Aug 2003 02:01:22 +0900 Posted: Thu, 14 Aug 2003 19:01:16 +0200 (MET DST) From: ts Reply-To: ruby-core@ruby-lang.org Subject: Re: _id2ref bug? To: ruby-core@ruby-lang.org Cc: ruby-core@ruby-lang.org Message-Id: <200308141701.h7EH1GJ09116@moulon.inra.fr> In-Reply-To: <1060880235.666474.27392.nullmailer@picachu.netlab.jp> (matz@ruby-lang.org) References: <20030814094459.1c21fa19.rpav@users.sf.net> <1060880235.666474.27392.nullmailer@picachu.netlab.jp> X-ML-Name: ruby-core X-Mail-Count: 01408 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address ruby-core-ctl@ruby-lang.org; help= Precedence: bulk List-Id: ruby-core.ruby-lang.org List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: X-Virus-Scanned: by AMaViS perl-10 >>>>> "Y" == Yukihiro Matsumoto writes: Y> We can't say much without error reproducing code. Can you disclose Y> it? Actually, I really want to say "don't use _id2ref", but you've Y> said it's not an option. It has a finalizer and it's in a "freeing page" : this case is possible ? If yes, flags is not set to 0 and this can explain the problem Guy Decoux