[Home]

Summary:ASTERISK-09225: [patch] Fix Macro stack overflows permanently
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2007-04-08 10:04:07Date Closed:2007-07-31 11:29:52
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_macro
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20070408__fix_macro_depthcharges_once_and_for_all__3.diff.txt
( 1) 20070408__fix_macro_depthcharges_once_and_for_all.diff.txt
Description:Thought of an alternative method to detect stack overflows - just record the stack address when we first enter Macro and on all subsequent usage - and bounce out when the stack consumption exceeds a certain threshold.
Comments:By: Tilghman Lesher (tilghman) 2007-07-31 11:29:52

Given that:
1) I've gotten no feedback,
2) 1.2 closes tomorrow, and
3) I've just noted Macro is deprecated in trunk,

I'm going to close this issue as unnecessary.