[asterisk-bugs] [JIRA] (ASTERISK-21244) Asterisk segfaults / core dumps after every call

Matt Jordan (JIRA) noreply at issues.asterisk.org
Wed Mar 13 17:33:01 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204200#comment-204200 ] 

Matt Jordan commented on ASTERISK-21244:
----------------------------------------

You're crashing in {{libsrtp}}:

{noformat}
#0  0x00007f8e6490632e in rdb_add_index () from /usr/lib/asterisk/modules/res_srtp.so
#0  0x00007f8e6490632e in rdb_add_index () from /usr/lib/asterisk/modules/res_srtp.so
No symbol table info available.
#1  0x00007f8e6490240f in srtp_unprotect_rtcp () from /usr/lib/asterisk/modules/res_srtp.so
No symbol table info available.
{noformat}

{{srtp_unprotected_rtcp}} is actually a function call in {{libsrtp}}. Historically, when we've seen crashes in {{libsrtp}}, they've been extremely difficult to reproduce.

# Did something change in this library on your system? What version of it are you running?
# If you disable SRTP, do you continue to have issues?
# What phone model is calling in that causes the crash? What is the relevant portion of the dialplan?
# Can you provide a pcap with RTP/RTCP/SIP leading up to the crash?


                
> Asterisk segfaults / core dumps after every call
> ------------------------------------------------
>
>                 Key: ASTERISK-21244
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21244
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_srtp
>    Affects Versions: 1.8.15.1
>         Environment: Ubuntu 12.10 64-bit
>            Reporter: Jacob Randall
>            Severity: Critical
>         Attachments: backtrace.txt
>
>
> This issue is blocking all use of our production Asterisk server. I'll be attaching the backtrace.txt file. Thanks in advance for your help!
> Installed asterisk from source and it worked perfectly for days, then today it suddenly stopped working. I can start the Asterisk service and as soon as a call is attempted it crashes / segfaults and does a core dump if run with that option to do a core dump.
> Only message in /var/log/... is in the syslog:
> Mar 13 21:49:23 ip-10-212-91-161 kernel: [ 6471.432979] asterisk[24621] general protection ip:{redacted} sp:{redaced} error:0 in res_srtp.so[7f7551ce3000+13000]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list