[Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Thu Feb 3 17:29:00 CET 2022
http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4-
Comment #13 by Benoît MINISINI:
Try that:
$ cd /my/project/directory
$ gdb gbx3
...
(gdb) run -- <put the program arguments here>
...
*crash*
(gdb) bt
And post the result of the 'bt' command when the program crashes.
Then, if you didn't do that already, recompile Gambas with debugging information enabled, and post the result of 'bt' again with the mode detailed information.
Benoît MINISINI changed the state of the bug to: NeedsInfo.
More information about the Bugtracker
mailing list