I have two threads.  Both using pth_select() to wait for events.
But I am seeing a problem where one thread (main thread) is blocked on pth_select() forever.
It's not even timing out.  I do have timer value passed into pth_select().
Other thread is working fine, getting events from pth_select().
Is there any case where pth_select() wouldn't even time out?
 
Helen

Reply via email to