Other | Other |
---|---|
1.4.0_02 02Fixed | 1.4.1Fixed |
Relates :
|
Same problem as 4461173, but this time it happens on pthread_cond_wait() and pthread_cond_timedwait(). pthread_cond_wait() and pthread_cond_timedwait() need to reenter the mutex once the condition variable is signaled (or timed out). If it's signal suspended when it's waiting for the mutex, OS may still grant the mutex to the suspended thread and cause hangs. This happens on SR_lock during PepTest stress tests.
|