From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 01:31:34 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 B4E321065672 for ; Wed, 4 Jun 2008 01:31:34 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 295C18FC15 for ; Wed, 4 Jun 2008 01:31:33 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl138-114.kln.forthnet.gr [77.49.9.114]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m541VNn4013816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Jun 2008 04:31:29 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m541VNYc005613; Wed, 4 Jun 2008 04:31:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m541VMvC005612; Wed, 4 Jun 2008 04:31:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Chuck Robey References: <48458DFC.9020004@telenix.org> <87y75m3sfy.fsf@kobe.laptop> Date: Wed, 04 Jun 2008 04:31:22 +0300 In-Reply-To: <87y75m3sfy.fsf@kobe.laptop> (Giorgos Keramidas's message of "Wed, 04 Jun 2008 04:22:09 +0300") Message-ID: <87bq2i3s0l.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: m541VNn4013816 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.76, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.64, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr 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 01:31:34 -0000 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: : root@kobe:/etc# ln -fs aj malloc.conf : root@kobe:/etc# : : keramida@kobe:/home/keramida/git/erc$ git-fetch : keramida@kobe:/home/keramida/git/erc$ : root@kobe:/etc# ln -fs AJ malloc.conf : root@kobe:/etc# : : keramida@kobe:/home/keramida/git/erc$ git-fetch : Segmentation fault: 11 (core dumped) : keramida@kobe:/home/keramida/git/erc$