public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* SIGSEGV when running git fetch
@ 2025-11-28 22:56 Justin Su
  2025-11-28 23:56 ` brian m. carlson
  0 siblings, 1 reply; 6+ messages in thread
From: Justin Su @ 2025-11-28 22:56 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 1821 bytes --]

Thank you for filling out a Git bug report!
Please answer the following questions to help us understand your issue.

What did you do before the bug happened? `git fetch`

What did you expect to happen? `git fetch` works normally

What happened instead?

```
$ git fetch
Fetching submodule catppuccin/bat
Fetching submodule catppuccin/btop
Fetching submodule catppuccin/micro
Fetching submodule catppuccin/delta
fatal: Unable to create
'/home/ubuntu/.config/.git/objects/info/commit-graphs/commit-graph-chain.lock':
File exists.

Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.

$ rm -f .git/objects/info/commit-graphs/commit-graph-chain.lock

$ git fetch
Fetching submodule catppuccin/bat
Fetching submodule catppuccin/delta
Fetching submodule catppuccin/btop
Fetching submodule catppuccin/micro
fish: Job 1, 'git fetch' terminated by signal SIGSEGV (Address boundary error)
```

What's different between what you expected and what actually happened?
`git fetch` almost always results in a SIGSEGV, however the fetch
appears to work

Anything else you want to add: I am running Ubuntu 24.04.3 LTS on a
c8g.metal-48xl AWS EC2 instance

Please review the rest of the bug report below.
You can delete any lines you don't wish to share.


[System Info]
git version:
git version 2.43.0
cpu: aarch64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
shell-path: /bin/sh
uname: Linux 6.14.0-1017-aws #17~24.04.1-Ubuntu SMP Wed Nov  5
10:32:15 UTC 2025 aarch64
compiler info: gnuc: 13.3
libc info: glibc: 2.39
$SHELL (typically, interactive shell): /usr/bin/fish


[Enabled Hooks]

[-- Attachment #2: git-diagnostics-2025-11-28-2249.zip --]
[-- Type: application/zip, Size: 28027 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-11-29 11:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-28 22:56 SIGSEGV when running git fetch Justin Su
2025-11-28 23:56 ` brian m. carlson
2025-11-29  0:08   ` Justin Su
2025-11-29  0:29     ` Justin Su
2025-11-29  0:49       ` Justin Su
2025-11-29 11:16         ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox