#1245 closed defect (fixed)
Assertion may be raised if iPhone app woken up to perform registration and the server is down (thanks Alejandro Orellana for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When an app is woken up from background mode to perform registration refresh, assertion may be raised if the server is currently down. The assertion is as follows:
Assertion failed: (regc->current_op == REGC_IDLE), function pjsip_regc_send, file ../src/pjsip-ua/sip_reg.c, line 1189. Program received signal: “SIGABRT”.
Change History (2)
comment:1 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 14 years ago by bennylp
Note: See
TracTickets for help on using
tickets.
(In [3542]) Fixed #1245: Assertion may be raised if iPhone app woken up to perform registration and the server is down (thanks Alejandro Orellana for the report)