From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Subject: Re: git died Date: Thu, 26 Apr 2007 14:20:52 +0200 Message-ID: <46309924.70401@beronet.com> References: <46307671.3090109@beronet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: Julian Phillips X-From: git-owner@vger.kernel.org Thu Apr 26 14:21:55 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hh2yw-0006Oy-Rw for gcvg-git@gmane.org; Thu, 26 Apr 2007 14:21:55 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031191AbXDZMVv (ORCPT ); Thu, 26 Apr 2007 08:21:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031209AbXDZMVv (ORCPT ); Thu, 26 Apr 2007 08:21:51 -0400 Received: from beronet.com ([80.244.243.34]:4152 "EHLO mail.beronet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031191AbXDZMVu (ORCPT ); Thu, 26 Apr 2007 08:21:50 -0400 Received: from mail.beronet.com (localhost [127.0.0.1]) by mail.beronet.com (Postfix) with ESMTP id 652E8510DA2; Thu, 26 Apr 2007 14:30:46 +0200 (CEST) Received: from [172.20.5.5] (pd956852e.dip0.t-ipconnect.de [217.86.133.46]) by mail.beronet.com (Postfix) with ESMTP id 27234510C29; Thu, 26 Apr 2007 14:30:46 +0200 (CEST) User-Agent: Icedove 1.5.0.7 (X11/20061013) In-Reply-To: X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on m24s12.beronet.com X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.3 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Julian Phillips wrote: > On Thu, 26 Apr 2007, Christian wrote: > >> hi list, >> >> i've got git-1.5.1 here and did a git push to a http based >> repository, i got a segfault :( >> >> please see the logs : > > ... > >> root@beroTester:/usr/src/mISDN# gdb git core >> GNU gdb 6.0 >> Copyright 2003 Free Software Foundation, Inc. >> GDB is free software, covered by the GNU General Public License, and >> you are >> welcome to change it and/or distribute copies of it under certain >> conditions. >> Type "show copying" to see the conditions. >> There is absolutely no warranty for GDB. Type "show warranty" for >> details. >> This GDB was configured as "i386-linux"... >> >> warning: core file may not match specified executable file. >> Core was generated by `/usr//bin/git-http-push > > git-http-push is a separate program. You might want to try "gdb > git-http-push core"? > Loaded symbols for /lib/tls/libnss_dns.so.2 #0 decode_tree_entry (desc=0xbff5110c, buf=0x0, size=454) at tree-walk.c:10 10 while ((c = *str++) != ' ') { (gdb) bt #0 decode_tree_entry (desc=0xbff5110c, buf=0x0, size=454) at tree-walk.c:10 #1 0x0804b9a8 in mark_tree_uninteresting (tree=0x80d0240) at revision.c:65 #2 0x080534cd in main (argc=2, argv=Cannot access memory at address 0x1ca ) at http-push.c:1998 (gdb)