Changes between Initial Version and Version 3 of Ticket #1305


Ignore:
Timestamp:
Jun 16, 2011 4:19:43 AM (13 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1305

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Summary changed from Bug in pjsua_call_hangup_all() may cause deadlock to Bug in pjsua_call_hangup_all() may freeze the app for few seconds (thanks Kees van der Bent for the report)
  • Ticket #1305 – Description

    initial v3  
    1 The {{{pjsua_call_hangup_all()}}} may cause deadlock since it is not protected by the deadlock prevention code. Note that the {{{pjsua_call_hangup()}}} is not affected by this bug. 
     1The {{{pjsua_call_hangup_all()}}} may freeze the app for few seconds since it is not protected by the deadlock prevention code. Note that the {{{pjsua_call_hangup()}}} is not affected by this bug.