From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.224.197 with SMTP id ip5cs184144icb; Mon, 21 Feb 2011 16:14:52 -0800 (PST) Received: by 10.229.238.82 with SMTP id kr18mr1550970qcb.98.1298333692098; Mon, 21 Feb 2011 16:14:52 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id q12si11749266qcu.150.2011.02.21.16.14.50; Mon, 21 Feb 2011 16:14:51 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 9D4273C8040; Mon, 21 Feb 2011 19:14:50 -0500 (EST) Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.98.64.241]) by rubyforge.org (Postfix) with ESMTP id F069A19782DB for ; Mon, 21 Feb 2011 18:54:29 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id BFE206500AE for ; Mon, 21 Feb 2011 16:54:46 -0700 (MST) X-Virus-Scanned: amavisd-new at cs.utah.edu Received: from mail-svr1.cs.utah.edu ([127.0.0.1]) by localhost (mail-svr1.cs.utah.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8hOMA8wCw1AP for ; Mon, 21 Feb 2011 16:54:46 -0700 (MST) Received: from localhost (medusa.sci.utah.edu [155.98.20.24]) by smtps.cs.utah.edu (Postfix) with ESMTPSA id 60A7C65008C for ; Mon, 21 Feb 2011 16:54:46 -0700 (MST) From: Roni Choudhury To: sup-devel In-reply-to: <1298330683-sup-2583@alvh.no-ip.org> References: <1298322910-sup-1012@medusa> <1298330683-sup-2583@alvh.no-ip.org> Date: Mon, 21 Feb 2011 16:54:28 -0700 Message-Id: <1298332384-sup-5832@medusa> User-Agent: Sup/git Subject: Re: [sup-devel] [PATCH] eliminated nil-to-integer error when standard library ruby code calls make_tmpname with n=nil X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Alvaro Herrera's message of 2011-02-21 16:26:07 -0700: > Excerpts from Roni Choudhury's message of lun feb 21 18:17:04 -0300 2011: > > I was getting an error from monkeypatched code that didn't seem to > > call into the standard library properly... this patch seemed to fix > > things for me, but I didn't fully understand what was going on here. > > Seems like the way to really solve the problem would be to figure out > what's calling make_tmpname with a nil n, and fix that instead. Is it > possible for you to figure that out from the trace? > I believe I did track it down, and it looked like a custom use for make_tmpname somewhere... I could figure it out again, but I was also informed in the IRC channel that this fix has already been applied to master under different circumstances. roni _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel