Bug - Not A Bug Stack overflow during ASH script.

DoctorRotelle

Developer
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

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.
 
What error message? You gave us none. You said there was no DEBUG log and showed us the script, but no gCLI output.
 
Back
Top