[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3077: [old 3020] IDE freeze/crash while debugging connection object


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

Comment #2 by Benoît MINISINI:

Can you debug the IDE with 'gdb' until the crash, doing the following?

$ gdb gbr3 gambas3.gambas
...
(gdb) run
...
... debug your program until it crashes
...
Segmentation fault
(gdb) bt
... send me the backtrace. It should be the same as with valgrind.
(gdb) p DEBUG_get_current_position()
...you should get the Gambas code location of the crash. Send it me.

Thanks in advance.

Benoît MINISINI changed the state of the bug to: NeedsInfo.


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----