From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: "Randall S. Becker" <rsbecker@nexbridge.com>
Cc: git@vger.kernel.org
Subject: Re: [Possible Bug] Commit generates GC repack failure
Date: Mon, 14 Jan 2019 16:11:48 +0100 [thread overview]
Message-ID: <87tvib46kr.fsf@evledraar.gmail.com> (raw)
In-Reply-To: <002601d4ac18$83d4a210$8b7de630$@nexbridge.com>
On Mon, Jan 14 2019, Randall S. Becker wrote:
> Hi All,
>
> I'm trying to track down what happened this morning. We had a commit that
> caused a background gc to occur. What happened was:
>
> $ git commit -m "history commit ... "
> Auto packing the repository in background for optimum performance.
> See "git help gc" for manual housekeeping.
> warning: The last gc run reported the following. Please correct the root
> cause
> and remove .git/gc.log.
> Automatic cleanup will not be performed until the file is removed.
>
> fatal: open /dev/null failed: Invalid function argument
> fatal: failed to run repack
>
> Obviously the /dev/null open was not right, but I don't know where this is
> in the git code to investigate further. Any pointers on where to look would
> be appreciated. This started happening at 2.20.1 on the NonStop platform.
We use start_command() when gc does run_command_v_opt() of
e.g. git-repack. See in that file:
null_fd = open("/dev/null", O_RDWR | O_CLOEXEC)
Maybe that sort of code just fails on NonStop?
next prev parent reply other threads:[~2019-01-14 15:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-14 14:50 [Possible Bug] Commit generates GC repack failure Randall S. Becker
2019-01-14 15:03 ` Duy Nguyen
2019-01-14 15:07 ` Duy Nguyen
2019-01-14 15:11 ` Ævar Arnfjörð Bjarmason [this message]
2019-01-14 16:09 ` Randall S. Becker
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=87tvib46kr.fsf@evledraar.gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=rsbecker@nexbridge.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).