[asterisk-bugs] [JIRA] (ASTERISK-27626) PJSIP crashes "tsx_on_state_completed_uas" assert.c
snuffy (JIRA)
noreply at issues.asterisk.org
Thu Jan 25 18:57:50 CST 2018
snuffy created ASTERISK-27626:
---------------------------------
Summary: PJSIP crashes "tsx_on_state_completed_uas" assert.c
Key: ASTERISK-27626
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27626
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: pjproject/pjsip
Affects Versions: GIT
Environment: debian 9
compiled with 'dev-mode' 'don't optimise' 'better backtraces'
Reporter: snuffy
Getting a few crashes with this same set of tracing:
#0 0x00007f7b989d0067 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007f7b989d1448 in __GI_abort () at abort.c:89
#2 0x00007f7b989c9266 in __assert_fail_base (fmt=0x7f7b98b01f18 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
assertion=assertion at entry=0x7f7b9b4d7650 "event->type == PJSIP_EVENT_TX_MSG && event->body.tx_msg.tdata == tsx->last_tx",
file=file at entry=0x7f7b9b4d70b8 "../src/pjsip/sip_transaction.c", line=line at entry=3262,
function=function at entry=0x7f7b9b4d7b50 <__PRETTY_FUNCTION__.7428> "tsx_on_state_completed_uas") at assert.c:92
#3 0x00007f7b989c9312 in __GI___assert_fail (
assertion=assertion at entry=0x7f7b9b4d7650 "event->type == PJSIP_EVENT_TX_MSG && event->body.tx_msg.tdata == tsx->last_tx",
file=file at entry=0x7f7b9b4d70b8 "../src/pjsip/sip_transaction.c", line=line at entry=3262,
function=function at entry=0x7f7b9b4d7b50 <__PRETTY_FUNCTION__.7428> "tsx_on_state_completed_uas") at assert.c:101
#0 0x00007fcc36d6e067 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007fcc36d6f448 in __GI_abort () at abort.c:89
#2 0x00007fcc36d67266 in __assert_fail_base (fmt=0x7fcc36e9ff18 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
assertion=assertion at entry=0x7fcc39875650 "event->type == PJSIP_EVENT_TX_MSG && event->body.tx_msg.tdata == tsx->last_tx",
file=file at entry=0x7fcc398750b8 "../src/pjsip/sip_transaction.c", line=line at entry=3262,
function=function at entry=0x7fcc39875b50 <__PRETTY_FUNCTION__.7428> "tsx_on_state_completed_uas") at assert.c:92
#3 0x00007fcc36d67312 in __GI___assert_fail (
assertion=assertion at entry=0x7fcc39875650 "event->type == PJSIP_EVENT_TX_MSG && event->body.tx_msg.tdata == tsx->last_tx",
file=file at entry=0x7fcc398750b8 "../src/pjsip/sip_transaction.c", line=line at entry=3262,
function=function at entry=0x7fcc39875b50 <__PRETTY_FUNCTION__.7428> "tsx_on_state_completed_uas") at assert.c:101
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list