[Gambas-user] Multiple instances of Gambas ...

Benoit Minisini gambas at ...1...
Tue Nov 4 17:14:39 CET 2008


On mardi 4 novembre 2008, Gareth Bult wrote:
> Hi,
>
> Again, would love to, unfortunately I just picked Gambas up for a small
> project and I've forgotten all the ins and outs of debugging, is there a
> URL you can point me at with the relevant instructions ?
>
> Gareth.
>

On the web site, in the troubleshooting section.

Anyway, you can get a backtrace by allowing core dumps, and running gdb on 
them.

$ ulimit -c 32000

$ ./gambas2.gambas
...

*crash*
...core dump

$ gdb gbx2 <core dump file>
...
(gdb) bt

Regards,

-- 
Benoit Minisini




More information about the User mailing list