[asterisk-bugs] [JIRA] (ASTERISK-22889) Segmentation fault when RTP going via ICE
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Nov 26 12:42:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=212278#comment-212278 ]
Matt Jordan commented on ASTERISK-22889:
----------------------------------------
The fact that this is crashing during a free in the PJSIP memory pool is troubling, as that's indicative of a memory corruption somewhere.
Can you attach your full {{sip.conf}} and {{rtp.conf}}?
> Segmentation fault when RTP going via ICE
> -----------------------------------------
>
> Key: ASTERISK-22889
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22889
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/General, Resources/res_rtp_asterisk
> Affects Versions: 11.2.0, 11.5.0, 11.6.0
> Environment: Debian 7.2 on Intel(R) Core(TM) i5-3330 CPU @ 3.00GHz, Debian 7.0 on Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
> Reporter: Alexandr Byvaltsev
> Severity: Critical
> Attachments: backtrace-13_09.txt, backtrace.txt
>
>
> I have 2 servers with Asterisk 11.5, both have config like this:
> {noformat}
> [trunk_74]
> type=friend
> host=192.168.66.99
> port=5060
> disallow=all
> allow=alaw
> context=trunk_74_in
> t38pt_udptl=no
> call-limit=0
> qualify=no
> canreinvite=no
> dtmfmode=inband
> nat=force_rport,comedia
> avpf=yes
> icesupport=yes
> videosupport=no
> directmedia=no
> encryption=yes
> {noformat}
> when i make 200 calls at one time from one asterisk to another, in dialplan
> {noformat}
> 007777 => {
> Answer();
> Wait(10);
> Hangup();
> };
> {noformat}
> i got Segmentation fault in 1-5 minutes, only when i used icesupport=yes.
> Same problem i have when sip users connect to Asterisk from browser Chrome over WEBRTC.
--
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