Changes between Initial Version and Version 2 of Ticket #890
- Timestamp:
- Jun 18, 2009 6:18:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #890
- Property Summary changed from pjlib-test failed on Windows Vista 64bit to pjlib-test failed on select() test Windows Vista 64bit
-
Ticket #890 – Description
initial v2 6 6 19:24:28.917 ..ERROR(-70) 7 7 }}} 8 9 The select() returns immediately with *only* write-fdset is set (while the test also expects that read-fdset is set). So perhaps it is just that the system hasn't got time/context to deliver the packet, since select(), with write-fdset included, is called directly after sendto(). 10 11 Experiments: 12 - inserting pj_thread_sleep(1) between sendto() & select(): OK 13 - inserting pj_thread_sleep(0) between sendto() & select(): failed 14 - inserting PJ_LOG() between sendto() & select(): OK