Normal Topic Stack Underflow (Read 3513 times)
Warren_S.A
Member
*
Offline


No personal text

Posts: 15
Joined: Jul 8th, 2004
Stack Underflow
Jan 18th, 2005 at 4:55am
Print Post Print Post  
My File is Crashing (Yes I Know I did Something wrong)
the Error message is "Sesame has performed an Illegal Opperation ......"

If I look at some of the other messages I am getting (WITH THIS ONE DATA BASE ONLY)
it is
INTERNAL ERROR RUN TIME STACK UNDERFLOW


ANY IDEAS - WHAT IS THIS ??? Roll Eyes
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Stack Underflow
Reply #1 - Jan 18th, 2005 at 1:27pm
Print Post Print Post  
Its a runtime error generated by the SBasic programming in your application. It is usually caused having too many or too few parameters on the call of a function or subroutine compared to the number it was expecting in its declaration, an excessive or improper use of goto statements or ThrowFocus calls, or array boundaries being violated.

Try commenting out sections of your SBasic code until the problem goes away. That way you can narrow it down to find the culprit.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Warren_S.A
Member
*
Offline


No personal text

Posts: 15
Joined: Jul 8th, 2004
Re: Stack Underflow
Reply #2 - Jan 19th, 2005 at 5:05am
Print Post Print Post  
Thanks will Try that route  Smiley
  
Back to top
 
IP Logged