Re: mktime call hangs on Cygwin 1.7.30, Windows 7 32 bit

2014-09-10 Thread Alexey Shumkin
On Tue, Sep 02, 2014 at 01:32:29PM +0200, Marco Atzeri wrote: > On 02/09/2014 13:10, Alexey Shumkin wrote: > >Prelude. > >I use "self-compiled" Git (v2.x) on Cygwin (v1.7.30). > >Sometimes Git v2.0.4 hung while performing > > git prune --expire 2.weeks.ago > > > >I have investigated while debuggi

Re: mktime call hangs on Cygwin 1.7.30, Windows 7 32 bit

2014-09-02 Thread Marco Atzeri
On 02/09/2014 13:10, Alexey Shumkin wrote: Prelude. I use "self-compiled" Git (v2.x) on Cygwin (v1.7.30). Sometimes Git v2.0.4 hung while performing git prune --expire 2.weeks.ago I have investigated while debugging that `mktime` call hung. But that was an avoidable bug (skip prune - and all

Re: mktime call hangs on Cygwin 1.7.30, Windows 7 32 bit

2014-09-02 Thread Corinna Vinschen
On Sep 2 15:10, Alexey Shumkin wrote: > Prelude. > I use "self-compiled" Git (v2.x) on Cygwin (v1.7.30). > Sometimes Git v2.0.4 hung while performing > git prune --expire 2.weeks.ago > > I have investigated while debugging that `mktime` call hung. > But that was an avoidable bug (skip prune - a

mktime call hangs on Cygwin 1.7.30, Windows 7 32 bit

2014-09-02 Thread Alexey Shumkin
Prelude. I use "self-compiled" Git (v2.x) on Cygwin (v1.7.30). Sometimes Git v2.0.4 hung while performing git prune --expire 2.weeks.ago I have investigated while debugging that `mktime` call hung. But that was an avoidable bug (skip prune - and all is ok). So, I've not reported it. But after u