From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75181 invoked by alias); 18 Dec 2019 11:23:34 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 75166 invoked by uid 89); 18 Dec 2019 11:23:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=D*jp X-HELO: conssluserg-02.nifty.com Received: from conssluserg-02.nifty.com (HELO conssluserg-02.nifty.com) (210.131.2.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Dec 2019 11:23:31 +0000 Received: from Express5800-S70 (ntsitm247158.sitm.nt.ngn.ppp.infoweb.ne.jp [124.27.253.158]) (authenticated) by conssluserg-02.nifty.com with ESMTP id xBIBNMM8003915 for ; Wed, 18 Dec 2019 20:23:22 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com xBIBNMM8003915 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1576668203; bh=hMwK6WetR7kd5Ow5Z0n2DgRsrrLsF6z5cnjeViOOJQg=; h=Date:From:To:Subject:In-Reply-To:References:From; b=146R+YcZA27TGgVc6aIF3Uaf60Ho6xx5IlKgGlmiwjSfWNot9jSfs6L1NiZ5eB7AL 3LUw5TVJVqGM9097uo6IrNNfO/a0HYKPID1k3+TB6GJgIidmmfaq73j4xwgFOuItT0 xqbDXxnDkQ4ys4EL4QMArwmD4tt9qquoSQnUV9Zww0wYNV3CDhQR/fNjzAV4JYsm5J s9TBDCCb0G+nxPt8wW+W3yr8nMIK3IrmUi0W3LPVniaA0sL4Z0gXztvnXqQzXWgYk+ L7AbeE4piURPsi5XIZQMDhotXnzY5Wn1C5oaVf761euvNbwOswZG9FmuCl/BwYAVVF qLvfQ5Njfeh3Q== Date: Wed, 18 Dec 2019 12:28:00 -0000 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: cygwin-3.1.0 and mintty from desktop shortcut (was: [ANNOUNCEMENT] cygwin 3.1.0-1) Message-Id: <20191218202325.dc493e08a93c7fb7a6013091@nifty.ne.jp> In-Reply-To: <87pngmx26z.fsf@Rainer.invalid> References: <87pngmx26z.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00170.txt.bz2 On Tue, 17 Dec 2019 19:00:04 +0100 Achim Gratz wrote: > Corinna Vinschen writes: > > The following packages have been uploaded to the Cygwin distribution: > > > > * cygwin-3.1.0-1 > > * cygwin-devel-3.1.0-1 > > * cygwin-doc-3.1.0-1 > > > > There is some undesirable interaction when I try to start mintty from my > desktop shortcut. Mintty itself starts OK, but any Cygwin program that > mintty starts (whether a shell or something else) just goes into a > spinloop (Windows says it's mostly kernel time). Starting Cygwin > through a console works and I can then run mintty from there without any > problems. Funnily enough I can start strace inside mintty and it'll > fire up a console window to run a shell in OK as well. The hung mintty > often doesn't show up in the Cygwin processes when trying to find it > from a previously started shell. Closing mintty with the mouse does not > stop either the hung mintty nor the amok running process. Killing the > spinning process from Windows will also kill the hung mintty. > > Now, that only happens on one machine and only for my user account (I > have a seperate admin account that doesn't have the problem). One > difference is that my Cygwin home directory is in my user profile for my > normal account, but I haven't had time to investigate further. Does anything change if the registry value ForceV2 is set to 0 under HKEY_CURRENT_USER\Console? This disables the pseudo console feature. Note: Do not forget to revert the registry value. -- 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