D DoctorRotelle Developer Mar 6, 2012 #1 Getting a new error on an old script. No debug log is generated. Verify command shows no issues. Nothing jumps out when I review the script... Using build 10735. Attachments drinky.ash drinky.ash 5 KB · Views: 37
Getting a new error on an old script. No debug log is generated. Verify command shows no issues. Nothing jumps out when I review the script... Using build 10735.
Rinn Developer Mar 6, 2012 #2 The problem is in your TPS function with this line Code: if(debug) print("TPS: "+TPS()); It's calling itself forever if debug is set to true, which it is.
The problem is in your TPS function with this line Code: if(debug) print("TPS: "+TPS()); It's calling itself forever if debug is set to true, which it is.
D DoctorRotelle Developer Mar 6, 2012 #3 Thank you! Don't know how I missed that one... I vaguely remember moving that line a few days back...
Thank you! Don't know how I missed that one... I vaguely remember moving that line a few days back...
Veracity Developer Staff member Mar 6, 2012 #4 Good assumption: a stack overflow in an ASH script is due to a bug in the ASH script.
D DoctorRotelle Developer Mar 6, 2012 #5 It would have been awesome to have a line number with the error message. Would it be possible to add it to the error message?
It would have been awesome to have a line number with the error message. Would it be possible to add it to the error message?
Veracity Developer Staff member Mar 6, 2012 #6 What error message? You gave us none. You said there was no DEBUG log and showed us the script, but no gCLI output.
What error message? You gave us none. You said there was no DEBUG log and showed us the script, but no gCLI output.
D DoctorRotelle Developer Mar 6, 2012 #7 The exact error message was: Code: Stack overflow during ASH script.