[asterisk-bugs] [JIRA] (ASTERISK-27235) Crash when freeing frame in bridge
Richard Kenner (JIRA)
noreply at issues.asterisk.org
Fri Sep 1 17:28:07 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238334#comment-238334 ]
Richard Kenner edited comment on ASTERISK-27235 at 9/1/17 5:26 PM:
-------------------------------------------------------------------
Oh, the frame is:
{noformat}
(gdb) print *fr
$1 = {frametype = 671088760, subclass = {integer = 671088760,
format = 0x1ada980, frame_ending = 0}, datalen = 0, samples = 640,
mallocd = 1, mallocd_hdr_len = 215, offset = 64,
src = 0x7f092800d7c8 "siren14tolin32", data = {ptr = 0x0, uint32 = 0,
pad = "\000\000\000\000\000\000\000"}, delivery = {tv_sec = 1504129163,
tv_usec = 810700}, frame_list = {next = 0x0}, flags = 0, ts = 0, len = 0,
seqno = 0}
{noformat}
was (Author: kenner):
Oh, the frame is:
(gdb) print *fr
$1 = {frametype = 671088760, subclass = {integer = 671088760,
format = 0x1ada980, frame_ending = 0}, datalen = 0, samples = 640,
mallocd = 1, mallocd_hdr_len = 215, offset = 64,
src = 0x7f092800d7c8 "siren14tolin32", data = {ptr = 0x0, uint32 = 0,
pad = "\000\000\000\000\000\000\000"}, delivery = {tv_sec = 1504129163,
tv_usec = 810700}, frame_list = {next = 0x0}, flags = 0, ts = 0, len = 0,
seqno = 0}
> Crash when freeing frame in bridge
> ----------------------------------
>
> Key: ASTERISK-27235
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27235
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/Bridging
> Affects Versions: 14.6.0
> Environment: Centos *
> Reporter: Richard Kenner
> Attachments: traceback.txt
>
>
> I have a crash in freeing a frame, called from bridge_frame_free. This was a three-way video conference between a Polycom Trio and two Linphone Desktop applications. The full traceback is in traceback.txt.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list