Re: 'git stash list' => Segmentation fault
From: Jeff King <hidden>
Date: 2019-05-28 06:34:56
On Mon, May 27, 2019 at 08:47:56PM +0200, Johannes Schindelin wrote:
quoted
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`?
Alternatively, if you cannot share the repo, a backtrace from gdb might help. There should be a core file either in the working directory, or in the ".git/" directory. Try "gdb git /path/to/core" and then "bt" to get the backtrace. -Peff