Is it possible for an app to crash when calling a procedure that contains (too much) nested loops and conditional statements

Is it possible for an app to crash when calling a procedure that contains (too much) nested loops and conditional statements and others like… there are many other stuffs going on? because I am pretty sure that my conditions are okay and other blocks are okay. That’s the only thing I can think of.

Probably endless loop.

2 Likes

what exactly means “crash”? any error message? probably something with stack size?
https://community.kodular.io/search?q=stack%20size
Taifun

1 Like

It just freezes and closes

yeah probably. Im still trying to fix it, but im thinking to find other way and change my blocks… thanks btw

Or the loop is too intense, if you see what I mean.

2 Likes