git

Giorgos Keramidas keramida at ceid.upatras.gr
Wed Jun 4 01:31:34 UTC 2008


On Wed, 04 Jun 2008 04:22:09 +0300, Giorgos Keramidas <keramida at ceid.upatras.gr> wrote:
> On Tue, 03 Jun 2008 14:31:24 -0400, Chuck Robey <chuckr at 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 at kobe:/home/keramida/git/erc$ git fetch
>   Segmentation fault: 11 (core dumped)
>   keramida at 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 at kobe:/etc# ln -fs aj malloc.conf
: root at kobe:/etc#
:
: keramida at kobe:/home/keramida/git/erc$ git-fetch
: keramida at kobe:/home/keramida/git/erc$

: root at kobe:/etc# ln -fs AJ malloc.conf
: root at kobe:/etc#
:
: keramida at kobe:/home/keramida/git/erc$ git-fetch
: Segmentation fault: 11 (core dumped)
: keramida at kobe:/home/keramida/git/erc$



More information about the freebsd-questions mailing list