Re: [PATCH 0/6] deadlock regression in v2.11.0 with failed mkdtemp

2017-03-08 Thread Horst Schirmeier
On Tue, 07 Mar 2017, Jeff King wrote: > On Tue, Mar 07, 2017 at 12:14:06PM +0100, Horst Schirmeier wrote: > > On Tue, 07 Mar 2017, Horst Schirmeier wrote: > > > I observe a regression that seems to have been introduced between > > > v2.10.0 and v2.11.0. When I try to push into a repository on the

[PATCH 0/6] deadlock regression in v2.11.0 with failed mkdtemp

2017-03-07 Thread Jeff King
On Tue, Mar 07, 2017 at 12:14:06PM +0100, Horst Schirmeier wrote: > On Tue, 07 Mar 2017, Horst Schirmeier wrote: > > I observe a regression that seems to have been introduced between > > v2.10.0 and v2.11.0. When I try to push into a repository on the local > > filesystem that belongs to another

Re: [PATCH 0/6] deadlock regression in v2.11.0 with failed mkdtemp

2017-03-07 Thread Jeff King
On Tue, Mar 07, 2017 at 08:34:37AM -0500, Jeff King wrote: > Yuck. In the original, the error was generated by the child index-pack, > and we relayed it over the sideband. But we don't even get as far as > running index-pack in the newer version; we fail trying to make the > tmpdir. The error