Re: 1.5.12-1: deadlock in gmtime/localtime

2004-12-16 Thread Christopher Faylor
On Thu, Dec 16, 2004 at 04:52:48PM -0800, Till Immanuel Patzschke wrote: >the problem occurs in a multithreaded program, but only one thread >calling gmtime_r (calling localtime_r locks as well). The other tread >calls gettimeofday/time. The thread calling gmtime_r is stalled >completely. Mac

1.5.12-1: deadlock in gmtime/localtime

2004-12-16 Thread Till Immanuel Patzschke
Hello, the problem occurs in a multithreaded program, but only one thread calling gmtime_r (calling localtime_r locks as well). The other tread calls gettimeofday/time. The thread calling gmtime_r is stalled completely. Machine is XP SP2. I've tested this problem on multiple machines (w/ dif