Jump to content

Having trouble understanding something


Belinda

Recommended Posts

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?

Link to comment
Share on other sites

  • 4 weeks later...

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...