Comment 4 for bug 824797

Revision history for this message
John A Meinel (jameinel) wrote :

The tests which fail is *not* deterministic. I don't know what the race condition is. Maybe if the socket is closed after the select started? My test with close() && select() clearly indicated it returned immediately. But maybe select() & close() would fail. Will do a manual test.