Displaying 2 results from an estimated 2 matches for "pj_assert_return".
2014 Nov 12
1
Asterisk 12 crashes on CANCEL received during ANSWER handlingl
...We
opened a ticket - ASTERISK-24471.
After investigating the issue I can say that the scenario is a CANCEL being
received while handling ANSWER and before generating the 200OK response.
Looking at the core file we see that the problem is in
- pjsip/src/pjsip/sip_transaction.c line 3158 :
PJ_ASSERT_RETURN(event->type == PJSIP_EVENT_TX_MSG &&
event->body.tx_msg.tdata == tsx->last_tx,
PJ_EINVALIDOP);
After investigating further I came to a conclusion that the second
expression fails (marked with yellow), and that causes the Asterisk t...
2016 Sep 06
3
Upgrading asterisk 13.7 to 13.11. Segfaults
...016-09-05-1/full.txt
second segfault:
Program terminated with signal 11, Segmentation fault.
#0 0x00007f5777412788 in pjsip_auth_clt_reinit_req
(sess=0x7f56f4088a30, rdata=0x7f56ec2b0c98, old_request=0x7f56f47775a8,
new_request=0x7f56d5b38980) at ../src/pjsip/sip_auth_client.c:1144
1144 PJ_ASSERT_RETURN(old_request->msg->type == PJSIP_REQUEST_MSG,
backtrace: https://ruvoip.net/_other/voip/2016-09-05-2/backtrace-threads.txt
log (15 MB) : https://ruvoip.net/_other/voip/2016-09-05-2/full.txt
third segfault:
Program terminated with signal 11, Segmentation fault.
#0 0x00007f592bcad53d in pj_...