Date: Wed, 04 Jun 2008 04:31:22 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Chuck Robey <chuckr@telenix.org> Cc: FreeBSD Questions Mailing List <freebsd-questions@freebsd.org> Subject: Re: git Message-ID: <87bq2i3s0l.fsf@kobe.laptop> In-Reply-To: <87y75m3sfy.fsf@kobe.laptop> (Giorgos Keramidas's message of "Wed, 04 Jun 2008 04:22:09 %2B0300") References: <48458DFC.9020004@telenix.org> <87y75m3sfy.fsf@kobe.laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 04 Jun 2008 04:22:09 +0300, Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > On Tue, 03 Jun 2008 14:31:24 -0400, Chuck Robey <chuckr@telenix.org> 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$
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87bq2i3s0l.fsf>