I think that means its time to start a new stack :)
2007-02-23 00:44:33
·
answer #1
·
answered by EGOman 5
·
1⤊
0⤋
A programmer point of view: the stack got full and it's still getting new elements, if that's your program try to fix this bug, linked stacks might be helpful, the line which is causing this problem would be line # 3031 in one of the code files.
This also might be due to some infinite loop!
2007-02-23 00:43:10
·
answer #2
·
answered by Dee . 2
·
0⤊
0⤋
Hi,
Exactly can't say what is problem, but it seems that you are passing some data or dealing with records or list of data.
generally theses stacks (lists) resides in RAM or Buffer.
So, at some time when RAM/buffer gets completely filled it canno add any record,data or inofrmation(it could be a message too) to that stack.
So, the attempt to add any inofrmation to a fully filled stack will raise and error overflow of stack.
2007-02-23 00:43:24
·
answer #3
·
answered by Parag R 2
·
0⤊
0⤋
You probably have en endless loop somehwere at or near that line thats used up all of the resident memory on the PC, Server, or mainframe your using.
2007-02-23 00:42:25
·
answer #4
·
answered by Dave 5
·
0⤊
0⤋