Opened 14 years ago
Closed 14 years ago
#1090 closed defect (fixed)
Disable the "Bug in branch_param generator (i.e. not unique)" assertion
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.7 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
See ticket #1060 (Unable to register transaction (key exists) error message) for the info.
The assertion has caused some problem reports from developers, and removing it shouldn't cause any harm.
Change History (1)
comment:1 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3188]) Fix #1090: Disable the "Bug in branch_param generator (i.e. not unique)" assertion. This also fixes the hang problem when building the app in Release mode (assertion disabled), because the transaction is destroyed without being unlocked, causing the subsequent transaction unlock to loop indefinitely.