-
Notifications
You must be signed in to change notification settings - Fork 224
Canary Crash - Stack Overflow #1152
Comments
stack corruption on the lua side can cayse that error to constantly trip on any/all/random/unrelated lua things after the point at which it went "bad". need to audit the lua bindings and see where we introduced a stack problem. something shoved the wrong amount of stuff into the stack. |
another one just 30 minutes ago, looks about the same so posting it here as a same bug
|
@kaincenteno When did these start happening? If we can narrow down which release they started after then we can go through each PR and inspect how they play with the stack |
@zach2good it started happening with https://github.com/project-topaz/topaz/releases/tag/C202009-02 I'm going to keep an eye on it if it still occurs with https://github.com/project-topaz/topaz/releases/tag/C202009-03, server was update 26 hours ago and it's still up and running. Our population at a single time doesnt go above 12 users concurrently online, but hopefully it increases to be able to notice these sort of issues. |
I have:
Additional Information (Steps to reproduce/Expected behavior) :
debug log below, first stack overflow was onSpellCast. Related to luautils?
......
The text was updated successfully, but these errors were encountered: