[Gambas-user] How to compile with debugging information enabled - compiles but then a coredump

Benoît Minisini gambas at ...1...
Thu Nov 22 13:47:14 CET 2012


Le 22/11/2012 12:54, richard a écrit :
>
> richard at ...3044...:~/svn/gambas3/trunk$ gambas3
> Bus error (core dumped)
> richard at ...3044...:~/svn/gambas3/trunk$
>
> regards
>

Weird...

Can you do that:

$ gdb gbr3
...
(gdb) run /usr/bin/gambas3

Then the program should run until the bus error, and you will get the 
gdb prompt back.

(gdb) bt
...

Send me the output of the 'bt' command.

-- 
Benoît Minisini




More information about the User mailing list