From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56727 invoked by alias); 14 Aug 2015 13:49:06 -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 56716 invoked by uid 89); 14 Aug 2015 13:49:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.8 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,URI_HEX autolearn=no version=3.3.2 X-HELO: mbob.nabble.com Received: from mbob.nabble.com (HELO mbob.nabble.com) (162.253.133.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 14 Aug 2015 13:49:05 +0000 Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id D29B8133452C for ; Fri, 14 Aug 2015 06:48:08 -0700 (PDT) Date: Fri, 14 Aug 2015 13:49:00 -0000 From: mku To: cygwin@cygwin.com Message-ID: <1439560143628-120519.post@n5.nabble.com> In-Reply-To: <20150812144754.GJ13029@calimero.vinschen.de> References: <1437114390582-119766.post@n5.nabble.com> <1438937297149-120365.post@n5.nabble.com> <20150807090646.GB12475@calimero.vinschen.de> <1438977081850-120377.post@n5.nabble.com> <20150810084019.GB1559@calimero.vinschen.de> <1439208020687-120403.post@n5.nabble.com> <20150810160150.GD13029@calimero.vinschen.de> <1439380764318-120458.post@n5.nabble.com> <20150812144754.GJ13029@calimero.vinschen.de> Subject: Re: commands spends time in cygheap_user MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00210.txt.bz2 I hope, not to follow a red herring again, but found some interesting. I did a fresh cygwin installation again but made an error not to copy my old .bashrc and .bashrc-profile files. Within .bashrc I defined an alias for ls (ls='ls --color=auto --show-control-chars'). I noticed, that the time lag has went away. After a "ls --color=auto", the time lag appeared again. Comparing the strace output with/without the color flag, I found that the time lag at "cygheap_user::ontherange" has gone and it now appeared at a ldap_bind [ldap_init] that was called in the context of a symbolic link to a directory on a network share. The previous strace logs did not show a time lag at this point, only at the cygheap_user entry. I deleted the "ln -s" entry and did not notice this big time lag any more even with the color flag. I restored the "old" v2.2.0 version and cannot find the previous logged time lag. As no files within the cygwin directory structure has been modified, it seems, that some registry information has been "healed" by the multiple fresh installations. PS: To do a fresh install I did a "backup" by renaming the original cygwin folder. The "restore" was done by renaming the fresh installed cygwin folder and renaming the previous "backuped" folder back to cygwin. For me the issue is now closed. Thanks for your input. Regards, Matthias -- View this message in context: http://cygwin.1069669.n5.nabble.com/commands-spends-time-in-cygheap-user-tp119766p120519.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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