From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6485 invoked by alias); 26 Jan 2014 00:56:02 -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 6473 invoked by uid 89); 26 Jan 2014 00:56:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ea0-f169.google.com Received: from mail-ea0-f169.google.com (HELO mail-ea0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 26 Jan 2014 00:56:00 +0000 Received: by mail-ea0-f169.google.com with SMTP id h10so162953eak.14 for ; Sat, 25 Jan 2014 16:55:57 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.15.81.196 with SMTP id x44mr18651376eey.31.1390697757793; Sat, 25 Jan 2014 16:55:57 -0800 (PST) Received: by 10.15.22.4 with HTTP; Sat, 25 Jan 2014 16:55:57 -0800 (PST) In-Reply-To: <20140125115958.GU2357@calimero.vinschen.de> References: <20140115105534.GB31912@tastycake.net> <20140123105142.GN2357@calimero.vinschen.de> <20140125115958.GU2357@calimero.vinschen.de> Date: Sun, 26 Jan 2014 00:56:00 -0000 Message-ID: Subject: Re: Maintainer for git? From: Balaji Venkataraman To: Cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00419.txt.bz2 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. 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 -- 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