From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.25.143.79 with SMTP id r76csp2746524lfd; Wed, 11 Mar 2015 05:34:39 -0700 (PDT) X-Received: by 10.52.102.133 with SMTP id fo5mr29662362vdb.7.1426077278279; Wed, 11 Mar 2015 05:34:38 -0700 (PDT) Return-Path: Received: from mail-vc0-x238.google.com (mail-vc0-x238.google.com. [2607:f8b0:400c:c03::238]) by mx.google.com with ESMTPS id xx1si591842vdb.49.2015.03.11.05.34.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Mar 2015 05:34:38 -0700 (PDT) Received-SPF: pass (google.com: domain of rack-devel+bncBDHIXWNH2MJBBW7MQCUAKGQEYGMRJTA@googlegroups.com designates 2607:f8b0:400c:c03::238 as permitted sender) client-ip=2607:f8b0:400c:c03::238; Authentication-Results: mx.google.com; spf=pass (google.com: domain of rack-devel+bncBDHIXWNH2MJBBW7MQCUAKGQEYGMRJTA@googlegroups.com designates 2607:f8b0:400c:c03::238 as permitted sender) smtp.mail=rack-devel+bncBDHIXWNH2MJBBW7MQCUAKGQEYGMRJTA@googlegroups.com; dkim=pass header.i=@googlegroups.com Received: by mail-vc0-x238.google.com with SMTP id hy10sf1217188vcb.1; Wed, 11 Mar 2015 05:34:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type:x-original-sender:reply-to:precedence :mailing-list:list-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe; bh=RA5sZ90doviYw9LHDegwFO+WD/aVhdenrUFoTVsXjvc=; b=rd2jhEJMNW/xxeaN3uFpJvOzSn2BxapLqgxb88V64jGoVBHPmHtBRmGDd9el5t1uyP IRIozPLe/1aLy+EsgQOEJnofIx88MkWGSu2VCx5n2eDTBEHjy6QgoL57SbI9WTr9Vz6m smWwfsVMF7nARLYgC6+IcA6mS6yzeNYk6EM4AL7zUT6WD7Fpqv14EcLrv4WXRMb3ZUHJ 1PTc6maeyoO71LDrQ+QUhrPjRRXkTQi+hybDZ8nsF/4jLdfkcYF1DCnoP0erSGZ/tNp8 wVi0FtoyPnEfgIJa7hla9aDujU4HDvyoTkM4OBSXOh08NqsS1pkT+aJsy4OnmuU5dxW1 pbFw== X-Received: by 10.50.127.232 with SMTP id nj8mr907869igb.0.1426077276717; Wed, 11 Mar 2015 05:34:36 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.107.167.20 with SMTP id q20ls361078ioe.98.gmail; Wed, 11 Mar 2015 05:34:35 -0700 (PDT) X-Received: by 10.66.218.163 with SMTP id ph3mr34853750pac.46.1426077275362; Wed, 11 Mar 2015 05:34:35 -0700 (PDT) Received: by 10.50.183.33 with SMTP id ej1msigc; Wed, 11 Mar 2015 04:30:56 -0700 (PDT) X-Received: by 10.50.35.162 with SMTP id i2mr263813igj.4.1426073455832; Wed, 11 Mar 2015 04:30:55 -0700 (PDT) Date: Wed, 11 Mar 2015 04:30:55 -0700 (PDT) From: Steve Robinson To: rack-devel@googlegroups.com Cc: alx.gsv@gmail.com Message-Id: <2b0f0cb0-4e89-4633-b040-6305620ddf5b@googlegroups.com> In-Reply-To: <1dbb8c52-12ba-43ac-805d-adba07325cb0@s31g2000yqs.googlegroups.com> References: <1dbb8c52-12ba-43ac-805d-adba07325cb0@s31g2000yqs.googlegroups.com> Subject: Re: Application hangs when waiting for RackRewindableInput MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6091_1212667671.1426073455265" X-Original-Sender: steve.robinson@spritle.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , ------=_Part_6091_1212667671.1426073455265 Content-Type: multipart/alternative; boundary="----=_Part_6092_1685736467.1426073455265" ------=_Part_6092_1685736467.1426073455265 Content-Type: text/plain; charset=UTF-8 Hi Gennady, I had the same issue today and the problem for me was that the disk was full. Once I cleared some space the server worked fine. Also make sure the /tmp directory has the right permissions. Thanks! :) On Tuesday, December 8, 2009 at 6:12:52 PM UTC+5:30, Gennady Chertanov wrote: > > Hi. > > A week ago i migrated my Rails app to Rails 2.3.4 (from 2.2.2). And i > am using passenger 2.2.7 that spawns my app as a Rails app. > > I faced one problem - my app hangs two or three times a day. I straced > hanged instances and founded, that they doing select call at some > descriptor. Then i discovered in lsof that descriptor is > RackRewindableInput. See what strace shows for this descriptor: > > ruby 16632 deployuser 10u REG 8,1 35 > 1924608 (deleted) /tmp/RackRewindableInput20091207-16632-4uu3i-0 > > It never lies - /tmp/RackRewindableInput20091207-16632-4uu3i-0 dont > exists. > > When application runs normally, there are no RackRewindableInput files > at /tmp. > > Why application want to access this file and what can i do to avoid > this problem? > > Thank you. > -- --- You received this message because you are subscribed to the Google Groups "Rack Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to rack-devel+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. ------=_Part_6092_1685736467.1426073455265 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Gennady,

I had the same issue today = and the problem for me was that the disk was full. Once I cleared some spac= e the server worked fine.

Also make sure the /tmp = directory has the right permissions.

Thanks! :)
On Tuesday, December 8, 2009 at 6:12:52 PM UTC+5:30, Gennady Chertanov= wrote:
Hi.

A week ago i migrated my Rails app to Rails 2.3.4 (from 2.2.2). And i
am using passenger 2.2.7 that spawns my app as a Rails app.

I faced one problem - my app hangs two or three times a day. I straced
hanged instances and founded, that they doing select call at some
descriptor. Then i discovered in lsof that descriptor is
RackRewindableInput. See what strace shows for this descriptor:

ruby    16632 deployuser   10u   REG     =            8,1         35
1924608 (deleted) /tmp/RackRewindableInput20091207-16632-4uu3= i-0

It never lies - /tmp/RackRewindableInput20091207-16632-4uu3i-= 0 dont
exists.

When application runs normally, there are no RackRewindableInput files
at /tmp.

Why application want to access this file and what can i do to avoid
this problem?

Thank you.

--

---
You received this message because you are subscribed to the Google Groups &= quot;Rack Development" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to rack-dev= el+unsubscribe@googlegroups.com.
For more options, visit http= s://groups.google.com/d/optout.
------=_Part_6092_1685736467.1426073455265-- ------=_Part_6091_1212667671.1426073455265--