[asterisk-bugs] [JIRA] (ASTERISK-24498) Segmentation fault on attended transfer

Beppo mazzucato (JIRA) noreply at issues.asterisk.org
Wed Nov 5 10:26:29 CST 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-24498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Beppo mazzucato updated ASTERISK-24498:
---------------------------------------

    Status: Waiting for Feedback  (was: Waiting for Feedback)

here you are

(gdb) frame 0
#0  0x000000000058e51b in rtcp_report_to_json (msg=0x7fa410002658, sanitize=0x0) at rtp_engine.c:1913
1913			snprintf(str_lsr, sizeof(str_lsr), "%u", payload->report->report_block[i]->lsr);
(gdb) print *payload
$1 = {snapshot = 0x7fa410005448, report = 0x7fa410003b88, blob = 0x7fa410001fb8}
(gdb) print payload->report
$2 = (struct ast_rtp_rtcp_report *) 0x7fa410003b88
(gdb) print payload->report->report_block[0]
$3 = (struct ast_rtp_rtcp_report_block *) 0x7fa4100025a0
(gdb) 


> Segmentation fault on attended transfer
> ---------------------------------------
>
>                 Key: ASTERISK-24498
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24498
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 13.0.0
>         Environment: Asterisk 13.0.0 on CentOS 6.5 
> extension 601 - SNOM 710
> extension 602 - yealink T46
> extension 603 - Jitsi
>            Reporter: Beppo mazzucato
>            Assignee: Beppo mazzucato
>         Attachments: backtrace.txt, log.txt
>
>
> Asterisk crash trying to perform an attended transfer 
> ext 602 call ext 601
> ext 601 put the call on hold
> ext 601 call extension 603
> when ext 603 answers asterisk crashes
> Unattended transfer works properly
> If the attended transfer is made by the yealink phone (in other words echanging the roles of ext 601 and ext 602 above) it works properly
> Same scenario doesn't crash with asterisk 11.13.1
> I'm attaching log and backtrace



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list