RAD Studio
ContentsIndex
PreviousUpNext
Stack overflow (C++)

This error is reported when you compile a function with the Test Stack Overflow option on, but there is not enough stack space to allocate the function's local variables. 

This error can also be caused by the following:

  • infinite recursion, or
  • an assembly language procedure that does not maintain the stack project
  • a large array in a function

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!