[Gambas-bugtracker] Bug #1443: Stackoverflow make interpreter crash
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Oct 31 02:01:23 CET 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1443&from=L21haW4-
Comment #1 by Benoît MINISINI:
I don't know if I will fix that even if I should.
If you call a JIT function from itself, you never enter the interpreter, you only run the compiled C code. And so you fill the stack until the crash, like a C program.
More information about the Bugtracker
mailing list