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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=c+IQBaf2wN09wrMtnfJPq/CgSN9ewZ270n1lBtMejp2upQ 9+jb5EQixNCv3BVJeuA6wirGqKhTuljoszC8vzw/PYBfUX+5+Lihp6A7t9CrLQA2 EW53HHEyAytKajvHvCM1S+nCCFfaiJtQOOddd+mW4bmpZi5vuHdavMKTEbvT4= 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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=EQEDGEaMmGpDLXWL1Wi4YAdmU9I=; b=gmbcHjp1ECwETBUSyPhP bQPPcFvZbPkq9+QOavq+XMxElwtbD5qYttP/eGHwEeWUW75/Igh79Ih0r2iN6qek gcB8DUKXMHj7GlIz0b6hSdA3txQLXibB7VvjrOudV7qBhVg83/Ifg1DVZgwgFmPU XyxxgV5gwWT0BVdOWAFhvKA= 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=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 Date: Fri, 14 Aug 2015 06:49:03 -0700 (MST) From: mku To: cygwin AT cygwin DOT com Message-ID: <1439560143628-120519.post@n5.nabble.com> In-Reply-To: <20150812144754.GJ13029@calimero.vinschen.de> References: <1437114390582-119766 DOT post AT n5 DOT nabble DOT com> <1438937297149-120365 DOT post AT n5 DOT nabble DOT com> <20150807090646 DOT GB12475 AT calimero DOT vinschen DOT de> <1438977081850-120377 DOT post AT n5 DOT nabble DOT com> <20150810084019 DOT GB1559 AT calimero DOT vinschen DOT de> <1439208020687-120403 DOT post AT n5 DOT nabble DOT com> <20150810160150 DOT GD13029 AT calimero DOT vinschen DOT de> <1439380764318-120458 DOT post AT n5 DOT nabble DOT com> <20150812144754 DOT GJ13029 AT calimero DOT vinschen DOT de> Subject: Re: commands spends time in cygheap_user MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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