From: Junio C Hamano <gitster@pobox.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Len Brown <lenb@kernel.org>, Git Mailing List <git@vger.kernel.org>
Subject: Re: Segmentation fault in git read-tree
Date: Thu, 13 Mar 2008 21:48:56 -0700 [thread overview]
Message-ID: <7vejadvrk7.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <alpine.LFD.1.00.0803132136080.3557@woody.linux-foundation.org> (Linus Torvalds's message of "Thu, 13 Mar 2008 21:37:40 -0700 (PDT)")
Linus Torvalds <torvalds@linux-foundation.org> writes:
> On Thu, 13 Mar 2008, Linus Torvalds wrote:
>>
>> Ok, I can reproduce this, I'm on it like a maggot on a two-week-dead baby
>> donkey.
>
> Ok, that was embarrassing.
>
> This should fix it. Spot the stupid stack corruption..
>
> Linus
> diff --git a/unpack-trees.c b/unpack-trees.c
> index be89d52..b62b054 100644
> --- a/unpack-trees.c
> +++ b/unpack-trees.c
> @@ -8,6 +8,8 @@
> #include "progress.h"
> #include "refs.h"
>
> +#define MAX_UNPACK_TREES 4
Somehow this reminds me of a9ab200 (Clean-up read-tree error condition.,
Aug 16, 2007) and f34f2b0 (Fix read-tree merging more than 3 trees using
3-way merge, Aug 15, 2007).
next prev parent reply other threads:[~2008-03-14 4:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-14 3:59 Segmentation fault git read-tree Len Brown
2008-03-14 4:26 ` Linus Torvalds
2008-03-14 4:30 ` Linus Torvalds
2008-03-14 4:37 ` Segmentation fault in " Linus Torvalds
2008-03-14 4:44 ` Junio C Hamano
2008-03-14 4:48 ` Junio C Hamano [this message]
2008-03-14 5:07 ` Junio C Hamano
2008-03-14 18:24 ` Len Brown
2008-03-14 17:37 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vejadvrk7.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=lenb@kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.