From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cesar Eduardo Barros Subject: Re: Stack overflow at write_one() Date: Sat, 19 Nov 2011 22:02:04 -0200 Message-ID: <4EC8437C.6000808@cesarb.net> References: <4EC81131.2010704@cesarb.net> <7vty5zizwn.fsf@alter.siamese.dyndns.org> <4EC823A0.3010603@cesarb.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Junio C Hamano , git@vger.kernel.org To: Shawn Pearce X-From: git-owner@vger.kernel.org Sun Nov 20 01:02:16 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RRurO-000546-93 for gcvg-git-2@lo.gmane.org; Sun, 20 Nov 2011 01:02:14 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754217Ab1KTACJ (ORCPT ); Sat, 19 Nov 2011 19:02:09 -0500 Received: from smtp-03.mandic.com.br ([200.225.81.143]:45444 "EHLO smtp-03.mandic.com.br" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754195Ab1KTACI (ORCPT ); Sat, 19 Nov 2011 19:02:08 -0500 Received: (qmail 27203 invoked from network); 20 Nov 2011 00:02:05 -0000 Received: from unknown (HELO cesarb-inspiron.home.cesarb.net) (zcncxNmDysja2tXBptWToZWJlF6Wp6IuYnI=@[200.157.204.20]) (envelope-sender ) by smtp-03.mandic.com.br (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 20 Nov 2011 00:02:05 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Em 19-11-2011 21:30, Shawn Pearce escreveu: > On Sat, Nov 19, 2011 at 13:46, Cesar Eduardo Barros wrote: >> Em 19-11-2011 19:08, Junio C Hamano escreveu: >>> >>> Already found the real cause (jGit bug) and workaround posted, I think. >> >> I presume the cause then is what was fixed by >> http://egit.eclipse.org/w/?p=jgit.git;a=commit;h=2fbf296fda205446eac11a13abd4fcdb182f28d9 >> ? > > Yes. The AOSP servers were all updated with the above JGit patch, so > the servers are no longer sending duplicate objects. But yes, for a > period of time there were duplicates in the kernel repositories, > particularly kernal/omap. So, would an alternative workaround in my situation be to delete kernel/omap.git and let repo sync recreate it? It seems repo does not have extra metadata anywhere else, so just removing the directory should be enough for it to clone again from scratch, hopefully getting a corrected pack from the server. -- Cesar Eduardo Barros cesarb@cesarb.net cesar.barros@gmail.com