LUA v2 stack overflow
| Case number: | 954892-990306 |
| Topic: | Developer Preview |
| Opened by: | Rav3n_pl |
| Status: | Resolved |
| Assigned: | Anonymous |
| Priority: | 1-High |
| Type: | Bug |
| Opened on: | Monday, September 5, 2011 - 19:21 |
| Last modified: | Saturday, September 10, 2011 - 20:23 |
It is happen in my Void Killer script I have ported to V2 LUA.
Code is exact same as for v1, only different "doers" are called.
Attaching screen.
| Attachment | Size |
|---|---|
| foldit_1315250151.png | 327.9 KB |
Wed, 09/07/2011 - 06:25
#2
Code in attachment.
Sat, 09/10/2011 - 13:02
#3
| Status: Open » Resolved |
There is a bug in the script that is causing this error. Under some circumstances, SaveRB is calling SaveBest, which is calling SaveRB again. This infinite recursion eventually blows the stack and gives this error.
Sat, 09/10/2011 - 20:23
#4
Oops!
Need rewrite that part.
Thanks for help catching it :)


I need a copy of the script. Can you send me the source so I can track this down?