Catch Stack Overflow
Posted: Wed Sep 24, 2008 8:08 pm
It's not helpful to just see a
It seems that one can do better than this if I interpret this site correctly:
http://stackoverflow.com/questions/8120 ... k-overflow
for a stack overflow generated by the following code:The debugged executable quit unexpectedly.
Code: Select all
Procedure rek()
Protected a, b, c, d,e,f,g,h,i,j,k,l,m
rek()
EndProcedure
rek()
http://stackoverflow.com/questions/8120 ... k-overflow