X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=rc0USeRwXA51MT9e BHz6zPWDhHhnLukoB2+UnHlH5ycXcR/bHljc5E8+WwkCSJBrvbc3TN6UH0jPFYvr oIkj6IZAiR33cZskYOE3w0YQYvw4q5DxuvK1v+A2SuzqPxO5v/rfSS9xk9E+6FhE qeBNez+Jh/9W9gfWY5JykmAt07M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=O8thDbBejQb65uPiAfwBcr KsTAk=; b=SXdS3TuLPqAywHQfqyyNb8YuHActW5Ficcdl0ARObrYvj3ySUmQM1p K48lI0AWdEbGR4KP7gwEIPsrLAE/nIya6Re5khp94vLiG0ujDnmh4jhdeEH/DKhj T5NAKs776zn0az1DdCwkwIsu+5VIJ+1qrAy0zoTCtx6FQaoQqIBAc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.5 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BR autolearn=no version=3.3.2 X-HELO: mout.kundenserver.de Subject: Re: Windows locks up when pressing Ctrl+S while native process writes to terminal To: cygwin AT cygwin DOT com References: <327d-5645b680-191-fbe9680 AT 109991231> From: Thomas Wolff Message-ID: <565214E5.7030507@towo.net> Date: Sun, 22 Nov 2015 20:17:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <327d-5645b680-191-fbe9680@109991231> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-UI-Out-Filterresults: notjunk:1;V01:K0:QEFXD13GBZQ=:nHXJquTcS8G0lRcg2eJLVR F/mMlRHJco9WBJlX6UO6+QYje+06M9dpTx1dxNbX8o2iis58c+MTPpl3/wsV8qnWKioHFeRJX u26tQ8SbHR267M0BsCWOASTSE6x8Mli5DpurDfQ9QyAoIw+tBoGMqExTmCQztQs57yCDGo+tJ ibocPQ4ugJLKM9ZwmizBW7naSs0IhSeq4KG9YlV0OR8UOyU//LubBLKqSbjZJxceBRvImnYo8 nhVFes8VCBPNnL4LW0wXV3cNQPiKRH5f7qdO1ZTsyEK/VMfC1Bg99xYn6a9bub2GMGJerY+VP bphHeC86UVTV9ChSFHdxNFA6hyxrjwYtBlFZiKZaa+pIGYWJ3XJbscVJrc8naI6Xz2khz+q0d h4f4TQrQEdkk3VnFiG8WScJvYmZSosP8IzIcvE7/bpPanGxmgw5eOMQunoznArEyB3b/R1FS9 z4zxYxc/Cwwbdl11sG3eSYCu9Y8j9fDcHtygyLTE8hxvH3jQTMjsDfQwvGJuVfhQ1x6mOKcti HLwRYHNgRKMNJynLSsH9Cuzm2pcgBECE5wkYHzy3+qVM54sE3jECBdlz7mf0OwQI8FzF2NVxd 0uISJe/Njy1j0dtYFxws5Kdy7MxbnA0OLAI/DiOjdxUdOdEAzm0mauIdO8DIM0EhH84W+/qat hRWcTCkGaVWadPX+aQPTcrT37eaUVzwjx2JK8XNI3P136oce6CB8obtSDGIcgaCG0T33/Vbdd DRQlqecXf2YSkFuS X-IsSubscribed: yes > Hello, > > I found a consistent bug that happens every time: > ... > - Press Ctrl+S to stop the output in the terminal > > Bug #1: It's not possible to unfreeze the output in the terminal with Ctrl+Q. It just stays "stuck" I confirm this effect and you don't need a fat application to demonstrate it. With this Windows cmd script loop.bat: @echo off set n=0 :loop echo %n% echo %n% >> .log set /A n=%n% + 1 ping 127.0.0.1 -n 2 > nul goto loop run it: ./loop.bat, then use ^S; the script will actually continue to run but will not show any more output in a pty-based terminal (works in Cygwin console). > Bug #2: After a few seconds, the disk starts to trash. ... Thrashing? Might be caused by the apparently-stopped application going into some endless-loop activity. Thomas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple