Changes between Initial Version and Version 1 of Ticket #591


Ignore:
Timestamp:
Aug 11, 2008 3:19:43 PM (16 years ago)
Author:
bennylp
Comment:

Fixed in 2202:

  • the assertion is caused by race condition in pj_ice_sess_start_check(). It happens when the function is running the pending triggered checks in ice->early_check list while at the same time an incoming check arrives and a triggered check is performed for the same check.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #591

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #591 – Description

    initial v1  
    1 Symptom:: 
     1Symptom: 
    22 Assertion {{{pj_assert(tdata == check->tdata)}}} in {{{on_stun_request_complete()}}} function in {{{ice_session.c}}}:1771, because STUN client transaction completes while the connectivity check doesn't have record for this transaction. 
    33