Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 13 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

(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)

comment:2 Changed 13 years ago by bennylp

(In [3544]) Re #1245: bad last commit caused everything to be treated as unregistrations!

Note: See TracTickets for help on using tickets.