Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Weird stack overflow error

Status
Not open for further replies.

ushtabalakh

Programmer
Jun 4, 2007
132
0
0
Hey
I was working on my app and everything was alright, suddenly I receive this error on many lines in run time:

Code:
An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll

When I change the code in one line, the error will be shown in another line

Does anyone know what's wrong?
 
Well not really as we need some more information as to what the application was doing at the time.

The implication of this error is that you have 'very deep or unbound recursion' so if you could provide some more information we may have a better chance of solving this.
--

woogoo
 
I had a recursive function in my program, that was running indefinitely, that was the problem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top