What is Stack Overflow?

In software, a stack overflow occurs when too much memory is used on the call stack. In many programming languages the call stack contains a limited amount of memory, usually determined at the start of the program.
Reference.com Copyright  2012. All rights reserved.