Top "Stack-overflow" questions

NOT THIS WEBSITE!

What is a StackOverflowError?

What is a StackOverflowError, what causes it, and how should I deal with them?

memory-leaks exception-handling out-of-memory stack-overflow
Chrome/jQuery Uncaught RangeError: Maximum call stack size exceeded

I am getting the error "Uncaught RangeError: Maximum call stack size exceeded" on chrome. here is my jQuery function $('td').…

javascript jquery google-chrome webkit stack-overflow
What causes a java.lang.StackOverflowError

What can cause a java.lang.StackOverflowError? The stack printout that I get is not very deep at all (only 5 …

java callstack stack-overflow
How to increase the Java stack size?

I asked this question to get to know how to increase the runtime call stack size in the JVM. I've …

java stack stack-overflow
What is and how to fix System.TypeInitializationException error?

private static void Main(string[] args) { string str = null; Logger.InitUserLogWithRotation(); // <--- error occur ... } When I build project, it …

c# visual-studio-2010 visual-studio-2008 stack-overflow
Java stack overflow error - how to increase the stack size in Eclipse?

I am running a program that I've written in Java in Eclipse. The program has a very deep level of …

java eclipse jvm stack-overflow jvm-arguments
Node.js - Maximum call stack size exceeded

When I run my code, Node.js throws a "RangeError: Maximum call stack size exceeded" exception caused by too many …

node.js recursion stack-overflow callstack
How do I prevent and/or handle a StackOverflowException?

I would like to either prevent or handle a StackOverflowException that I am getting from a call to the XslCompiledTransform.…

c# .net stack-overflow xslcompiledtransform
C# catch a stack overflow exception

I have a recursive call to a method that throws a stack overflow exception. The first call is surrounded by …

c# try-catch stack-overflow
How does a "stack overflow" occur and how do you prevent it?

How does a stack overflow occur and what are the best ways to make sure it doesn't happen, or ways …

memory stack-overflow