Re: "failed to read delta base object at..."

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: J. Bruce Fields <bfields@...>
Cc: <git@...>
Date: Monday, August 25, 2008 - 3:01 pm

On Mon, 25 Aug 2008, J. Bruce Fields wrote:

This is almost certainly due to some corruption. Basically, the call to 
"cache_or_unpack_entry()" failed, which in turn is because 
'unpack_entry()' will have failed. 

And since you didn't see any other error, that failure is almost certainly 
due to unpack_compressed_entry() having failed. We don't print out _why_ 
(which is a bit sad), but the only thing that unpack_compressed_entry() 
does is to just "inflate()" the data at that offset.

So it probably got a zlib data error, or an adler32 crc failure.


An interrupted fetch shouldn't have caused this, it really should only 
happen if you have some actual filesystem data error. Something didn't get 
written back correctly, or the page cache isn't coherent (or it got 
corrupted by something else like a wild kernel pointer, of course).

			Linus
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
"failed to read delta base object at...", J. Bruce Fields, (Mon Aug 25, 12:46 pm)
Re: "failed to read delta base object at...", Linus Torvalds, (Mon Aug 25, 3:01 pm)
Re: "failed to read delta base object at...", J. Bruce Fields, (Mon Aug 25, 5:31 pm)
Re: "failed to read delta base object at...", Linus Torvalds, (Mon Aug 25, 5:37 pm)
Re: "failed to read delta base object at...", J. Bruce Fields, (Mon Aug 25, 6:13 pm)
Re: "failed to read delta base object at...", Linus Torvalds, (Mon Aug 25, 7:59 pm)
Re: "failed to read delta base object at...", Junio C Hamano, (Wed Aug 27, 4:14 pm)
Re: "failed to read delta base object at...", J. Bruce Fields, (Tue Aug 26, 4:55 pm)
Re: "failed to read delta base object at...", Jason McMullan, (Tue Aug 26, 4:43 pm)
Re: "failed to read delta base object at...", Jason McMullan, (Tue Aug 26, 5:01 pm)
Re: "failed to read delta base object at...", Linus Torvalds, (Wed Aug 27, 1:05 pm)
Re: "failed to read delta base object at...", Nicolas Pitre, (Wed Aug 27, 3:17 pm)
Re: "failed to read delta base object at...", Linus Torvalds, (Wed Aug 27, 3:48 pm)
Re: "failed to read delta base object at...", Nicolas Pitre, (Wed Aug 27, 4:46 pm)
[PATCH 0/5] pack header rewriting improvements, Nicolas Pitre, (Fri Aug 29, 4:07 pm)
Re: "failed to read delta base object at...", Nicolas Pitre, (Mon Aug 25, 2:58 pm)
Re: "failed to read delta base object at...", J. Bruce Fields, (Mon Aug 25, 5:18 pm)