November 10, 200817 yr 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?
November 10, 200817 yr Administrator Belina, next time you get the error could you please post a screenshot?
December 4, 200817 yr 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.
Archived
This topic is now archived and is closed to further replies.