From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74312 invoked by alias); 9 Oct 2018 11:50:10 -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 74291 invoked by uid 89); 9 Oct 2018 11:50:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=antivirus, H*F:D*yandex.ru, H*M:yandex, Greetings X-HELO: forward104o.mail.yandex.net Received: from forward104o.mail.yandex.net (HELO forward104o.mail.yandex.net) (37.140.190.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 09 Oct 2018 11:50:07 +0000 Received: from mxback4j.mail.yandex.net (mxback4j.mail.yandex.net [IPv6:2a02:6b8:0:1619::10d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by forward104o.mail.yandex.net (Yandex) with ESMTPS id A8FD13D86256; Tue, 9 Oct 2018 14:50:03 +0300 (MSK) Received: from smtp2o.mail.yandex.net (smtp2o.mail.yandex.net [2a02:6b8:0:1a2d::26]) by mxback4j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Axg2KCOGpi-o38SX9W8; Tue, 09 Oct 2018 14:50:03 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1539085803; bh=GKUQNpZkWGZMx7soP3RJ9e1x/AAbmqU5bQqCn1nRA5g=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=QtycieVSiHL6heT0WOg+PbLJYljyadIe2xS0sTSDYGfioCJcHU8IftgM50/do1GZb 9zDaMWvHsIi1zDUfp1gPTf735Fv6ILywbOczFcavOhRk7il8LOjvWs4hcLkfVSgwwx fw3wW/oo1eaRafQ4h3LgRzhP0CRGxtd3dji9jksc= Received: by smtp2o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 3ncpcFoZ9u-o2XCGo05; Tue, 09 Oct 2018 14:50:02 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1539085802; bh=GKUQNpZkWGZMx7soP3RJ9e1x/AAbmqU5bQqCn1nRA5g=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=BPjqsai30p9mLmPubyEnyNd7w12Hj2vbnFZ6ec+7CU7MciqJvjIBaJeo+ez86pnme FhYUxF5yGi5fNDeqeLROHU6vn+7wDysSRb9kaSGuACisRFz+AaEUhIKcMtFsvOr+yx OAyK4DRviXIfRboQHdWg3qOYSmIMxHrCxlN+AONY= Authentication-Results: smtp2o.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Tue, 09 Oct 2018 11:46:50 -0000 Date: Tue, 09 Oct 2018 11:50:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <1485439048.20181009144650@yandex.ru> To: "Ziegelmiller, Lyle(AWF)" , cygwin@cygwin.com Subject: Re: Cygwin windows won't close In-Reply-To: References: <244059378.20181007032751@yandex.ru> <1829128594.20181008205201@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00075.txt.bz2 Greetings, Ziegelmiller, Lyle(AWF)! > Greetings. >>>> When I click on the X at the upper-right hand corner of the window, >>>> it just hangs. When I click on the X again, the title bar displays, >>>> "(Not Responding)". Prior to attempting to close the window, >>>> everything works fine. > >>> I mean the Cygwin command-window terminal, invoked by this shortcut: > >>> C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico - > >> Does it happen if you try to close the terminal immediately after starting? > Yes, as well as any time after that. >> Did you run any specific applications for it to happen? > No. Even if I just open the window, and then attempt to close it, it does this. >> Any alterations to shell startup scripts? > In .bashrc, I have at the end, after all the commented out stuff: > set -o vi > set tabcomplete > alias path="echo $PATH | perl -pe 's/:/\n/g'" > alias cdpath="echo $CDPATH | perl -pe 's/:/\n/g'" > export FIGNORE=.o:.java~:.class:.bak > alias wpwd='cygpath --windows `pwd`' > if [ -z "$RANPROFILE" ]; then > PATH="/usr/local/bin:/usr/bin:/bin:$PATH" > Fi > That's about all I've done to it. Then I don't see much of the cause for such a behavior from Cygwin side. May be other software interfering. Do you have a particularly zealous "antivirus", pehaps? -- With best regards, Andrey Repin Tuesday, October 9, 2018 14:45:17 Sorry for my terrible english... -- 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