Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#900 fixed pjlib-test failed on timer heap test on Symbian S60 3rd Edition MR bennylp bennylp
Description

This is duplicate of ticket #893 for 1.0.x branch

#890 fixed pjlib-test failed on select() test Windows Vista multi-core bennylp bennylp
Description

Error log:

pjlib-test error:
 19:24:28.914 Running select_test()...
 19:24:28.916 ...Testing simple UDP select()
 19:24:28.917 ..ERROR(-70)

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().

Experiments:

  • inserting pj_thread_sleep(1) between sendto() & select(): OK
  • inserting pj_thread_sleep(0) between sendto() & select(): failed
  • inserting PJ_LOG() between sendto() & select(): OK

The corresponding ticket for 1.0.x is #908

#908 fixed pjlib-test failed on select() test Windows Vista multi-core bennylp nanang
Description

This is a duplicate of ticket #890 for 1.0.x branch

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.