Robert Collins writes:

 "Greg Smith" <[EMAIL PROTECTED]> wrote:
>
>
>> I am using the cygwin-src snapshot from June 10.
>>
>> Seems pthread_cond_signal can hang while another thread
>> is waiting on the condition AND a pthread_cond_signal
>> has been previously issued when no one was waiting on the
>> condition.  Below is a testcase that illustrates the
>> problem:
>>
>
>Thanks for the testcase Greg. The attached patch fixes your testcase.

With this patch 'some very simple' Python threading tests seem to work.
But many are still hanging.

Pthreads are still quite foreign to me but hopefully using Greg's test as
a starting point I can pinpoint the other problem areas now.

Thanks

Norman Vine

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to