Re: Potential bug in pack-objects.c

2019-01-22 Thread Alex Netkachov
On Tue, 22 Jan 2019 at 07:29, Jeff King wrote: > > On Mon, Jan 21, 2019 at 10:10:16PM +, Alex Netkachov wrote: > > > On the location builtin/pack-objects.c:1996 the code tries to set > > read_lock (pthread_mutex_lock(&read_mutex)) and fails. I suspect that > >

Potential bug in pack-objects.c

2019-01-21 Thread Alex Netkachov
alised in init_threaded_search, which is called later in prepare_pack (through ll_find_deltas). Kind Regards, Alex Netkachov