[Gambas-bugtracker] Bug #1697: Bad syntax with loop causes compiler to segfault.....

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Dec 21 04:04:53 CET 2019


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

Comment #9 by Brian G:

Starting program: /usr/bin/gbc3 -va
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

Program received signal SIGSEGV, Segmentation fault.
0x000055555556a758 in TRANS_loop (type=type at entry=37) at gbc_trans_ctrl.c:753
753		if (type == RS_LOOP)
(gdb)

Brian G changed the state of the bug to: Accepted.




More information about the Bugtracker mailing list