[asterisk-bugs] [Asterisk 0016699]: Segmentation Fault
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 25 19:58:52 CST 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=16699
======================================================================
Reported By: mattmacadams
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16699
Category: Applications/app_macro
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.0.21
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-01-25 19:58 CST
Last Modified: 2010-01-25 19:58 CST
======================================================================
Summary: Segmentation Fault
Description:
exten => s,n,NoOp(${CHANNEL(id)})
exten => s,n,NoOp(${CHANNEL(name)})
exten => s,n,NoOp(${CHANNEL(ID)})
exten => s,n,NoOp(${CHANNEL(NAME)})
exten => s,n,NoOp(${CHANNEL()})
exten => s,n,NoOp(${CHANNEL(val)})
exten => s,n,NoOp(${CHANNEL(var)})
exten => s,n,NoOp(${CHANNEL(VAL)})
exten => s,n,NoOp(${CHANNEL(VAR)})
The above code is included inside a Macro that is executed using the M
option in the Dial command
This causes a "7116 Segmentation fault" in Asterisk.
It says Asterisk ended with exit status 139.
I know this code isn't common, but it can't hurt to fix it..
The exact code is listed inside the Additional information section..
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-01-25 19:58 mattmacadams New Issue
2010-01-25 19:58 mattmacadams Asterisk Version => 1.6.0.21
2010-01-25 19:58 mattmacadams Regression => No
2010-01-25 19:58 mattmacadams SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list