[asterisk-bugs] [JIRA] (ASTERISK-24869) Asterisk segfaults on DAHDI attended transfer
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Mar 12 10:42:35 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-24869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225368#comment-225368 ]
Matt Jordan commented on ASTERISK-24869:
----------------------------------------
Nuts. That didn't quite work:
{noformat}
#1 0x0000000000476f69 in ast_bridge_transfer_attended (to_transferee=0x7fd48c287048, to_transfer_target=0x26c4d88) at bridge.c:4591
4591 app = ast_strdupa(ast_channel_appl(chan_unbridged));
(gdb) print ast_channel_appl(chan_unbridged)You can't do that without a process to debug.
{noformat}
How about just:
{noformat}
# print *chan_unbridged
{noformat}
That should get all of it.
> Asterisk segfaults on DAHDI attended transfer
> ---------------------------------------------
>
> Key: ASTERISK-24869
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24869
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Affects Versions: 13.2.0
> Reporter: viniciusfontes
> Assignee: viniciusfontes
> Attachments: additional trace.txt, backtrace.txt, messages.txt
>
>
> Asterisk 13.2.0 segfaults on some DAHDI attended transfers. The issue isn't exactly easy to reproduce, but I managed to get as much data as I could before submitting this issue.
> OS detail: Debian 7.8 (Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64 unknown unknown GNU/Linux)
> I'll attach the relevant part of /var/log/asterisk/messages and the backtraces.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list