Opened 11 years ago
Closed 11 years ago
#1746 closed defect (fixed)
Assertion in sip_transaction.c when ACK and retransmit timer events occur simultaneously
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.2.1 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Assertion:
../src/pjsip/sip_transaction.c: 3246: tsx_on_state_confirmed: Assertion `event->body.timer.entry == &tsx->timeout_timer'
The scenario is as follows:
- ACK arrives late, at the same time with retransmit timer event.
- The ACK is processed, causing transaction to move to CONFIRMED state.
- The retransmit timer is processed in CONFIRMED state, causing assertion.
Change History (1)
comment:1 Changed 11 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4787: