It has to do with memory. When you make requests of your computer programs it puts those requests in a stack (or pile) and then works on them in a predefined order. There's a certain amount of memory reserved for the stack and when you exceed it you get a stack overflow error. These errors usually either kill the request or result in a program crash.
Assuming that the stack overflow wasn't a result of poor planning by the software designer, the best way to avoid stack overflow errors is to increase the physical RAM on your computer, increase the amount of virtual memory on your computer, and/or install a memory manager that frees up memory you're no longer using.
2007-07-26 08:50:33
·
answer #1
·
answered by Hector S 6
·
1⤊
0⤋
What Does Stack Overflow Mean
2016-11-06 23:28:05
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
This Site Might Help You.
RE:
what does it mean when your computer pops up "stack overflow"?
2015-08-19 06:03:29
·
answer #3
·
answered by Garnette 1
·
0⤊
0⤋
If you receive an overflow error in ms access, try this...
https://www.youtube.com/watch?v=EMOYJK_x4Mk&feature=youtu.be
2015-01-30 13:00:24
·
answer #4
·
answered by MagikSystems 2
·
1⤊
0⤋
Buggy program.
2016-03-20 14:50:00
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
how would i get delete the over flow
2014-05-02 04:20:49
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋