Top "Stack-overflow" questions

NOT THIS WEBSITE!

What actually causes a Stack Overflow error?

I've looked everywhere and can't find a solid answer. According to the documentation, Java throws a java.lang.StackOverflowError error …

java jvm stack-overflow
gson.toJson() throws StackOverflowError

I would like to generate a JSON String from my object: Gson gson = new Gson(); String json = gson.toJson(item); …

java json object gson stack-overflow
Does Python optimize tail recursion?

I have the following piece of code which fails with the following error: RuntimeError: maximum recursion depth exceeded I attempted …

python recursion stack stack-overflow tail-recursion
Find the exact address of variable Buf

As reference, I'm using the following code: #include <stdio.h> #include <string.h> int main (void) { …

gdb buffer stack-overflow
Windows service / A new guard page for the stack cannot be created

I have a windows service that does some intensive work every one minute (actually it is starting a new thread …

c# debugging windows-services clr stack-overflow
Malloc segmentation fault

Here is the piece of code in which segmentation fault occurs (the perror is not being called): job = malloc(sizeof(…

c segmentation-fault malloc stack-overflow buffer-overflow
What is the use of -fno-stack-protector?

I have written an application in C, and I'm trying to understand what is the purpose of the -fno-stack-protector command …

c buffer stack-overflow protection callstack
Stack overflow C++

This is my code. When I access dtr array in initImg function it gives a stack overflow exception. What might …

c++ exception stack-overflow callstack
How can I increase the maximum call stack size in Node.js

This is different to other questions regarding an error message in Node that reads RangeError: Maximum call stack size exceeded …

node.js stack-overflow callstack