> 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 system-mutexes instead.
> I will work on a patch to make spinlocks fair between its users.

Sounds good.  I can provide you binaries with debug symbols if it
would help.  I glanced at the thread and nothing obvious stood out to
me (didn't see too many threads trying to get a spinlock?) so thanks
for your help here.
Anybody know how to static cross compile w32-pthreads by chance? :)
-r

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to