Changes between Initial Version and Version 1 of Ticket #1684


Ignore:
Timestamp:
Jun 28, 2013 9:23:31 AM (11 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1684 – Description

    initial v1  
     1Assertion may happen in the following scenario, only on iPhone: 
     2 1. Add new account with ''pjsua_acc_add()'' but without registration 
     3 2. Modify the account with ''pjsua_acc_modify()'' to add proxy 
     4 3. Register with ''pjsua_set_registration()'' 
     5 
     6Step 2 will cause registration to be sent, and so is step 3. On other platform, step 3 will fail with ''PJ_EBUSY'' but somehow it causes another registration to be sent after the first registration has completed on iPhone, and assertion will be raised. 
     7 
    18Stack trace: 
    29{{{