From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.204.72.79 with SMTP id l15cs270738bkj; Wed, 22 Jul 2009 00:53:19 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.220.73.67 as permitted sender) client-ip=10.220.73.67; Authentication-Results: mr.google.com; spf=pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.220.73.67 as permitted sender) smtp.mail=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com; dkim=pass header.i=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com Received: from mr.google.com ([10.220.73.67]) by 10.220.73.67 with SMTP id p3mr741544vcj.7.1248249198494 (num_hops = 1); Wed, 22 Jul 2009 00:53:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :mime-version:received:date:in-reply-to:x-ip:references:user-agent :x-http-useragent:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=uabSKxLQmx41g2gfWdmvd+2HnDMdqowmOTGxw9aufT4=; b=UGZ0kUrLnc5vbddgoMEO2GwwkSQ9y7fy+Z05zoDyVzD7gsF+BSkDRGeG4tB2kTDuyq 14mWTbAvFtgZsmcDBoKFfdrxSCrlcPP8hMrzoLz5weKn0UnlvmcyKevnB6g2Y0YWKIPE XoIpDmCf9bY7pT25TO3TfQ+35ahiITV39u0nc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-sender:x-apparently-to:mime-version:date:in-reply-to:x-ip :references:user-agent:x-http-useragent:message-id:subject:from:to :content-type:content-transfer-encoding:reply-to:sender:precedence :x-google-loop:mailing-list:list-id:list-post:list-help :list-unsubscribe:x-beenthere-env:x-beenthere; b=hrs1CZ/YlBDTmrbwaWEgchwZFDaM+/OtdOGUMQ/HKmzBc4eMEzJ6QGkCwGa8WvB4VG meM/g7rpvlD/ANl9ioxGQHOyDh1EXX1mDz4d+LWXHnKtvrQvEwDtgkJwlagnIp1yoCNI wPb51+ITrnFbg3wNtstLJOWyRVSybiteUGatE= Received: by 10.220.73.67 with SMTP id p3mr115201vcj.7.1248249198301; Wed, 22 Jul 2009 00:53:18 -0700 (PDT) Received: by 10.176.133.33 with SMTP id g33gr1512yqd.0; Wed, 22 Jul 2009 00:53:16 -0700 (PDT) X-Sender: hongli@phusion.nl X-Apparently-To: rack-devel@googlegroups.com MIME-Version: 1.0 Received: by 10.100.191.16 with SMTP id o16mr177134anf.3.1248249195971; Wed, 22 Jul 2009 00:53:15 -0700 (PDT) Date: Wed, 22 Jul 2009 00:53:15 -0700 (PDT) In-Reply-To: X-IP: 77.249.52.222 References: <20090718222513.GA31002@dcvr.yhbt.net> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1,gzip(gfe),gzip(gfe) Message-ID: <5062a5fb-7385-4e8f-aeb9-6b61c9e305d0@n11g2000yqb.googlegroups.com> Subject: Re: Tempfile#unlink changes in Ruby 1.9.1-p152 From: Hongli Lai To: Rack Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: rack-devel@googlegroups.com Sender: rack-devel@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list rack-devel@googlegroups.com; contact rack-devel+owner@googlegroups.com List-Id: List-Post: List-Help: List-Unsubscribe: , X-BeenThere-Env: rack-devel@googlegroups.com X-BeenThere: rack-devel@googlegroups.com It seems that this issue still exists in 1.9.1-p243: http://code.google.com/p/phusion-passenger/issues/detail?id=340 Are they going to fix it?