Re: 'git stash list' => Segmentation fault

2019-05-29 Thread Brendan Boerner
, 2019 at 4:39 PM Jeff King wrote: > > On Tue, May 28, 2019 at 04:29:13PM -0500, Brendan Boerner wrote: > > > To answer your previous question I'm using git v2.21.0. I'm using the > > Ubuntu 14.04 PPA as well as Linuxbew (also v2.21.0). > > > > Your help he

Re: 'git stash list' => Segmentation fault

2019-05-28 Thread Brendan Boerner
, segfault. Narrowed down further to be the "gettext" package - remove it from linuxbrew and PPA git stash list => no segfault. I'll ping the Linuxbrew folks. Thanks for you help! Brendan On Tue, May 28, 2019 at 3:56 PM Jeff King wrote: > > On Tue, May 28, 2019 at 03:53

Re: 'git stash list' => Segmentation fault

2019-05-28 Thread Brendan Boerner
wrote: > > On Tue, May 28, 2019 at 02:56:13PM -0500, Brendan Boerner wrote: > > > Unfortunately not a lot in the stack trace. > > [...] > > (gdb) bt > > #0 0x7fd321805fdf in ?? () > > #1 0x in ?? () > > I'll say. :) > > I&#

Re: 'git stash list' => Segmentation fault

2019-05-28 Thread Brendan Boerner
Yes, providing the repo isn't an option. Thanks for the suggestions, here's what I can provide. Unfortunately not a lot in the stack trace. Do you need the whole repo or would bits of it suffice e.g. index? bboerner@myhost:~/funproject/Src$ GIT_TRACE=1 git stash list 14:52:22.633388 git.c:670

'git stash list' => Segmentation fault

2019-05-24 Thread Brendan Boerner
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 --ve