X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 525F63857C5B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian DOT inglis AT systematicsw DOT ab DOT ca X-Authority-Analysis: v=2.3 cv=LKf9vKe9 c=1 sm=1 tr=0 a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=vuTwHVO7gtjO2XfuzEEA:9 a=QEXdDO2ut3YA:10 a=sRI3_1zDfAgwuvI8zelB:22 Subject: Re: /dev/p* causes shell crash in i686 To: cygwin AT cygwin DOT com References: <20200909214930 DOT GA4127 AT calimero DOT vinschen DOT de> <9guklf1s4h9bgik1ik916j0ddi6g8ps93h AT 4ax DOT com> <02fccd98-5371-2399-ce86-ddd1a545f298 AT cornell DOT edu> From: Brian Inglis Autocrypt: addr=Brian DOT Inglis AT SystematicSw DOT ab DOT ca; prefer-encrypt=mutual; keydata= mDMEXopx8xYJKwYBBAHaRw8BAQdAnCK0qv/xwUCCZQoA9BHRYpstERrspfT0NkUWQVuoePa0 LkJyaWFuIEluZ2xpcyA8QnJpYW4uSW5nbGlzQFN5c3RlbWF0aWNTdy5hYi5jYT6IlgQTFggA PhYhBMM5/lbU970GBS2bZB62lxu92I8YBQJeinHzAhsDBQkJZgGABQsJCAcCBhUKCQgLAgQW AgMBAh4BAheAAAoJEB62lxu92I8Y0ioBAI8xrggNxziAVmr+Xm6nnyjoujMqWcq3oEhlYGAO WacZAQDFtdDx2koSVSoOmfaOyRTbIWSf9/Cjai29060fsmdsDLg4BF6KcfMSCisGAQQBl1UB BQEBB0Awv8kHI2PaEgViDqzbnoe8B9KMHoBZLS92HdC7ZPh8HQMBCAeIfgQYFggAJhYhBMM5 /lbU970GBS2bZB62lxu92I8YBQJeinHzAhsMBQkJZgGAAAoJEB62lxu92I8YZwUBAJw/74rF IyaSsGI7ewCdCy88Lce/kdwX7zGwid+f8NZ3AQC/ezTFFi5obXnyMxZJN464nPXiggtT9gN5 RSyTY8X+AQ== Organization: Systematic Software Message-ID: <5b8b932f-b1e1-bf1a-ce4c-670c8a1ff44b@SystematicSw.ab.ca> Date: Thu, 10 Sep 2020 13:44:21 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-CA X-CMAE-Envelope: MS4wfAbiRaetyLiD9FMQxlfCPNWL2rdV5sochnm6pphOFXJec+lbji65+tlfbiWljPViN2keVGnIiZCE11W1RQz3kG9M3uZBWlQ9ivWVKR9F3W9yi1iNItBz q0V3pDh0nlRY8K1jfqI5mylMnBl+TNZMWPsFsDACqIGPrrXJYH0EOcXCoEGFuyxHMkWaE0vzuQyDjQ== X-Spam-Status: No, score=-8.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, 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="utf-8" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 08AJiobS016192 On 2020-09-10 13:31, Thomas Wolff wrote: > Am 10.09.2020 um 21:19 schrieb Ken Brown via Cygwin: >> On 9/10/2020 3:15 PM, Andrew Schulman via Cygwin wrote: >>>> 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. >>> >>> When I substitute cygwin1-20090909.dll for cygwin1.dll in i686, I can't run >>> any commands. They all give "The application was unable to start correctly >>> (0xc0000022)". Anything different I should be doing? >> >> Check the permissions on cygwin1-20090909.dll.  Is it executable? > cygwin1-20090909.dll is 11 years old. Did you download the latest snapshot? The latest is 20200909, so I suspect his fingers got excited about 9s somewhere, plus the old one is no longer available: "The requested URL /snapshots/x86/cygwin1-20090909.dll.xz was not found on this server." -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in IEC units and prefixes, physical quantities in SI.] -- 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