Alf Christophersen
15-Jun-2006, 09:28 PM
Could it be possible to stop execution when a new call obviously will trash
the limit of stack size and then report the case? Eg. have a security zone
below total size of stack and report if that limit has passed, with the
option to continue execution (which I guess in most cases will lead to an
unhandled out of stack error and full stop of program.
I got a strange out of stack error today and wanted to find how it happened
in case errors in input data triggered it. (The third time I ran the
program, the error did not occure. Strange)
the limit of stack size and then report the case? Eg. have a security zone
below total size of stack and report if that limit has passed, with the
option to continue execution (which I guess in most cases will lead to an
unhandled out of stack error and full stop of program.
I got a strange out of stack error today and wanted to find how it happened
in case errors in input data triggered it. (The third time I ran the
program, the error did not occure. Strange)