Stack overflow ...

India
August 11, 2009 12:48pm CST
Many times i get the error 'Stack overflow' and it also specifies the particular line number. And then its difficult for me to do any other processing ..without closing the window... can anyone give me suggestions on what i should be doing to avoid the error...
1 person likes this
3 responses
• Canada
11 Aug 09
Is this the exact error in IE7-8? If its from the internet, the best way to get rid of it is use firefox, as even though the error is still there, it won't pop up. I've experienced this too in IE08, but now I use Firefox, which is overall a better and faster browser, in which you can customize it 100%
1 person likes this
11 Aug 09
Don't use so many applications at once, it cuts down on your memory usage. Are you using any memory-intensive applications? A stack overflow happens when too much memory is used on the call stack. When too much memory is used the stack "overflows", resulting in a program crash. Hoped this helped you out.
@ferdzNK (3211)
• Philippines
12 Aug 09
You've forgot to mention the application where you're encountering that "stack overflow" error. Since you've stated a line number I figure it has something to do with programming. I think it has something to do with recursive calls or you keep on calling the same function. This is like the image produced by two facing mirrors, this will surely cause a stack overflow no mater how big your resources are. If I'm way off, be more specific and maybe we could work it out.