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=ULKC0KwydQHyEFRcZW2RI+962iqrCeSqwL7Ham5PtcvIvJ j2oygyVRAyfLphwmCyPICUEA9lMoPYM6xxq+rmiB4o0i94AXxBLAymEyL4nQLGla N1zyFtyaN4v/6D2z5V2QiYNbCvvAlJZIVCmpU1CzX3HQ88RXh6IKTBIBJUst8= 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=kpyTGmN8rH6RH/zsa4ki+lG1+rw=; b=TSEJHsclGuueL/k5Ibd7 DzkrjhShOTk9OgrwmEJHmoduDE+zN4dnJ+6AvqEjjuZhbnXBEoNFwIaSu9uztRo+ E9/cSN4LCerSGsEhpH9i6ubo/0an1w8lnlPA5Mu8Mc+VTthfv53SVlBjVAl/KOu4 53BNYL0mqavcmnLHQiUmIdg= 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: Yes, score=6.7 required=5.0 tests=AWL,BAYES_60,FOREIGN_BODY,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,URI_HEX autolearn=no version=3.3.2 X-HELO: mwork.nabble.com Date: Fri, 7 Aug 2015 12:51:21 -0700 (MST) From: mku To: cygwin AT cygwin DOT com Message-ID: <1438977081850-120377.post@n5.nabble.com> In-Reply-To: <20150807090646.GB12475@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> Subject: Re: commands spends time in cygheap_user MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dear Corinna, thanks for the tip, but I had done it before (and modified it to my Needs). To be safe, I did a complete fresh Installation and made the passwd and group files as described. But the result is the same as before (a ls command takes 5 to 10 secs to complete for a local Directory with 10 files). The main time lag is after the Win dll load: +++ 8< ------------------- 46 12959 [main] ls 588804 client_request::make_request: cygserver un-available --- Process 588804 loaded C:\Windows\SysWOW64\advapi32.dll at 76B80000 --- Process 588804 loaded C:\Windows\SysWOW64\msvcrt.dll at 762B0000 --- Process 588804 loaded C:\Windows\SysWOW64\sechost.dll at 75870000 --- Process 588804 loaded C:\Windows\SysWOW64\rpcrt4.dll at 76620000 --- Process 588804 loaded C:\Windows\SysWOW64\sspicli.dll at 75760000 --- Process 588804 loaded C:\Windows\SysWOW64\cryptbase.dll at 75750000 --- Process 588804 thread 588956 created --- Process 588804 loaded C:\Windows\SysWOW64\netapi32.dll at 74E90000 --- Process 588804 loaded C:\Windows\SysWOW64\netutils.dll at 74E80000 --- Process 588804 loaded C:\Windows\SysWOW64\srvcli.dll at 74E60000 --- Process 588804 loaded C:\Windows\SysWOW64\wkscli.dll at 74E50000 --- Process 588804 loaded C:\Windows\SysWOW64\logoncli.dll at 727A0000 4519662 4532621 [main] ls 588804 pwdgrp::fetch_account_from_windows: line: 907 4533528 [main] ls 588804 pwdgrp::fetch_account_from_windows: line: 751 4534279 [main] ls 588804 pwdgrp::fetch_account_from_windows: line: 718 4534997 [main] ls 588804 pwdgrp::fetch_account_from_windows: line: --- 8< -------------------- Now the "pwdgrp" logs are shown before the "cygheap_user::ontherange". If I repeat the same ls command in a short timeframe (some seconds), the ls command is processed at normal Speed (e.g. 0.06 sec). -- View this message in context: http://cygwin.1069669.n5.nabble.com/commands-spends-time-in-cygheap-user-tp119766p120377.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