#1305 closed defect (fixed)
Bug in pjsua_call_hangup_all() may freeze the app for few seconds (thanks Kees van der Bent for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.12 |
Component: | pjsua-lib | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
The 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.
Change History (3)
comment:1 Changed 13 years ago by bennylp
- Summary changed from Bug in pjsua_call_hangup_all() may cause deadlock to Bug in pjsua_call_hangup_all() may cause deadlock (thanks Kees van der Bent for the report)
comment:2 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 13 years ago by bennylp
- Description modified (diff)
- Summary changed from Bug in pjsua_call_hangup_all() may cause deadlock (thanks Kees van der Bent for the report) to Bug in pjsua_call_hangup_all() may freeze the app for few seconds (thanks Kees van der Bent for the report)
Note: See
TracTickets for help on using
tickets.
(In [3584]) Fixed #1305: Bug in pjsua_call_hangup_all() may cause deadlock (thanks Kees van der Bent for the report)