On Wed, 04 Jun 2008 04:22:09 +0300, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
> On Tue, 03 Jun 2008 14:31:24 -0400, Chuck Robey <[EMAIL PROTECTED]> 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:
>
>   [EMAIL PROTECTED]:/home/keramida/git/erc$ git fetch
>   Segmentation fault: 11 (core dumped)
>   [EMAIL PROTECTED]:/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:

: [EMAIL PROTECTED]:/etc# ln -fs aj malloc.conf
: [EMAIL PROTECTED]:/etc#
:
: [EMAIL PROTECTED]:/home/keramida/git/erc$ git-fetch
: [EMAIL PROTECTED]:/home/keramida/git/erc$

: [EMAIL PROTECTED]:/etc# ln -fs AJ malloc.conf
: [EMAIL PROTECTED]:/etc#
:
: [EMAIL PROTECTED]:/home/keramida/git/erc$ git-fetch
: Segmentation fault: 11 (core dumped)
: [EMAIL PROTECTED]:/home/keramida/git/erc$

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to