Re: [Mingw-w64-public] SEH

2012-07-26 Thread NightStrike
On Tue, Sep 27, 2011 at 7:27 PM, niXman wrote: > 2011/9/26 xunxun >> On 2011/9/26 3:15, niXman wrote: >> >> All greetings! >> Tell me please, is there any information about the plans on implementation >> SEH of exceptions? Where it is possible to learn about the plans on its >> implementation? >>

Re: [Mingw-w64-public] apparent "hang" using the experimental pthread library

2012-07-26 Thread Ruben Van Boxem
2012/7/26 Roger Pack > > Hmm, by looking at this I see that the issue might be a > > raise-condition about spin-locking. Means too much threads try to get > > spinlock-lock repeatively. So that one (or more) waiting threads > > simply don't get a chance to get the lock. I saw that pthread-win3

Re: [Mingw-w64-public] apparent "hang" using the experimental pthread library

2012-07-26 Thread Roger Pack
> Hmm, by looking at this I see that the issue might be a > raise-condition about spin-locking. Means too much threads try to get > spinlock-lock repeatively. So that one (or more) waiting threads > simply don't get a chance to get the lock. I saw that pthread-win32 > uses here for spin-locking