Belinda Posted November 10, 2008 Posted November 10, 2008 I'm sorry guys I'm new at this so excuse me if I'm doing wrong. I'm not sure how to or where to start. My problem is I keep getting a box saying stack overflow on line ##. I don't know what that means. Can anyone tell me?
Administrator Tarun Posted November 10, 2008 Administrator Posted November 10, 2008 Belina, next time you get the error could you please post a screenshot?
Eldmannen Posted November 10, 2008 Posted November 10, 2008 http://en.wikipedia.org/wiki/Stack_overflow :jump:
cluberti Posted December 4, 2008 Posted December 4, 2008 Stack overflows usually happen when an application (and people will usually see this in a web browser, like IE) is running some code that trips the application into a loop parsing the code it's stuck on, over and over (thus eventually the stack for that thread will grow larger than 1MB or up to 32MB, depending on the app in question) and generate a stack overflow error.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.