Re: Tracking down a segfault in delta_base_cache

2016-09-15 Thread Jeff King
On Thu, Sep 15, 2016 at 10:34:43AM -0700, Junio C Hamano wrote: > Jonathon Mah writes: > > >> On 2016-09-14, at 17:56, Jeff King wrote: > >> > >> Have you tried with the patch in: > >> > >> > >> http://public-inbox.org/git/20160912164616.vg33kldazuthf...@sigill.intra.peff.net/ > > All the e

Re: Tracking down a segfault in delta_base_cache

2016-09-15 Thread Junio C Hamano
Jonathon Mah writes: >> On 2016-09-14, at 17:56, Jeff King wrote: >> >> Have you tried with the patch in: >> >> >> http://public-inbox.org/git/20160912164616.vg33kldazuthf...@sigill.intra.peff.net/ > All the examples I've tried work when I use that. Thanks! Peff, thanks for a quick suggesti

Re: Tracking down a segfault in delta_base_cache

2016-09-15 Thread Jonathon Mah
> On 2016-09-14, at 17:56, Jeff King wrote: > > On Wed, Sep 14, 2016 at 05:42:29PM -0700, Jonathon Mah wrote: > >> Hi git, I've been seeing git segfault over the past few days. I'm on Mac OS >> X 10.12, 64-bit, compiling with clang (Apple LLVM version 8.0.0 >> (clang-800.0.40)). >> [...] >> B

Re: Tracking down a segfault in delta_base_cache

2016-09-14 Thread Jeff King
On Wed, Sep 14, 2016 at 05:42:29PM -0700, Jonathon Mah wrote: > Hi git, I've been seeing git segfault over the past few days. I'm on Mac OS X > 10.12, 64-bit, compiling with clang (Apple LLVM version 8.0.0 > (clang-800.0.40)). > [...] > Bisect says: > > 8261e1f139db3f8aa6f9fd7d98c876cbeb0f927c

Tracking down a segfault in delta_base_cache

2016-09-14 Thread Jonathon Mah
Hi git, I've been seeing git segfault over the past few days. I'm on Mac OS X 10.12, 64-bit, compiling with clang (Apple LLVM version 8.0.0 (clang-800.0.40)). I first noticed it during a checkout, then also during `log -u`. I'm still debugging, but wanted to give a heads-up in case anyone else i