From: "Tjernlund" <tjernlund@tjernlund.se>
To: "'Linus Torvalds'" <torvalds@linux-foundation.org>
Cc: <git@vger.kernel.org>
Subject: RE: error: wrong index file size in /usr/local/src/jffs2_mtd_patches/.git/objects/pack/pack-da39a3ee5e6b4b0d32 55bfef95601890afd80709.idx
Date: Tue, 26 Jun 2007 23:14:47 +0200 [thread overview]
Message-ID: <001601c7b837$067d1040$0e67a8c0@Jocke> (raw)
In-Reply-To: <alpine.LFD.0.98.0706261341190.8675@woody.linux-foundation.org>
> -----Original Message-----
> From: Linus Torvalds [mailto:torvalds@linux-foundation.org]
> Sent: den 26 juni 2007 22:45
> To: Tjernlund
> Cc: git@vger.kernel.org
> Subject: Re: error: wrong index file size in
> /usr/local/src/jffs2_mtd_patches/.git/objects/pack/pack-da39a3
> ee5e6b4b0d32 55bfef95601890afd80709.idx
>
>
>
> On Tue, 26 Jun 2007, Tjernlund wrote:
> >
> > Did this and got a small error that I don't think should be there:
>
> Heh. I think I see what's wrong..
>
> > Indexing 0 objects...
> > remote: Total 0 (delta 0), reused 0 (delta 0)
>
> Ok, there were no objects that weren't in the reference repo.
> So far so
> good.
>
> But:
>
> > error: wrong index file size in
> /usr/local/src/jffs2_mtd_patches/.git/objects/pack/pack-da39a3
ee5e6b4b0d3255bfef95601890afd80709.idx
>
> I think this is because of that zero size:
>
> /*
> * Minimum size:
> * - 8 bytes of header
> * - 256 index entries 4 bytes each
> * - 20-byte sha1 entry * nr
> * - 4-byte crc entry * nr
> * - 4-byte offset entry * nr
> * - 20-byte SHA1 of the packfile
> * - 20-byte SHA1 file checksum
> * And after the 4-byte offset table might be a
> * variable sized table containing 8-byte entries
> * for offsets larger than 2^31.
> */
> unsigned long min_size = 8 + 4*256 + nr*(20 +
> 4 + 4) + 20 + 20;
> if (idx_size < min_size || idx_size >
> min_size + (nr - 1)*8) {
>
> Notice the "(nr - 1)*8" thing. And notice how "nr-1"
> underflows when nr is
> zero..
>
> I bet it goes away if you remove the "-1", or if you do
> something like
> this (totally untested!) patch.
>
> Linus
[SNIP patch]
Tested your patch and the error went away, many thanks
Jocke
next prev parent reply other threads:[~2007-06-26 21:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-26 20:03 error: wrong index file size in /usr/local/src/jffs2_mtd_patches/.git/objects/pack/pack-da39a3ee5e6b4b0d3255bfef95601890afd80709.idx Tjernlund
2007-06-26 20:45 ` error: wrong index file size in /usr/local/src/jffs2_mtd_patches/.git/objects/pack/pack-da39a3ee5e6b4b0d32 55bfef95601890afd80709.idx Linus Torvalds
2007-06-26 21:14 ` Tjernlund [this message]
2007-06-26 20:55 ` error: wrong index file size in /usr/local/src/jffs2_mtd_patches/.git/objects/pack/pack-da39a3ee5e6b4b0d3255bfef95601890afd80709.idx David Woodhouse
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='001601c7b837$067d1040$0e67a8c0@Jocke' \
--to=tjernlund@tjernlund.se \
--cc=git@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox