Opened 18 years ago
Closed 18 years ago
#100 closed defect (fixed)
Assertion failure when terminating subscription with PJSUA-API
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.7.0-rc2 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Break point: PJ_DEF(pj_status_t) pjsip_evsub_terminate( pjsip_evsub *sub, pj_bool_t notify ) { PJ_ASSERT_RETURN(sub, PJ_EINVAL); Call stack: htmlview.exe!_wassert(const wchar_t * expr=0x006f93c4, const wchar_t * filename=0x0071b380, unsigned int lineno=878) Line 384 htmlview.exe!pjsip_evsub_terminate(pjsip_evsub * sub=0x00000000, int notify=0) Line 878 + 0x1e bytes C htmlview.exe!pjsip_pres_terminate(pjsip_evsub * sub=0x00000000, int notify=0) Line 332 + 0xd bytes C htmlview.exe!unsubscribe_buddy_presence(unsigned int index=0) Line 1050 + 0xe bytes htmlview.exe!refresh_client_subscriptions() Line 1072 + 0x9 bytes C htmlview.exe!pjsua_pres_refresh() Line 1120 C htmlview.exe!pjsua_pres_shutdown() Line 1145 C htmlview.exe!pjsua_destroy() Line 666 C
Thanks Edward Tian for reporting this.
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Component changed from applications to pjsua-lib
- Resolution set to fixed
- Status changed from new to closed
- Version changed from 0.5.9 to trunk
Note: See
TracTickets for help on using
tickets.
Fixed in r1281