From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: git hang with corrupted .pack Date: Thu, 15 Oct 2009 00:39:06 -0700 Message-ID: <7vbpk985t1.fsf@alter.siamese.dyndns.org> References: <20091014042249.GA5250@hexapodia.org> <20091014142351.GI9261@spearce.org> <20091014161259.GK9261@spearce.org> <20091014180302.GL9261@spearce.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Shawn O. Pearce" , Junio C Hamano , Andy Isaacson , git@vger.kernel.org To: Nicolas Pitre X-From: git-owner@vger.kernel.org Thu Oct 15 09:49:29 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyL5M-00029D-Tp for gcvg-git-2@lo.gmane.org; Thu, 15 Oct 2009 09:49:21 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933325AbZJOHkE (ORCPT ); Thu, 15 Oct 2009 03:40:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933099AbZJOHkD (ORCPT ); Thu, 15 Oct 2009 03:40:03 -0400 Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:43643 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933075AbZJOHkC (ORCPT ); Thu, 15 Oct 2009 03:40:02 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 4A88378CB1; Thu, 15 Oct 2009 03:39:19 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=to:cc:subject :references:from:date:message-id:mime-version:content-type; s= sasl; bh=8tABFRdCAAh/tsRXg4jldbbQypQ=; b=ehbnS/BIAX+qonXrgFNu01B eia5vg9AntToO3Nl9owwuQKArpH4fD/p6M+t3rDU1mhJ+fy6KRGYKRTaDR6PRCnp XTajM+U0Rr72X0/lb/fYigSvuP7kFOvfZF2x+33wkdcYYsamoc65Vt/MYeA3vIxS B7xvDcHQPVJa77FQqPj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:cc:subject :references:from:date:message-id:mime-version:content-type; q= dns; s=sasl; b=JZRqa056U7hIx58j9KfVYm2koWH2HnAMZwOIxMMcsUXfbeDq1 hyPqEfWlFPCs3mfJnVaAryIyRWRuLgWZep0nEhSRxRLD2p9X1HZaIAafhbzXK8Pv /PMw9PlIZJ5Xp3DELMAkg8X4MBQfbvDUdVTl1MRxb+BnFtltLaF6C7B2KA= Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 148A178CB0; Thu, 15 Oct 2009 03:39:15 -0400 (EDT) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 54D9078CAF; Thu, 15 Oct 2009 03:39:08 -0400 (EDT) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Pobox-Relay-ID: D68E08E6-B95D-11DE-AC0E-A67CBBB5EC2E-77302942!a-pb-sasl-sd.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Nicolas Pitre writes: > I confirm this test without the fix reproduces the infinite loop (and > does stall the test suite). Thanks, both of you.