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:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=PDM3TTFzmeiyp1Zj pkEIERw9ivv7mphSaIs6tSFP7w03sbBKg3WlpwzrqOQ6Z2PlcoKmpHrLq42s5lun VeZMhuIJ+2JXuFFnG+8glbYecdbgzlbJCW8SyBihznlEDEoIFb6eQNsYleVItNUb cAh96+BnWL7090D8vZU7dhclkoI= 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:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=IzU3egI97OVf0ENasMYvRh MOCDY=; b=c78/qSpET5K+SxcodAtoClfQOKGAY0Q6GkMg+slJ0CjmHLJuXiyvVR Krvv+BQc6hmrq7HxoFW23pB26mKAyltifCnntO6ikOmtwGV2Kh3YjjL1U/4Aq7Fv Qd0HmO5jKyXdxCZuG1/w3uXExMknbTXNrCPVPELMrcqsbwoEIVpHo= 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.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f176.google.com X-Received: by 10.180.83.137 with SMTP id q9mr27759061wiy.68.1438535618450; Sun, 02 Aug 2015 10:13:38 -0700 (PDT) Subject: Re: git Loaded to different address and X panel To: cygwin AT cygwin DOT com References: <55BDD578 DOT 70602 AT gmail DOT com> From: Marco Atzeri Message-ID: <55BE4FBE.6050606@gmail.com> Date: Sun, 2 Aug 2015 19:13:34 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.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 8/2/2015 2:40 PM, Rexdf wrote: > 2015-08-02 16:31 GMT+08:00 Marco Atzeri : > >> and provide as attachment the output of >> >> cygcheck -s -v -r > cygcheck.out >> >> please also check the memory layout on >> >> /proc/{git-pid}/maps >> >> It should give hint which BLODA process is >> interfering with git > > $ rebase -si |grep cygcrypto-1.0.0.dll > /usr/bin/cygcrypto-1.0.0.dll > > base 0x5d760000 size 0x001f8000 > > $gdb git > $ grep -a "OK$" /tmp/cygcheck.out |wc -l 2396 Comments: 1) you have a bit too much packages for a 32bit installation. Collision on fork are very easy. 2) As you have a 64bit windows why you are not using a 64bit cygwin ? Fork issues will be much less. 3) In the area where cygwin dll's are expected to be loaded there are system32 dll 5D910000-5D911000 r--p 00000000 0000:0000 0 /cygdrive/c/Windows/System32/wow64win.dll [cut] 5D9E5000-5D9E8000 r--p 00005000 0000:0000 0 /cygdrive/c/Windows/System32/wow64cpu.dll while usually they are over 6A000000. I am not familiar with Windows 10 on this issues, to understand the reason, but may be W10 have more dll's than W7 and they need more space. Regards Marco -- 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