Re: New implementation of pthread condition variables in rawhide

2015-05-22 Thread Siddhesh Poyarekar
On Fri, May 22, 2015 at 06:21:43PM +0530, Siddhesh Poyarekar wrote: > No, these are different. This problem was introduced in > 2.21.90-7.fc23. The actual bug is much older and was hidden and only Of course, I meant 2.21.90-8.fc23. It worked correctly on 2.21.90-7. Siddhesh pgppya46NMMZs.pgp

Re: New implementation of pthread condition variables in rawhide

2015-05-22 Thread Siddhesh Poyarekar
On Fri, May 22, 2015 at 02:39:11PM +0200, Dominik 'Rathann' Mierzejewski wrote: > On Friday, 22 May 2015 at 06:57, Siddhesh Poyarekar wrote: > > Hi, > > > > The latest glibc in rawhide (2.21.90-13.fc23) has a new implementation > > for pthread condition variable functions (pthread_cond_wait, > > p

Re: New implementation of pthread condition variables in rawhide

2015-05-22 Thread Dominik 'Rathann' Mierzejewski
On Friday, 22 May 2015 at 06:57, Siddhesh Poyarekar wrote: > Hi, > > The latest glibc in rawhide (2.21.90-13.fc23) has a new implementation > for pthread condition variable functions (pthread_cond_wait, > pthread_cond_timedwait, etc.). If you experience any weird locking > issues or bugs that can

New implementation of pthread condition variables in rawhide

2015-05-21 Thread Siddhesh Poyarekar
Hi, The latest glibc in rawhide (2.21.90-13.fc23) has a new implementation for pthread condition variable functions (pthread_cond_wait, pthread_cond_timedwait, etc.). If you experience any weird locking issues or bugs that can be attributed to pthread_cond_* functions potentially misbehaving, ple