[asterisk-bugs] [Asterisk 0017000]: Segfault when hanging up phone after launching app_confbridge on Solaris 10 x86
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Mar 9 15:22:28 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17000
======================================================================
Reported By: rmcgilvr
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17000
Category: Applications/app_confbridge
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Asterisk Version: Older 1.6.2 - please test a newer version
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-03-09 14:42 CST
Last Modified: 2010-03-09 15:22 CST
======================================================================
Summary: Segfault when hanging up phone after launching
app_confbridge on Solaris 10 x86
Description:
Dead air when dialing into an app_confbridge extension. CLI output reports
playing the "conf-placeintoconf" file but you don't hear the audio. Upon
hanging up the phone Asterisk segfaults *everytime*.
*CLI> -- Executing [3505 at default:1]
Goto("SIP/us.sip.globeop.com-00000000", "gocfb-main,s,1") in new stack
-- Goto (gocfb-main,s,1)
-- Executing [s at gocfb-main:1]
Answer("SIP/us.sip.globeop.com-00000000", "") in new stack
-- Executing [s at gocfb-main:2] NoOp("SIP/us.sip.globeop.com-00000000",
""Call was answered\n"") in new stack
-- Executing [s at gocfb-main:3]
ConfBridge("SIP/us.sip.globeop.com-00000000", "1000,aAcM,614084") in new
stack
-- <Bridge/8555ed0-input> Playing 'conf-placeintoconf.slin16'
(language 'en')
Segmentation Fault (core dumped)
Dialplan is basic.
context default {
3505 => {
goto gocfb-main|s|1;
}
}
context gocfb-main {
s => {
Answer();
NoOp("Call was answered\n");
ConfBridge(1000,aAcM,614084);
}
}
======================================================================
----------------------------------------------------------------------
(0119194) rmcgilvr (reporter) - 2010-03-09 15:22
https://issues.asterisk.org/view.php?id=17000#c119194
----------------------------------------------------------------------
asterisk-1.6.2.5 has the same app_confbridge segfault.
asterisk-1.6.2.6-rc2 suffers from the same SIP INVITE errors that I
experienced with svn revsion 251408.
*CLI> [Mar 9 21:12:56] WARNING[7433]: chan_sip.c:20343
handle_request_invite: Don't know how to handle INVITE in state 15
*CLI> [Mar 9 21:13:05] WARNING[7433]: channel.c:1066 __ast_queue_frame:
Unable to write to alert pipe on SIP/us.sip.globeop.com-00000000 (qlen =
0): Bad file number!
Since I can't get past this error to get a call into app_confbridge I am
unable to test anything newer than 1.6.2.5.
Issue History
Date Modified Username Field Change
======================================================================
2010-03-09 15:22 rmcgilvr Note Added: 0119194
======================================================================
More information about the asterisk-bugs
mailing list