From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-05.nifty.com (conssluserg-05.nifty.com [210.131.2.90]) by sourceware.org (Postfix) with ESMTPS id 482863851C3E for ; Sun, 17 May 2020 02:37:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 482863851C3E Received: from Express5800-S70 (v040007.dynamic.ppp.asahi-net.or.jp [124.155.40.7]) (authenticated) by conssluserg-05.nifty.com with ESMTP id 04H2bDBU004148; Sun, 17 May 2020 11:37:14 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com 04H2bDBU004148 X-Nifty-SrcIP: [124.155.40.7] Date: Sun, 17 May 2020 11:38:05 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: "ls -la /dev" fails to write output Message-Id: <20200517113805.101ec9b25b3e82ccf3ef6a4a@nifty.ne.jp> In-Reply-To: References: <20200517040438.d694ad1e7dbd8db975feb741@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2020 02:37:45 -0000 On Sat, 16 May 2020 21:46:54 +0200 Kacper Michajlow via Cygwin wrote: > On Sat, 16 May 2020 at 21:04, Takashi Yano wrote: > > > I cannot reproduce your problem. Could you please provide > > step by step procedure to reproduce your problem? > > > I though I lost it, because indeed there is prerequisite. It fails when > there is at least one pty allocated. > > STR: > 1. Open mintty (will allocate pty) > 2. Open cmd with Cygwin's bash > 3. ls -la /dev will fail in cmd. Thanks for the report. The problem does not occur in cygwin 3.1.4, but occurs in the current git head. I have just submit a patch for this issue. -- Takashi Yano