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:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=xLliWp/f4MIHE3Vf 1KYcNIhKXE+fg6RVfP90o8HnoDOv72v7wNkDQECtw981iBD0WtamTF71XorWwOvx WjujdOhLZ74bR4S/iTocArT5Ha7OMBvil43q7CFRzQhg+YCa/Z2M9eJPPb+sSlbC o+/LWp2SsJgQlZE27qKVoK79pWs= 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:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=4Tab5l1dy9KnKmNlnMsLvS VWImM=; b=Z7RemLg7wftaGJVnF1vBtnxcHrtch/Zb2cmtqMVviIDyssDsr5kXJM eitw6+XzW0HAbnQwEFdon0FTK9IBbaHoXgKtTXfKFzQa70JGZ7ZeoGH30sRU66kq TPKh9OEeBl0IfF1eE7kCkCi6zO+5RoqGD1KbSSEC1xxvHg/55P/C0= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=disappeared, Extreme, solved, Hx-languages-length:2053 X-HELO: mail-qk0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=rIKYC97CH48ff+Qu9EIf02Ube3zUAiEGGTmeIkmlq6c=; b=ccSXCNZr2jEAuhYSY2zyYIKJj7h59+j5nUwDPF+RpBv6S/tT4re6E6BTnhdO6vS5el vCkt/HzFMXV6Fdq+4AbJ4+CmWDgiRdtj5oNMQ24QhToktdI81axmwXh6ut1AL+lwkJ42 hqcDR6Na+25Sc9/WTLluozVtIXebQvS2gY53+ZUTVyWRagJ2/riD3f8MffT63GOfSPYA ZXF6UH/caDPHj2TRESsw695cx0TIrbFVt24B5sEAgSCLeIP6DThZ6g7qXoAYVRlXJ1ab KtilA1fZhuUrPpYPdsn/d28qyjg7t77trJDob6EjdgBjOLYeGNSFm9icWY4oPJagd9B2 1JRw== X-Gm-Message-State: AE9vXwPDAqY+oErJqQ9xpGZhjUnTiYSPRjfpoqZ/MsHd254xxxVC6I9pLaG+3yjuvwO3SA== X-Received: by 10.55.88.199 with SMTP id m190mr16346430qkb.78.1472447918054; Sun, 28 Aug 2016 22:18:38 -0700 (PDT) Subject: Re: Extreme Slowness of cygwin commands [SOLVED?] To: bzs AT theworld DOT com References: <22343 DOT 29371 DOT 145881 DOT 606587 AT pcls8 DOT std DOT com> <22344 DOT 42697 DOT 736084 DOT 559336 AT pcls8 DOT std DOT com> Cc: cygwin AT cygwin DOT com From: Ben Altman Message-ID: Date: Mon, 29 Aug 2016 01:18:20 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/27/2016 4:13 PM, Ben Altman wrote: > On 5/27/2016 3:58 PM, bzs AT theworld DOT com wrote: >> As I said the slowdown was intermittant, Rapport had been running at >> least a week or so before the slowdown started which didn't affect for >> example cmd or power shell only cygwin that I noticed. >> >> But when I stopped Rapport the slowdown (15+ second process >> activation) disappeared instantly. >> >> Needs more investigation but maybe this will help someone else, if I >> can save just one child... > > I understand and I am not disagreeing with your observations, but in > my case, and I failed to mention that I have had Rapport installed for > years now, I have not experienced that behavior as you have. Though, I > am planning on putting the configuration file of my script back next > week to see if that was what caused the behavior on my system. I will > try killing Rapport and see if that affects the situation now that you > have mentioned it. This comes a while later but I was wrong and you were right. I had thought since I had Rapport working with cygwin for so long without issue that it couldn't be the source of the problem with regards to my situation. With the update I did in cygwin something clearly had changed causing a conflict. It took a while but I (finally) uninstalled Rapport Trusteer yesterday and the problem was solved. In the meanwhile I had gone so far as to install Windows versions of the GNU utilities to try my script without cygwin but I had to use cygwin's sort because I couldn't work out how to use it under Windows with a different locale and it conflicted with join with the case insensitive option unlike under cygwin where I could just do "LANG=en_EN sort -uf". I discovered I could use cygwin's sort but if I used it's join while Rapport was running my system was messed up afterwards. There were other triggers as well, but now I am back to a normal system so thank you very much for that advise despite the fact that I ignored it for so long. Ben -- 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