[asterisk-bugs] [Asterisk 0017264]: [patch] Crash when using Background() in Macro called by M() option to Dial()

Asterisk Bug Tracker noreply at bugs.digium.com
Fri May 28 12:05:48 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17264 
====================================================================== 
Reported By:                falves11
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17264
Category:                   Applications/app_dial
Reproducibility:            random
Severity:                   crash
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           1.6.1.18 
JIRA:                       SWP-1397 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1 
SVN Revision (number only!): 259958 
Request Review:              
====================================================================== 
Date Submitted:             2010-04-29 17:27 CDT
Last Modified:              2010-05-28 12:05 CDT
====================================================================== 
Summary:                    [patch] Crash when using Background() in Macro
called by M() option to Dial()
Description: 
This the section where it blows up.

exten
=>_X.,n,Dial(${CUT(CARRIERLIST,-,${i})},${CUT(TO,-,${i})},M(get-callid^${PROMPT})L(10800000))
;dial once

[macro-get-callid]
exten => s,1,Verbose(2,Playing ${ARG1})
exten => s,n,GotoIf($["${ARG1}" = "0" ]?salida)
exten => s,n,Background(${ARG1})
exten => s,n(salida),MacroExit
====================================================================== 

---------------------------------------------------------------------- 
 (0122620) dvossel (administrator) - 2010-05-28 12:05
 https://issues.asterisk.org/view.php?id=17264#c122620 
---------------------------------------------------------------------- 
Did you test my UDPTL patch yet?  I need to know if that resolves the UDPTL
crash for you.  I know your patch will but I don't think that is the
correct fix for in this instance.

No, that new back trace is not related to the UDPTL fix.  You have several
back traces uploaded that are separate crashes.  I thought the one this
issue was set out to resolve was the UDPTL one because that is the one you
uploaded a patch for.  The new one you uploaded seems to be related to
maybe the crash_1.txt which appears to me to be a completely separate issue
from the UDPTL one that is reported in most of the others. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-28 12:05 dvossel        Note Added: 0122620                          
======================================================================




More information about the asterisk-bugs mailing list