Changes between Initial Version and Version 2 of Ticket #890


Ignore:
Timestamp:
Jun 18, 2009 6:18:38 PM (15 years ago)
Author:
nanang
Comment:

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  
    66 19:24:28.917 ..ERROR(-70) 
    77}}} 
     8 
     9The 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 
     11Experiments: 
     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