[asterisk-bugs] [Asterisk 0016053]: Crash on deeply nested while/if statements in AEL
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jun 10 01:40:51 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16053
======================================================================
Reported By: diLLec
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16053
Category: PBX/pbx_ael
Reproducibility: always
Severity: crash
Priority: normal
Status: feedback
Asterisk Version: 1.6.1.6
JIRA: SWP-1414
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-10-11 17:49 CDT
Last Modified: 2010-06-10 01:40 CDT
======================================================================
Summary: Crash on deeply nested while/if statements in AEL
Description:
While reloading ael via ael reload the asterisk process runs into SIGSEGV.
This bug is curios since Asterisk starts and loads the ael very well. Also
if ael reload is typed in at the cli when starting Asterisk with -c is
working fine.
The issue only shows up when using asterisk manager or asterisk -r.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0017430 segfault in for loop embedded switch st...
======================================================================
----------------------------------------------------------------------
(0123217) diLLec (reporter) - 2010-06-10 01:40
https://issues.asterisk.org/view.php?id=16053#c123217
----------------------------------------------------------------------
I'm very glad to hear from you murf.
Option 1 solved the problem. I've simply changed the AST_STACKSIZE line to
#define AST_STACKSIZE 1536 * 1024
in asterisk/utils.h. Are there any implications I have to be aware of when
using such a high stack size?
Many thanks again for looking over my problem and your detailed
explanations.
Issue History
Date Modified Username Field Change
======================================================================
2010-06-10 01:40 diLLec Note Added: 0123217
======================================================================
More information about the asterisk-bugs
mailing list