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:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=k+5j RTnSMZQFVe2dD9mOSV+37lu/Va4p3h7pe6lsHbM+lAq35a6Vc27LJm7FMeE9EMR4 FQA+IU7wOQCGAvdp0ODrNttqqnTgV+G7tibu/phdm6RX/Gr9X+lKKGuPo3npKAZN Czn+lOYq1r6jCj3WLWr0gKDZz0sTHoNs8dfzjUk= 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:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=Og66TTz/XZ HNgF4Qxq5K7xdmVZ4=; b=VRSKgR41u4erxlt7fHXCk+cEPbEosJzZ5pbQGQ4FJd rTq8KlZk+i9O/YC16EzUuOxKra7bLlIDSL38pSt8CLOAsrjnKVmq9qlktS5hzOoX U6MHHC0Ci/aA89MTqbXwwmQ/x3+rnkwm9XrK7x4vMDGIottJ7lolWdJLothmoFi9 I= 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.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: northrend.tastycake.net Date: Sun, 26 Jan 2014 19:19:41 +0000 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: Re: Maintainer for git? Message-ID: <20140126191940.GA645@tastycake.net> References: <20140115105534 DOT GB31912 AT tastycake DOT net> <20140123105142 DOT GN2357 AT calimero DOT vinschen DOT de> <20140125115958 DOT GU2357 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes On Sat, Jan 25, 2014 at 04:55:57PM -0800, Balaji Venkataraman wrote: > On Sat, Jan 25, 2014 at 3:59 AM, Corinna Vinschen wrote: > > I have a hunch that this is not a OpenSSL but a Cygwin problem. > > > > The default case in OpenSSL is to use SSE2 instructions in the x86 > > assembler code. However, SSE2 instructions utilize the x86 XMM > > registers, which are not saved and restored in setjmp/longjmp, nor are > > they stored and restored in signal handling under Cygwin. > > > > In the long run Cygwin should save and restore the XMM registers on > > x86 as well, I guess. > > > > For the time being, I've build a new OpenSSL version 1.0.1f-2 with the > > "no-sse2" flag. With this version I could clone the linx repo without > > error. Please give it a try. > > Thanks Corinna for the openssl updates. I definitely see an > improvement with them. I was able to clone the ffmpeg repo w/o errors > - which was not happening earlier. This is good to hear, particularly given I was unable to reproduce that problem. > However, the linux repo clone > failed w/ the same error as before. Not sure if there is something > else that could be going on. > > x86$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > linux > Cloning into 'linux'... > remote: Counting objects: 3407728, done. > remote: Compressing objects: 100% (517899/517899), done. > remote: Total 3407728 (delta 2869094), reused 3399100 (delta 2860672) > Receiving objects: 100% (3407728/3407728), 713.94 MiB | 619.00 KiB/s, done. > fatal: pack is corrupted (SHA1 mismatch) > fatal: index-pack failed I was previously managing to reproduce this, but since updating to Corinna's latest OpenSSL builds, I've not had any issues. Is it possibly an out-of-date library hanging around in memory? Have you tried restarting all your Cygwin processes and/or rebooting your system? I'm surprised Corinna's changes would fix it for me but not for you. -- 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