Re: 'git stash list' => Segmentation fault
From: Johannes Schindelin <hidden>
Date: 2019-05-27 18:47:59
Hi Brendan, On Fri, 24 May 2019, Brendan Boerner wrote:
Ubuntu 14.04
I was using some prior v2.x using linuxbrew, everything was fine, took
an update, this started happening.
I verified also happens using the 2.21.0 from the Ubuntu 14.04 PPA
(this reproduction was using that build, not linuxbrew build).
bboerner@myhost:~/funproject/Src/bash$ git --version
git version 2.21.0
bboerner@myhost:~/funproject/Src/bash$ git stash list
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
stash@{0}: On devel: NYFL optimization
stash@{1}: On GL285: gl285Unfortunately, this leaves *very* little in the way of actionable evidence. Would it be possible for you to share a tar'red up copy of the .git/ directory? Or do you find that this happens for all of your stashes? What is the output when you run this with `GIT_TRACE=1`? Ciao, Johannes