Re: deadlock git upload-pack command when GIT_TRACE is enabled

2016-05-09 Thread Stefan Beller
On Mon, May 9, 2016 at 10:53 AM, Stefan Beller wrote: > On Mon, May 9, 2016 at 10:49 AM, Eugene Petrenko > wrote: >> Hello, >> >> I stuck around the deadlock inside git when running git upload-pack . >> command. A debugging shown that the bottom

Re: deadlock git upload-pack command when GIT_TRACE is enabled

2016-05-09 Thread Stefan Beller
On Mon, May 9, 2016 at 10:49 AM, Eugene Petrenko wrote: > Hello, > > I stuck around the deadlock inside git when running git upload-pack . > command. A debugging shown that the bottom process (it starts several > processes to implement the task) hangs writing to stderr.

deadlock git upload-pack command when GIT_TRACE is enabled

2016-05-09 Thread Eugene Petrenko
Hello, I stuck around the deadlock inside git when running git upload-pack . command. A debugging shown that the bottom process (it starts several processes to implement the task) hangs writing to stderr. I managed to reproduce the issue with a tiny bash script. The repository and the script is