[Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Fri Feb 11 16:23:06 CET 2022
http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4-
Comment #5 by Benoît MINISINI:
I need to see the Gambas code that crashes.
You can get that with the debugger:
$ cd </path/to/my/project>
$ gdb gbx3
...
(gdb) run
...
*crash*
(gdb) p DEBUG_get_current_position()
<source code position>
Show me the Gambas code around the source code position displayed above.
Benoît MINISINI changed the state of the bug to: NeedsInfo.
More information about the Bugtracker
mailing list