[asterisk-bugs] [Asterisk 0016699]: Segmentation Fault
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 26 07:54:06 CST 2010
The following issue requires your FEEDBACK.
======================================================================
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: feedback
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-26 07:54 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..
======================================================================
----------------------------------------------------------------------
(0117182) lmadsen (administrator) - 2010-01-26 07:54
https://issues.asterisk.org/view.php?id=16699#c117182
----------------------------------------------------------------------
If you're getting a segmentation fault, then you need to provide a
backtrace as documented in doc/backtrace.txt of your Asterisk sources.
Issue History
Date Modified Username Field Change
======================================================================
2010-01-26 07:54 lmadsen Note Added: 0117182
2010-01-26 07:54 lmadsen Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list