All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Đoàn Trần Công Danh" <congdanhqx@gmail.com>
To: Kostya M <kostya27@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Possible segfault with `git clone --mirror`
Date: Mon, 26 Apr 2021 07:39:52 +0700	[thread overview]
Message-ID: <YIYL2BtIacMIthgy@danh.dev> (raw)
In-Reply-To: <CACAwW2gHBPRujCV0LSS3p1Td_GkiGG87U6QPLVrp69ShVNnPTA@mail.gmail.com>

On 2021-04-25 21:17:50+0300, Kostya M <kostya27@gmail.com> wrote:
> Git 2.31.1, reproduced on Ubuntu 20.04.01, and Arch Linux.
> 
> `git clone -c core.askPass=true --mirror --quiet --
> https://github.com/kostya/myhtml.git myhtml`
> Segmentation fault (core dumped)
> 
> If i remove --mirror argument, it works.
> This command generated by crystal language package manager called shards.

Not reproducible.

You may want to check if it's your config or filesystem first?

If I were you, I would run something like this to see if it works:
(Maybe with GIT_TRACE2=1 removed in first run to see if it's your config)

	HOME=/tmp/not-exist XDG_CONFIG_HOME=/tmp/not-exist GIT_TRACE2=1 \
		/usr/bin/git clone -c core.askPass=true --mirror --quiet -- \
		https://github.com/kostya/myhtml.git myhtml

-- 
Danh

  reply	other threads:[~2021-04-26  0:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-25 18:17 Possible segfault with `git clone --mirror` Kostya M
2021-04-26  0:39 ` Đoàn Trần Công Danh [this message]
2021-04-26 12:53   ` Kostya M
2021-04-26 15:37     ` René Scharfe

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=YIYL2BtIacMIthgy@danh.dev \
    --to=congdanhqx@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=kostya27@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.