[Gambas-bugtracker] Bug #1551: Signal 11 caused by too many variables?? with 11 nested for-next loops
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Mar 13 14:20:43 CET 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1551&from=L21haW4-
Comment #3 by Benoît MINISINI:
I think you have reached the maximum number of local slots (127), but the compiler should then raise an error, and not let the interpreter crash.
Each local variable take one slot, but each loop level take two slots too.
More information about the Bugtracker
mailing list