From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Contreras Subject: Re: Huge possible memory leak while cherry-picking. Date: Mon, 12 Aug 2013 05:09:44 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org To: =?UTF-8?B?0JvQtdC20LDQvdC60LjQvSDQmNCy0LDQvQ==?= X-From: git-owner@vger.kernel.org Mon Aug 12 12:09:51 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V8p4R-0002SA-CU for gcvg-git-2@plane.gmane.org; Mon, 12 Aug 2013 12:09:51 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756034Ab3HLKJr convert rfc822-to-quoted-printable (ORCPT ); Mon, 12 Aug 2013 06:09:47 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:39901 "EHLO mail-la0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755993Ab3HLKJq convert rfc822-to-8bit (ORCPT ); Mon, 12 Aug 2013 06:09:46 -0400 Received: by mail-la0-f41.google.com with SMTP id ec20so4585846lab.0 for ; Mon, 12 Aug 2013 03:09:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=uWOguaUwzo+AZQK9nSH22DH8+T1AzPPpjDS5U+ierFI=; b=Gv7DVNF82NAVhuF50jaDcsODaqGSuqhDhKmDdILJnVJw8KQRjiv3Phl1yGDlPcbAaD 8V9SkZ5QfbUzaWo1fsYmG9leK3vHCpNt+nLyPbVegSQ389G4p7uzvwg9eh4mOpDdeKkT hs9YRzmxsR+qNUdRmTKTztLGW1cfMqE0qiR0lUylkdyPw4mBgem0n47aTu7ko2g3KULo mAzS/n5Awct7n+F26yO+hQ2Nn4/JmwcOsiL3CqZMUCt6ZXfXQIIUN0ddByGzgZz58IpK D2LKv664BF1XDZfX4zOIEPYCn/ARBtxu6tPdJUz56TuV8649b6rjX6M160opsuGml9zC j8Lg== X-Received: by 10.152.8.199 with SMTP id t7mr9977097laa.63.1376302185003; Mon, 12 Aug 2013 03:09:45 -0700 (PDT) Received: by 10.114.91.169 with HTTP; Mon, 12 Aug 2013 03:09:44 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Aug 12, 2013 at 5:04 AM, =D0=9B=D0=B5=D0=B6=D0=B0=D0=BD=D0=BA=D0= =B8=D0=BD =D0=98=D0=B2=D0=B0=D0=BD wrote: > Thank you, it works very well! > Will this patch go to upstream? Ask Junio. > Also, there is still some unexpected memory consumption - about 2Gb > per ~200 commits, but it's bearable. > I will do a futher investigation. Can you post some valgrind log? Or even better, a way to reproduce? > Felipe, should I exclude you from my futher reports on possible memor= y leaks? Exclude me? --=20 =46elipe Contreras