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=bxP+rSJgepBov5MnmpMtijXDef8KbdEqpBjtc/1yvsd aZFHfb155N0dZ0sqqRDSYG/WDQalx73e7mZlO5fdT4PB8iGVn/liEwtmSFRESsJ1 S/amkgb+eJi91W9f7G5PbCSvAqsjWQoIjDB3Uu6bPmD+CZLIcZ2LMdDyTuXy748E = 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=RCmcZNXf7g3Td0lYhFPZjbxrnz8=; b=AFAiC4XN6K1mhUa0G svOlDVkGuYr9G1Rchhary9vANZ2LjGRfL3F7Vy4mAdHutrrgRZX1z2iP+MJLaC1s AqmAYT65BODCD6AoANMxeUWox3jpHbtvQsWHERn/6BV51sr8oPfXFSkHutrh1Y/O mxxMhg1xXgznTmO3WXEbGzJY/w= 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-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 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 20:23:25 +0900 From: Takashi Yano To: cygwin AT cygwin DOT 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 DOT fsf AT Rainer DOT invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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