[asterisk-bugs] [Asterisk 0016699]: Segmentation Fault
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Mar 23 10:27:07 CDT 2010
The following issue has been CLOSED
======================================================================
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: closed
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:
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2010-01-25 19:58 CST
Last Modified: 2010-03-23 10:27 CDT
======================================================================
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..
======================================================================
----------------------------------------------------------------------
(0119731) lmadsen (administrator) - 2010-03-23 10:27
https://issues.asterisk.org/view.php?id=16699#c119731
----------------------------------------------------------------------
Suspended due to lack of feedback from the reporter.
Issue History
Date Modified Username Field Change
======================================================================
2010-03-23 10:27 lmadsen Note Added: 0119731
2010-03-23 10:27 lmadsen Status feedback => closed
======================================================================
More information about the asterisk-bugs
mailing list