[asterisk-bugs] [Asterisk 0014374]: Revision 172517 segfault after using A *2 transfer to B and B dial *2
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jan 30 13:41:48 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14374
======================================================================
Reported By: aragon
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14374
Category: Applications/app_transfer
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.4.23
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 172517
Request Review:
======================================================================
Date Submitted: 2009-01-30 13:40 CST
Last Modified: 2009-01-30 13:41 CST
======================================================================
Summary: Revision 172517 segfault after using A *2 transfer
to B and B dial *2
Description:
SIP environment
Extension 6011 dials 6010
6010 dials *26002 and ends call to complete transfer
6002 answers and dials *2 but does receive audio for transfer prompt
Asterisk segfaults after dialing *2
Backtrace attached
======================================================================
----------------------------------------------------------------------
(0099143) aragon (reporter) - 2009-01-30 13:41
http://bugs.digium.com/view.php?id=14374#c99143
----------------------------------------------------------------------
Looks like I did not set category correctly.
Backtrace shows crash in mixmonitor
(gdb) bt
http://bugs.digium.com/view.php?id=0 0x080936cb in ast_bridged_channel ()
http://bugs.digium.com/view.php?id=1 0x0694f4da in mixmonitor_thread
(obj=0x958d6f8) at
app_mixmonitor.c:169
http://bugs.digium.com/view.php?id=2 0x0811fd2b in dummy_start ()
http://bugs.digium.com/view.php?id=3 0x008fd45b in start_thread () from
/lib/libpthread.so.0
http://bugs.digium.com/view.php?id=4 0x00854e5e in clone () from /lib/libc.so.6
(gdb) bt full
http://bugs.digium.com/view.php?id=0 0x080936cb in ast_bridged_channel ()
No symbol table info available.
http://bugs.digium.com/view.php?id=1 0x0694f4da in mixmonitor_thread
(obj=0x958d6f8) at
app_mixmonitor.c:169
fr = (struct ast_frame *) 0x95862f0
mixmonitor = (struct mixmonitor *) 0x958d6f8
fs = (struct ast_filestream *) 0x95f4880
oflags = 577
ext = 0x958ecd4 "WAV"
errflag = 0
__PRETTY_FUNCTION__ = "mixmonitor_thread"
http://bugs.digium.com/view.php?id=2 0x0811fd2b in dummy_start ()
No symbol table info available.
http://bugs.digium.com/view.php?id=3 0x008fd45b in start_thread () from
/lib/libpthread.so.0
No symbol table info available.
http://bugs.digium.com/view.php?id=4 0x00854e5e in clone () from /lib/libc.so.6
No symbol table info available.
Issue History
Date Modified Username Field Change
======================================================================
2009-01-30 13:41 aragon Note Added: 0099143
======================================================================
More information about the asterisk-bugs
mailing list