Opened 12 years ago

Last modified 12 years ago

#1470 closed defect

Assertion in SIP transaction module init when restarting pjsua (thanks Roni Salfati for the report) — at Initial Version

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-1.14
Component: common Version: common
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The assertion line:

Assertion failed: mod_tsx_layer.endpt==((void *)0),
file pjsip\src\pjsip\sip_transaction.c, line 436

Or if the test peer has the SIP session timer enabled:

Assertion failed: is_initialized,
file pjsip\src\pjsip-ua\sip_timer.c, line 609

This assertion doesn't always happen, however it is reproducible with a special test app containing a loop of: pjsua create+init+start, register, making call, call hold/unhold, call hangup, pjsua destroy. Supplying non-zero flag to the pjsua_destroy2() will lead to the assertion faster.

Change History (0)

Note: See TracTickets for help on using tickets.