Page 1 of 1

Catch Stack Overflow

Posted: Wed Sep 24, 2008 8:08 pm
by remi_meier
It's not helpful to just see a
The debugged executable quit unexpectedly.
for a stack overflow generated by the following code:

Code: Select all

Procedure rek()
  Protected a, b, c, d,e,f,g,h,i,j,k,l,m
  rek()
EndProcedure

rek()
It seems that one can do better than this if I interpret this site correctly:
http://stackoverflow.com/questions/8120 ... k-overflow