[asterisk-bugs] [Asterisk 0016804]: ParkAndAnnounce Core dumps asterisk

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Feb 27 20:49:40 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16804 
====================================================================== 
Reported By:                asd1815
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16804
Category:                   Applications/app_parkandannounce
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           Older 1.6.0 - please test a newer version 
JIRA:                       SWP-948 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-02-10 16:32 CST
Last Modified:              2010-02-27 20:49 CST
====================================================================== 
Summary:                    ParkAndAnnounce Core dumps asterisk
Description: 
I am running Asterisk 1.6.0.21 on FreeBSD AMD 64 running inside a VM. The
VM does not have a sound card.

I have a simple extension

exten => 777,1,ParkAndAnnounce(pbx-transfer:PARKED,45,console/dsp)
exten => 777,n,Hangup

when I dial 777 asterisk crashes with this message

 Accepting AUTHENTICATED call from IP:
       > requested format = gsm,
       > requested prefs = (),
       > actual format = ulaw,
       > host prefs = (ulaw|gsm),
       > priority = mine
Segmentation fault (core dumped)

====================================================================== 

---------------------------------------------------------------------- 
 (0118644) asd1815 (reporter) - 2010-02-27 20:49
 https://issues.asterisk.org/view.php?id=16804#c118644 
---------------------------------------------------------------------- 
I added MENUSELECT_CFLAGS now

cat /etc/asterisk.makeopts
MENUSELECT_CFLAGS=DONT_OPTIMIZE
COMPILER_FLAGS=DONT_OPTIMIZE

and I manually edited makeopts in work direct after running make
configure
I added the following and commented out some stuff

# CONFIG_CFLAGS=-O2 -pipe -fno-strict-aliasing
CFLAGS=DONT_OPTIMIZE
COMPILER_FLAGS=DONT_OPTIMIZE
CONFIG_LDFLAGS=-L/usr/local/lib


I am uploading new gdb bt. I hope this one works 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-02-27 20:49 asd1815        Note Added: 0118644                          
======================================================================




More information about the asterisk-bugs mailing list