From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 21:05:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76A241065673 for ; Wed, 4 Jun 2008 21:05:38 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id A56CD8FC24 for ; Wed, 4 Jun 2008 21:05:37 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl14-103.kln.forthnet.gr [77.49.141.103]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m54KldOR004224 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Jun 2008 23:47:45 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m54Klc7Q003037; Wed, 4 Jun 2008 23:47:38 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m54Klb9i003036; Wed, 4 Jun 2008 23:47:37 +0300 (EEST) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Chuck Robey References: <48458DFC.9020004@telenix.org> <87y75m3sfy.fsf@kobe.laptop> <87bq2i3s0l.fsf@kobe.laptop> <4846B6DA.4070402@telenix.org> Date: Wed, 04 Jun 2008 23:47:37 +0300 In-Reply-To: <4846B6DA.4070402@telenix.org> (Chuck Robey's message of "Wed, 04 Jun 2008 11:38:02 -0400") Message-ID: <87ve0pkjva.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m54KldOR004224 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.273, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.13, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 21:05:38 -0000 On Wed, 04 Jun 2008 11:38:02 -0400, Chuck Robey wrote: > Giorgos Keramidas wrote: >> On Wed, 04 Jun 2008 04:22:09 +0300, Giorgos Keramidas wrote: >>> On Tue, 03 Jun 2008 14:31:24 -0400, Chuck Robey wrote: >>>> Wonder if anyone could tell me why anything I do to run git-pull gives me a >>>> coredump? The image that gets dumped is git-fetch, if that helps, and I was >>>> just trying to update the xorg source tree. >>> Hi Chuck, >>> Something is obviously broken in Git 1.5.5. My installation from Ports >>> core dumps pretty fast too: >>> >>> keramida@kobe:/home/keramida/git/erc$ git fetch >>> Segmentation fault: 11 (core dumped) >>> keramida@kobe:/home/keramida/git/erc$ >> [...] >>> Are you also running with option 'J' enabled in `malloc.conf'? >> >> Verified. Setting malloc.conf options to 'aj', lets git-fetch run >> without crashing: > > I moved the discussion to hackers, take a look over there for more > info, I don't think it's malloc, and I think I've proved at least part > of my case. Neat. I've just read that thread, and see that it has been tracked down and fixed now :)