From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: git-fast-export is returning streams with source code inside Date: Thu, 4 Aug 2011 12:32:18 -0600 Message-ID: <20110804183218.GA15943@sigill.intra.peff.net> References: <20110804070528.GA11805@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: git@vger.kernel.org To: James Gregory X-From: git-owner@vger.kernel.org Thu Aug 04 20:32:32 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 1Qp2ie-00054U-BP for gcvg-git-2@lo.gmane.org; Thu, 04 Aug 2011 20:32:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754149Ab1HDScY (ORCPT ); Thu, 4 Aug 2011 14:32:24 -0400 Received: from 99-108-226-0.lightspeed.iplsin.sbcglobal.net ([99.108.226.0]:33093 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752640Ab1HDScX (ORCPT ); Thu, 4 Aug 2011 14:32:23 -0400 Received: (qmail 21693 invoked by uid 107); 4 Aug 2011 18:32:57 -0000 Received: from S010690840de80b38.ss.shawcable.net (HELO sigill.intra.peff.net) (70.64.172.81) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Thu, 04 Aug 2011 14:32:57 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Thu, 04 Aug 2011 12:32:18 -0600 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Aug 04, 2011 at 10:08:43AM +0100, James Gregory wrote: > Thanks for your reply. I'm afraid I won't be able to allow you access > to repo as it is for a business project and covered by NDAs, etc. If I > can do anything to help with diagnosing the problem (debug logs, more > excerpts from the stream, etc.) then that shouldn't be a problem. Since it seems like blob data is making it into the stream in an odd place, my first guess would be a memory problem. Can you try installing valgrind (since you are on Ubuntu, there should be a package), and then running: valgrind git fast-export --all >/dev/null 2>valgrind.out and then sharing the results of valgrind.out? -Peff