python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to detect which variable/code is creating a stack-based buffer overrun
I have an application that has started failing with 0xc0000409 - The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to ga...
DLT
Votes: 0
Answers: 1
C++ Error (Segmentation fault / Bus error / Memory limit exceeded / Stack limit exceeded) when using functions lower_bound, sort,
My program crashes after uploading to the school test server with the announcement that one of these errors has occurred (Segmentation fault / Bus error / Memory limit exceeded / Stack limit exceeded)...
Aaron7
Votes: 0
Answers: 1
How can I execute a dead code in C by using cmd in Linux
I have a C code with a function that is dead code.
Is there any method to execute this dead code function?
The code is shown below:
#include <stdio.h>
#include <stdlib.h>
int i;
void do_...
Yang Shuogeng
Votes: 0
Answers: 1
Exception in thread "main" java.lang.StackOverflowError at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:242)
I am working on a spring multi module project. I have upgraded spring version from 3.x to 5.3.17. After upgradation, while running project Iam getting following error:
Exception in thread "main&...
Arun Rajan
Votes: 0
Answers: 1