From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 22:58:28 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C25E1065670 for ; Mon, 9 Aug 2010 22:58:28 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 281358FC15 for ; Mon, 9 Aug 2010 22:58:27 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 4EEEE14DC57D; Tue, 10 Aug 2010 00:58:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WoOpO9f7eypZ; Tue, 10 Aug 2010 00:58:24 +0200 (CEST) Received: from [192.168.1.105] (catv-80-99-92-167.catv.broadband.hu [80.99.92.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 10AB314DC579; Tue, 10 Aug 2010 00:58:24 +0200 (CEST) Message-ID: <4C60880F.4030308@FreeBSD.org> Date: Tue, 10 Aug 2010 00:58:23 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: Gennady Proskurin References: <20100809193420.GA11713@gpr.nnz-home.ru> In-Reply-To: <20100809193420.GA11713@gpr.nnz-home.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: read() on dirs - grep X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2010 22:58:28 -0000 Em 2010.08.09. 21:34, Gennady Proskurin escreveu: > I see misbehaviour of new bsd grep in freebsd on tmpfs when grepping dirs. > For example (on tmpfs /tmp): > > mkdir /tmp/qwe > grep something /tmp/qwe > (grep hangs) > Thank you for the report, I'm already aware of the issue and preparing a fix for it. Gabor