[asterisk-bugs] [Asterisk 0017000]: [regression] Segfault when hanging up phone after launching app_confbridge on Solaris 10 x86
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 27 15:55:08 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17000
======================================================================
Reported By: rmcgilvr
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 17000
Category: Applications/app_confbridge
Reproducibility: always
Severity: crash
Priority: normal
Status: acknowledged
Target Version: 1.6.2.8
Asterisk Version: Older 1.6.2 - please test a newer version
JIRA: SWP-1059
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-04-27 15:55 CDT
======================================================================
Summary: [regression] 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);
}
}
======================================================================
----------------------------------------------------------------------
(0121032) rmcgilvr (reporter) - 2010-04-27 15:55
https://issues.asterisk.org/view.php?id=17000#c121032
----------------------------------------------------------------------
Getting a compiler error on the above
<snip>
[CC] alaw.c -> alaw.o
[CC] app.c -> app.o
[CC] ast_expr2.c -> ast_expr2.o
[CC] ast_expr2f.c -> ast_expr2f.o
[CC] asterisk.c -> asterisk.o
[CC] astfd.c -> astfd.o
[CC] astmm.c -> astmm.o
In file included from astmm.c:38:
/usr/include/malloc.h:46: error: syntax error before string constant
/usr/include/malloc.h:47: error: syntax error before string constant
/usr/include/malloc.h:48: error: syntax error before string constant
/usr/include/malloc.h:51: error: syntax error before string constant
gmake[1]: *** [astmm.o] Error 1
gmake: *** [main] Error 2
the lines in malloc.h it's complaing about contain:
void *malloc(size_t);
void free(void *);
void *realloc(void *, size_t);
and
void *calloc(size_t, size_t);
Issue History
Date Modified Username Field Change
======================================================================
2010-04-27 15:55 rmcgilvr Note Added: 0121032
======================================================================
More information about the asterisk-bugs
mailing list