Opened 16 years ago
Closed 16 years ago
#624 closed defect (fixed)
Assertion error when pjsua_acc_del() is followed immediately by pjsua_acc_add() (thanks Dan Åberg and Salahuddin Ahmed for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc3 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When application is doing reregistration with pjsua_acc_del() followed by pjsua_acc_add(), it may trigger the following assertion:
pjsua-i686-pc-linux-gnu: ../src/pjsua-lib/pjsua_acc.c:591: acc_check_nat_addr: Assertion `uri != ((void *)0)' failed. Aborted (core dumped)
Thanks Dan Åberg and Salahuddin Ahmed for the report.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2278