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:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=ugIdJyCkl/f6ZqeWF8us7wnmCjlu0dFAsdHh1YrCb// vI9bb3g8NfNo18cbp5KKzGdvKBm2ZQToCQC5LDDJUOO8oteECMKQ1RImD3dpbTee Be+OwlUsGe5DoZde+iIkflcg+288cJY0k3I2j2av/PS7tXkmxP4L5SE3UMjBQWew = 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:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=xGPJF+0lnFUiajvrLbF2+ym+kKw=; b=x/kUo+mvIhO+kqdt9 xBzzoIU04w4K/KQqXn/J0mPYMVNPryGBJpjzs8bYyiS0RZyHT/JIIlXZXmfZ0TzJ yIGzNwWzVwGhfAGCzB7QbcgsS0DAk8LHh6gGiMLKE25v0LdZ5nME6VP9ttJSlUiz wC3OcN8lG12xkIKwhyK1Z/B6S8= 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=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_DUL,SPF_PASS autolearn=ham version=3.3.2 X-HELO: conuserg005-v.nifty.com X-Nifty-SrcIP: [121.93.68.199] Date: Sat, 4 Apr 2015 15:55:20 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: Cygwin hangs up if several keys are typed during outputting a lot of texts. Message-Id: <20150404155520.8564347f1d42b3c709718aad@nifty.ne.jp> In-Reply-To: <20150403113226.GP13285@calimero.vinschen.de> References: <20150228144019 DOT 0e4cfdb3a26bfac361b538e2 AT nifty DOT ne DOT jp> <20150228140251 DOT GA11124 AT calimero DOT vinschen DOT de> <20150302204502 DOT 39b3e03ad5084b0b5add5d10 AT nifty DOT ne DOT jp> <20150302144426 DOT GK3213 AT calimero DOT vinschen DOT de> <20150304203407 DOT 14008531b0fb63ad5c19a33f AT nifty DOT ne DOT jp> <20150304121952 DOT GL3213 AT calimero DOT vinschen DOT de> <20150304181857 DOT GM3213 AT calimero DOT vinschen DOT de> <20150305202456 DOT 9ac4815a9d590145e15f7ae2 AT nifty DOT ne DOT jp> <20150305125901 DOT GX3213 AT calimero DOT vinschen DOT de> <20150403130735 DOT d04e41875f7defd0e6c2d8d0 AT nifty DOT ne DOT jp> <20150403113226 DOT GP13285 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi Corinna, On Fri, 3 Apr 2015 13:32:26 +0200 Corinna Vinschen wrote: > Btw., we have a regression in the latest PTY code in terms of some > native Windows tools. I noticed this with `icacls': To confirm this, I tried to build latest git version. However, I have found that cygwin1.dll built above does not work at all for me. With new cygwin1.dll, mintty keeps black screen, i.e. no prompt appears. It seems that this occurs after the following change. Is replacing cygwin1.dll insufficient after this change? commit 28e457cd717d630d6ac13dba7b8f2a162156effb Author: Jon TURNEY Date: Mon Mar 30 20:31:13 2015 +0100 Provide ucontext to signal handlers Add ucontext.h header, defining ucontext_t and mcontext_t types. Provide sigaction sighandlers with a ucontext_t parameter, containing stack and context information. * include/sys/ucontext.h : New header. * include/ucontext.h : Ditto. * exceptions.cc (call_signal_handler): Provide ucontext_t parameter to signal handler function. Signed-off-by: Jon TURNEY -- Takashi Yano -- 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