Skip to main content

Questions tagged [stack-overflow]

NOT THIS WEBSITE! Use this tag for the error caused by pushing too many items onto the callstack. If you have a question regarding this website, please go to https://meta.stackoverflow.com

0 votes
0 answers
16 views

Am running into a stack overflow error with OpenWindow on C# using SpashKit

The error I am getting: Exception has occurred: CLR/System.StackOverflowException An unhandled exception of type 'System.StackOverflowException' occurred in SplashKitSDK.dll My code: (Most is // to ...
Jack Sam's user avatar
0 votes
0 answers
9 views

Fixing PHP Extension Errors: Unable to Load mysqli and pdo_mysql on Ubuntu

I have to setup php with codeigniter without xampp server in ubunto but I am facing a lot of problem or it is not setup sometimes it starts giving warning in php version and sometimes error is shown ...
Arpit Sharma's user avatar
0 votes
1 answer
99 views

Is out-of-scope local variables' memory reused?

struct Big { char data[5000]; }; extern int some_input; int main() { switch (some_input) { case 0: { struct Big big; big.data[0] = 0; // just try to do something ...
Erciyuanshagou's user avatar
-2 votes
1 answer
62 views

Morris traversal leads to exception on LeetCode: address sanitizer , stack overflow [closed]

I have implemented a Morris traversal to solve LeetCode problem 98. Validate Binary Search Tree: Given the root of a binary tree, determine if it is a valid binary search tree (BST). My code /** * ...
RISHI MISHRA's user avatar
0 votes
1 answer
47 views

Apple Login with Next_Auth : error=OAuthCallback

i'm trying to login with apple using next auth its authanticate user but redirect to /?error=OAuthCallback this is the url= https://appleid.apple.com/auth/authorize?client_id=com.wheeleasy.org&...
Haidar Ali ALI's user avatar
0 votes
0 answers
22 views

Runtime Exception Can not load requested doc: org.apache.xml.utils.WrappedRuntimeException. On loading document inside the xslt

I am handling the internationalisation in XSLT to send email to the customer in different languages. For that I am using the document() method to load the xml in the variable and try to use it ...
Suneel Kumar's user avatar
0 votes
1 answer
40 views

Why a stack overflow from my Scala implicit conversion?

I have an issue with my code where I'm getting a stack overflow exception when doing an implicit conversion from Calendar to PublicationSchedule. I've cut down the code and can reproduce in Scastie (...
David Regan's user avatar
1 vote
0 answers
50 views

Infinite loop in Spring Boot when entering incorrect credentials for Active Directory authentication

I'm working on a Spring Boot application with Spring Security and Active Directory for authentication and I've set up a virtual machine with Windows Server 2019 to connect to my Active Directory. The ...
Francis's user avatar
  • 23
1 vote
1 answer
61 views

"Process finished with exit code -1073740791 (0xC0000409)" when use vector of future

Background As a freshmen to binance-websocket api and std::future using. I write a program to test the time difference between localhost and the binance server, and to get the net delay. I push my ...
Monhde Sau Hung's user avatar
0 votes
2 answers
37 views

Stackoverflow when attempting arithmetic between classes

I have a simple class that contains basic skill attributes for a game. Each player has this skills class attached. I'd like to be able to do basic arithmetic, e.g. playerSkills = playerSkills + 2, and ...
David Martin's user avatar
1 vote
1 answer
64 views

Box2D: Encountered C6262 Warning "Function uses '103820' bytes of stack. Consider moving some data to heap." on main()

I encountered this warning Warning C6262: "Function uses '103820' bytes of stack. Consider moving some data to heap." while I was trying out Box2D version 2.4.1 on Visual Studio 2022. ...
rokson's user avatar
  • 23
0 votes
2 answers
152 views

how to stop recursion? - java stack overflow problem

I am a student and I've been given an assignment to crack a password(n characters long, n is given in the method, all a-z). the tricky part: no loops at all- all recursion the only way to check if ...
ori ben dror's user avatar
1 vote
2 answers
66 views

Collapsing many binary columns into a single column in pyspark

In my pyspark job, I have a huge data framework with more than 6,000 columns in the following format: id_ a1 a2 a3 a4 a5 .... a6250 u1827s True False True False False .... ...
Mikhail Genkin's user avatar
0 votes
1 answer
69 views

Next.js build error: Module not found: Can't resolve 'fs' when using Edgedb,edgeql-js

I'm encountering a build error in my Next.js application when trying to use Edgedb. The error message I'm receiving is: Build Error Failed to compile Next.js (14.2.3) ./node_modules/edgedb/dist/...
Debuger's user avatar
0 votes
0 answers
14 views

Modifying Sublime Build so that it can modify/restart Docker services

I am working on a code base that involves Docker. I start Docker by running docker compose up. I make changes to Python files. I enter the Docker container using docker exec command with the relevant ...
andypicks's user avatar

15 30 50 per page
1
2 3 4 5
283