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

  • drinky.ash
    5 KB · Views: 37

Rinn

Developer
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.
 

Veracity

Developer
Staff member
Good assumption: a stack overflow in an ASH script is due to a bug in the ASH script.
 

DoctorRotelle

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