From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.seebs.net (mail.seebs.net [162.213.38.76]) by mail.openembedded.org (Postfix) with ESMTP id 41B396FEFE for ; Sat, 17 Feb 2018 20:17:02 +0000 (UTC) Received: from seebsdell (unknown [24.196.59.174]) by mail.seebs.net (Postfix) with ESMTPSA id 88C2D2E8958; Sat, 17 Feb 2018 14:17:03 -0600 (CST) Date: Sat, 17 Feb 2018 14:17:01 -0600 From: Seebs To: Alexander Kanavin Message-ID: <20180217141701.229759cf@seebsdell> In-Reply-To: References: <20180216095628.15414-1-alexander.kanavin@linux.intel.com> <20180216115147.2869fdf2@seebsdell> <20180216132531.3a1c2398@seebsdell> <60cc88e3-577e-de47-e5da-b3cf93c74a2c@linux.intel.com> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH] pseudo: update to latest master X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2018 20:17:03 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 17 Feb 2018 15:28:55 +0200 Alexander Kanavin wrote: > For me, with epoll enabled: > > b6a015a works > 23f089f and 26e30fa both lock up Huh. It's possible that the initial "don't try to close fd 0" was correct, and the real problem is that the attempt is getting made mistakenly. I'll study that more; the epoll code was a contribution and I may not have fully understood it. -s