git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: git@vger.kernel.org
Subject: Re: git-update-server-info crashes on hera.kernel.org:/pub/scm/libs/klibc/klibc.git
Date: Sat, 03 Dec 2005 22:16:54 -0800	[thread overview]
Message-ID: <7vzmnhtmi1.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <43921DAE.7060606@zytor.com> (H. Peter Anvin's message of "Sat, 03 Dec 2005 14:35:26 -0800")

I made a copy of that repository on hera and tried it but cannot
reproduce (with or without -f flag -- and running under gdb with
symbols did not make difference either).  Sorry, I am baffled.
The same machine, the same set of input and binary.

junio@hera:~/t(0)$ echo $PATH
/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
junio@hera:~/t(0)$ (cd /pub/scm/libs/klibc/ && tar cf - klibc.git ) | tar xf -
junio@hera:~/t(0)$ head -n 4 klibc.git/objects/info/packs
P pack-122eb314270865bdaaded7d02c7340014537abbf.pack
D 0
T 0 005146812e1e36309409128e0bbaf86e6745a637 tag
T 0 00aea41acad6d139679416a79ff9139a50b5001c tag
junio@hera:~/t(0)$ GIT_DIR=klibc.git /usr/bin/git-update-server-info ; echo $?
0
junio@hera:~/t(0)$ head -n 4 klibc.git/objects/info/packs
P pack-1433c87e76496ad3f628652c0cb81d288c178fc5.pack
P pack-f9db0b232716d835858232fbecfb410d22ae5afb.pack
D 0
junio@hera:~/t(0)$ rm -fr klibc.git
junio@hera:~/t(0)$ (cd /pub/scm/libs/klibc/ && tar cf - klibc.git ) | tar xf -  junio@hera:~/t(0)$ head -n 4 klibc.git/objects/info/packs
P pack-122eb314270865bdaaded7d02c7340014537abbf.pack
D 0
T 0 005146812e1e36309409128e0bbaf86e6745a637 tag
T 0 00aea41acad6d139679416a79ff9139a50b5001c tag
junio@hera:~/t(0)$ GIT_DIR=klibc.git /usr/bin/git-update-server-info -f; echo $?
0
junio@hera:~/t(0)$ head -n 4 klibc.git/objects/info/packs
P pack-122eb314270865bdaaded7d02c7340014537abbf.pack
P pack-1433c87e76496ad3f628652c0cb81d288c178fc5.pack
P pack-f9db0b232716d835858232fbecfb410d22ae5afb.pack
D 0
junio@hera:~/t(0)$ exit

  reply	other threads:[~2005-12-04  6:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-03 22:35 git-update-server-info crashes on hera.kernel.org:/pub/scm/libs/klibc/klibc.git H. Peter Anvin
2005-12-04  6:16 ` Junio C Hamano [this message]
2005-12-04  6:27   ` H. Peter Anvin
2005-12-04  7:00     ` Junio C Hamano
2005-12-04  7:12       ` H. Peter Anvin

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=7vzmnhtmi1.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=git@vger.kernel.org \
    --cc=hpa@zytor.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).