From: Alex Riesen <raa.lkml@gmail.com>
To: Bill Lear <rael@zopyra.com>
Cc: git@vger.kernel.org
Subject: Re: git 1.5.3.5 error over NFS (pack data corruption)
Date: Tue, 13 Nov 2007 22:48:02 +0100 [thread overview]
Message-ID: <20071113214802.GH3268@steel.home> (raw)
In-Reply-To: <18233.47472.890658.729250@lisa.zopyra.com>
Bill Lear, Tue, Nov 13, 2007 15:49:20 +0100:
> >> >> We have an NFS-mounted filesystem, and git pull is choking on it.
> >> >>
> >> >> % uname -a
> >> >> Linux uhlr.zopyra.com 2.6.9-42.0.2.ELsmp #1 SMP Wed Aug 23 13:38:27 BST 2006 x86_64 x86_64 x86_64 GNU/Linux
> >
> >It is a really old kernel... Maybe you could try with some of the
> >recent ones?
>
> I'll see if we can: the machine in question is a high security one,
> and not easy to change. We haven't seen this sort of problem
> elsewhere on our newer systems as far as I know.
Suspected that :)
> >I extend the part you quoted. The file is opened here:
> >...
> >This is strange. The current git should not produce anything like
> >this (and does not, here). ...
>
> You are absolutely correct. My comrade ran this with 1.5.0.1 by
> mistake. He reran the strace with 1.5.3.5, and I have replaced
> the tarball on my server:
>
> http://www.zopyra.com/~rael/git/git-trace.tar.bz2
Still looks like v1.5.0.1:
write(2, "fatal: ", 7) = 7
write(2, "cannot pread pack file: No such "..., 49) = 49
> With this minor correction (!), here is the last part from
> the last file (strace.out.26001):
I think it got worse:
> write(3, "\360]|\204\205\317|\352\336C\342\316\206\334\326\201\211"..., 4096) = 4096
> write(3, "\20\t\33if (cached_vias.insert(die,\227\17"..., 4096) = 4096
The data in packs is zlib-compressed. I don't think you should be able
to see any readable strings in them (except for "PACK" in the header).
I believe you have a data corruption now.
Does git-fsck --all say anything about that, BTW?
Besides, could you try with a git compiled with NO_PREAD?
next prev parent reply other threads:[~2007-11-13 21:48 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-09 15:31 git 1.5.3.5 error over NFS Bill Lear
2007-11-09 23:21 ` Alex Riesen
2007-11-12 15:39 ` Bill Lear
2007-11-12 23:31 ` Alex Riesen
2007-11-12 23:33 ` Alex Riesen
2007-11-13 14:49 ` Bill Lear
2007-11-13 21:48 ` Alex Riesen [this message]
2007-11-13 23:56 ` git 1.5.3.5 error over NFS (pack data corruption) Bill Lear
2007-11-14 0:02 ` Alex Riesen
2007-11-14 0:11 ` Bill Lear
2007-11-14 19:54 ` Alex Riesen
2007-11-14 1:28 ` Nicolas Pitre
2007-11-14 1:32 ` Junio C Hamano
2007-11-14 1:38 ` git 1.5.3.5 error over NFS Nicolas Pitre
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=20071113214802.GH3268@steel.home \
--to=raa.lkml@gmail.com \
--cc=git@vger.kernel.org \
--cc=rael@zopyra.com \
/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;
as well as URLs for NNTP newsgroup(s).