X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BABEB3844012 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1599688174; bh=6UES8ftJ0HZVnByxrBkA66hcun/JgTzYbg0rXfPKQxs=; h=Date:From:To:Subject:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Reply-To:From; b=AdqVIyc25NznuXf6ChxE+z6Ek27/wmAvsIP80SEWbU0Rj25Bd1Jz9svoRjSX63pPB tj/CpS62Bnr0WNNT/3dKMckpYsN5soE8IqVvlvRYie5NgiwkvPmnonZoeLvXtkz7wL CNYsL+ck8N6kG4rUN0s6jBW24E4BTC4W1mOA16as= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AAF903857C6C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=corinna-cygwin AT cygwin DOT com Date: Wed, 9 Sep 2020 23:49:30 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: /dev/p* causes shell crash in i686 Message-ID: <20200909214930.GA4127@calimero.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Provags-ID: V03:K1:spXEng9ejj5v8ghZh3KpssfDhYWBJ+qcVFKswSmUUJmlmhtGJRc +dK6ebFXpAxvgQIpvmV4vGgUFas/kkz8bT1erR115yBggCvLdZoZCEjpPyIF1GvN40Fo1WB 02FLs8p0PE25L/Pj5bbvy6GMXS/xirnQEbMd1zh8X6CFwSTjXa1z2F3tw9S8qN5NNWQx40F ZitKVmf/a9Hqq/ruw982w== X-UI-Out-Filterresults: notjunk:1;V03:K0:DrYsnSQeNWE=:rDrHiSBv9VuoESbN5g9Blk /hbwUtTyTb21CW38YRZEgk1cC04A/nxhV5UFAZlFwTlQLMtY7wwh/INIaI41UGo5L/Ouxgruf ZfX+kZNhTsJns9QfOSGA3dXzrZG4sGEmYCx51c/cs85mYvXKo/7jL8RG0D3KlZoyk3G4h+BPW WmmPDTdA0RsVl+dUK3gmKR60SY3edxQXPk3H/CFEZ4xfhaUQoU7yOc4l0e5zppxxw/02ly4IT 2tDKDoCnHf2Z3ufNU3pegCWuLc/Fe666MAoZCTDIeGvWLjfk7rAVLwckPa1mENzlocn2VAi+j xTHhZCTNlOrkG8nYpZfrD7eE+pjz/obEu46RFQ2F17ee4nSeHOKyQdZUWz0P8pUXBdNLBxCYS bfUvbaDKXUWPl7GJAOVm6Hs8UttVSk3r2AK3wm+pFInZ1oA6DlSgOrQXerMaSvcJvll1EOxxJ JGby1LlF+cNCGkedbGHoeI2O+nEj/WlQosbQL4UJkt+JnICuLFSnELk3fmNO5wavP0Ah4mKMz uJsQhSmGdx5eynoiK0Ip4yTM6c/34vpTjm/H9ykZa7eiqXe7b02ToiDGyvW6tkf6mi49e1Rl9 qkN7OCJaXvH21X2hivTa4uGgiP0LSlCUkrlGdQJenV8x4n5T1fsnp4e/qJSmCk34pTeA6eTjR cwfEf4309BTcBLsI4wUSAyLLBvj60LDUT9IJO2B7ZEcrTy4SFsiePj+TxFPXJty+ym91G5vs7 vt/WxWKVml5Vi190gP8YPy54vB5U46UpCX78XfDHibXvNjX0LWHT/R0QpH2Ou95OEPSZacdWW OqPf0YoU5ceO/TtO3BueB+FJr3eAOg7bA+UojP72KxxDODokQYfvc3hN52PeziWhggtVF0H/u PTxoCkqunoKThmyxJ4ow== X-Spam-Status: No, score=-100.4 required=5.0 tests=BAYES_00, GOOD_FROM_CORINNA_CYGWIN, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, 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 AT cygwin DOT 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: , Reply-To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On Sep 9 08:08, Andrew Schulman via Cygwin wrote: > Here's a strange one. In bash in i686, try to run: > > ls /dev/ptmx > > I only get about as far as: > > ls /dev/p > > and then my terminal window vanishes. This happens: > > * In fish or bash. > * On two different hosts that I've tried. > * In mintty or a system terminal. In the system terminal, sometimes the > command works normally the first time, but fails the 2nd time; or I have to > press after `ls /dev/p`, then the terminal vanishes. > * With other commands that treat their arguments as files, not text. So for > example, I can't finish typing `cat /dev/ptmx` or `test -r /dev/ptmx` > before the terminal window vanishes, but `echo /dev/ptmx` works normally. > > It doesn't happen: > > * In x86_64 - only i686. > * In scripts - only interactively. > > Is anyone else able to reproduce this? I've tried to capture an strace log, > but I've failed so far. The strace seems to stop the crash. Still trying. > > I thought this could be a BLODA problem, but the two hosts I tried are > running different virus scanners (McAfee and Windows Defender). > > Cygwin 3.1.7-1, all packages up-to-date. Output of cygcheck -svr attached. > > Andrew I think I fixed it. I just uploaded new developer snapshots to https://cygwin.com/snapshots/ Please give them a try. Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple