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

mktime call hangs on Cygwin 1.7.30, Windows 7 32 bit

2014-09-02 Thread Alexey Shumkin
mktime(&tm); printf("Worked"); } $ gcc cygwin-mktime-bug.c -o cygwin-mktime-bug -I/usr/include -g $ ./cygwin-mktime-bug.exe Working... So, there is a question: how to fix it? Nota bene: I do not want to use Cygwin x64 (there were no exim when I've tested it).