Top "Stack-overflow" questions

NOT THIS WEBSITE!

runtime: goroutine stack exceeds 1000000000-byte limit, fatal error: stack overflow on printing a nested struct

I have a nested struct. type ConfigOne struct { // Daemon section from config file. Daemon daemon } type daemon struct { Loglevel int …

go struct stack stack-overflow panic
How is a StackOverflowException detected?

TL;TR When I asked the question I assumed a StackOverflowException is a mechanism to prevent applications to run infinitely. …

c# stack-overflow infinite-loop
JBWEB000236: Servlet.service() for servlet strutsAction threw exception: java.lang.StackOverflowError

I'm migrating my application from Jboss 4 to Jboss 7(jboss eap 6.1 alpha) getting the below error, while trying to search results …

java struts-1 stack-overflow ejb-2.x jboss-eap-6
Maven with an explicit finalName won't work properly

1. Background My maven project has a lot of modules and submodules with jars and wars and everything works. I also …

java maven stack-overflow maven-package
How to detect the point of a stack overflow

I have the following problem with my C program: Somewhere is a stack overflow. Despite compiling without optimization and with …

c linux gdb stack-overflow callstack
thread exiting with uncaught exception: NO stack trace

My application is causing a force close somewhere but instead of getting a FATAL EXCEPTION with the usual (and very …

java android stack-overflow stack-trace uncaught-exception
How to predict the maximum call depth of a recursive method?

For the purposes of estimating the maximum call depth a recursive method may achieve with a given amount of memory, …

java memory recursion jvm stack-overflow
Why is #include <string> preventing a stack overflow error here?

This is my sample code: #include <iostream> #include <string> using namespace std; class MyClass { string figName; …

c++ string stack-overflow explicit
node.js / Express throws 'RangeError: Maximum call stack size exceeded' under high load

We are having an issue with our node environment running under high load that we have not been able to …

javascript node.js garbage-collection express stack-overflow