[Gambas-user] Sig 11

Benoit Minisini gambas at ...1...
Sun Jul 27 17:26:10 CEST 2008


On dimanche 27 juillet 2008, Steven Lobbezoo wrote:
> Ok, here is it, but i suppose i'm missing some files for gdb
>
> steven at ...1948...:~/request_dev> gbc2 -agt
> OK
> steven at ...1948...:~/request_dev> gdb gbx2
> GNU gdb 6.8
> Copyright (C) 2008 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show
> copying"
> and "show warranty" for details.
> This GDB was configured as "i586-suse-linux"...
> (gdb) set args -p
> (gdb) run
> Starting program: /usr/local/bin/gbx2 -p
> [Thread debugging using libthread_db enabled]
> Error while reading shared library symbols:
> Cannot find new threads: generic error
> Cannot find new threads: generic error
> (gdb)
>
> Steven
>

Apparently there are big problems on OpenSuse, because gdb cannot succeed in 
debugging gambas. Another people having problems with OpenSuse x86_64 cannot 
use gdb too.

Can you install valgrind and run gambas in it:

steven at ...1948...:~/request_dev> gbc2 -agt
OK
steven at ...1948...:~/request_dev> valgrind --tool=memcheck --num-callers=50 
gbx2 -p

Regards,

-- 
Benoit Minisini




More information about the User mailing list