All Questions
115 questions
1
vote
1
answer
58
views
freertos stack does not overflow
Hello good people of internet
I was studying FreeRTOS, I expect myTaskA to overflow the stack but it does not. How come?
FreeRTOSConfig.h
#define configCHECK_FOR_STACK_OVERFLOW 2
// demo 2 :...
1
vote
1
answer
129
views
what's the problem of passing parameters to void function in c?
In the C programming language, when you want to declare a function without parameters, you write its signature like this:
int foo(void);
When you want to declare a function with unspecified ...
0
votes
1
answer
84
views
What is this white spaces in stack and how to fix it
Can someone explain why is there white spaces on top and bottom of this stack widget despite of no padding here?
I have a stack of progress bar and music details. Although I didn't add any padding ...
2
votes
1
answer
150
views
How can I change my Stack Overflow password?
I want to change my Stack Overflow password, but I don't know how to do it. Is there a kind soul who wants to tell me the way?
I can't find the option in my Stack Overflow dashboard.
Thank you!
1
vote
2
answers
50
views
How to make the image visible in stack overflowing the container area in flutter
I have a container and circle avatar in a stack. avatar is placed at the top center with alignment and is positioned to used as a overlay image over the container border. But the image is disappearing ...
0
votes
0
answers
280
views
esp-idf xTaskCreate a stack overflow in task BlinkAl-33-3
I'm getting a strange overflow error on Esp32 that is running correctly for some time. I'm using esp-idf-v4.4
Main function is creating a task in which I'm creating another by calling
xTaskCreate(...
0
votes
1
answer
24
views
How long do deleted questions last i nthe deleted section?
I was wondering how long deleted questions will stay in the deleted area, I am hoping they stay forever or at-least a good year but i cant find it anywhere on the internet. Does anyone know?
I have ...
0
votes
1
answer
576
views
Best programming language for beginner [closed]
I've just got into coding. Wanted to know which would be the best and the easiest programming language to learn.
0
votes
0
answers
562
views
Google.Apis.Requests.RequestError - malware or spam and cannot be downloaded
I am facing an issue when downloading's files from gDrive using API in UIPath
The error is the following:
Download failed after 0 bytes. Google.Apis.Requests.RequestError This file has been identified ...
-2
votes
2
answers
364
views
Getting Stack Overflow Error on newly created classes
I'm refactoring my 8080 Space Invaders emulator. I've moved some methods into a CPU class and others into a _8080 class. I'm using Visual Studio so there's a MainForm class to. When I run the program ...
0
votes
1
answer
325
views
How is an array placed on the stack when it is declared in C?
In order to understand Buffer Overflow Vulnerabilities, i'm looking for some clarification around what the stack actually looks when you declare an array. For the following code:
int main()
{
int ...
0
votes
1
answer
40
views
Why do I get dead code in a doubly linked list when looking for the overflow? (Java) [duplicate]
I have to make a doubly linked list and I have to make an exception for when there is an overflow in the list, it is the first time I do it in Java, why does it appear as "dead code" in the ...
4
votes
3
answers
7k
views
Flutter OverflowBox is behind the next widget in a column
I'm working on a Flutter project and I am trying to use the OverflowBox widget.
I have a list of widgets in a Column, one of them, in the middle is supposed to overflow the others based on some events ...
-1
votes
1
answer
41
views
AppleScript is throwing a stack overflow error on changing file extension
Why does this function throw a stack overflow error?
on convertFileExtenstion(parentFolder, thisFile)
set filePath to ((parentFolder as text) & thisFile) as alias
if my fileExists(filePath) is ...
1
vote
0
answers
56
views
Error unhandled exeption [177] Stack Overflow
So I am new to flutter and trying this video I saw. (I am almost finished actually) and at the video, the instructor used to try and catch statements as examples when an error occurred. It does work ...