[asterisk-bugs] [Asterisk 0017993]: Asterisk crash when bridging and masquerading channels
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Nov 16 16:10:52 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17993
======================================================================
Reported By: andrel
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17993
Category: Core/Channels
Reproducibility: have not tried
Severity: crash
Priority: normal
Status: acknowledged
Asterisk Version: 1.6.2.12-rc1
JIRA: SWP-2243
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-09-14 17:12 CDT
Last Modified: 2010-11-16 16:10 CST
======================================================================
Summary: Asterisk crash when bridging and masquerading
channels
Description:
Asterisk Seems to crash when trying to bridge and masquerade the channel
sometimes
check full debug log for information(end of lines shows errors) and
backtrace via gdb.
======================================================================
----------------------------------------------------------------------
(0128904) nmower (reporter) - 2010-11-16 16:10
https://issues.asterisk.org/view.php?id=17993#c128904
----------------------------------------------------------------------
Hmm...looks like the zombie flag is set.
(gdb) fr 0
https://issues.asterisk.org/view.php?id=0 0x00007f4f11911419 in sip_indicate
(ast=0x7f4ef0104280, condition=17,
data=0x0, datalen=0)
at chan_sip.c:6641
6641 ast_rtp_new_source(p->rtp);
(gdb) p ast->flags
$3 = 524816
(gdb) p ast->flags & AST_FLAG_ZOMBIE
$4 = 16
Issue History
Date Modified Username Field Change
======================================================================
2010-11-16 16:10 nmower Note Added: 0128904
======================================================================
More information about the asterisk-bugs
mailing list