On dimanche 27 juillet 2008, Steven Lobbezoo wrote:
> Ok, here is it, but i suppose i'm missing some files for gdb
>
> [EMAIL PROTECTED]:~/request_dev> gbc2 -agt
> OK
> [EMAIL PROTECTED]:~/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:

[EMAIL PROTECTED]:~/request_dev> gbc2 -agt
OK
[EMAIL PROTECTED]:~/request_dev> valgrind --tool=memcheck --num-callers=50 
gbx2 -p

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to