[Gambas-bugtracker] Bug #1697: Bad syntax with loop causes compiler to segfault.....
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Dec 18 22:40:50 CET 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1697&from=L21haW4-
Comment #7 by Brian G:
Here is the output
brian at GN41:/srv/3d/testloop$ gbc3 -v -a
Removing .info and .list files
------------------------------------------------------------------------
Compiling Main.module...
Adding class Main Unused
MODULE Main
Static size : 0 octets
Dynamic size : 0 octets
Static Public Procedure Main()
Compiling @init()...
0000 : 1000 RETURN (0)
Compiling @new()...
0000 : 1000 RETURN (0)
Compiling Main()...
LOCAL i AS Integer
Segmentation fault (core dumped)
More information about the Bugtracker
mailing list