[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:29:43 CET 2019


http://gambaswiki.org/bugtracker/edit?object=BUG.1551&from=L21haW4-

Comment #4 by Benoît MINISINI:

Fixed in commit https://gitlab.com/gambas/gambas/commit/d3a182aa0e54375bf98d11a1bbce6b34b1e9b8b6.

Now the compiler will raise an error.

As for running your code, there are many solutions:
- Using functions.
- Not using static imbricated loops.
- Using just one two-dimensional array x[i, j] instead of a1,b1...,a2,b2... and so on.

The last solution may be the easier for you.

Benoît MINISINI changed the state of the bug to: Fixed.




More information about the Bugtracker mailing list