[Gambas-user] problem sig 11 with 2.7

Benoit Minisini gambas at ...1...
Sat Jul 5 17:32:47 CEST 2008


On samedi 05 juillet 2008, Steven Lobbezoo wrote:
> Is this what you want ?
>
> 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"...
> (no debugging symbols found)
> (gdb) run -p
> Starting program: /usr/bin/gbx2 -p
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> ---Type <return> to continue, or q <return> to quit---
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> [Thread debugging using libthread_db enabled]
> Error while reading shared library symbols:
> Cannot find new threads: generic error
> (no debugging symbols found)
> Cannot find new threads: generic error
> (gdb)
> (gdb) bt
> #0  0xb8088ae1 in _dl_debug_state () from /lib/ld-linux.so.2
> #1  0xb808c0f2 in ?? () from /lib/ld-linux.so.2
> #2  0xb8087e26 in ?? () from /lib/ld-linux.so.2
> #3  0xb808ba2c in ?? () from /lib/ld-linux.so.2
> #4  0xb8027c0f in ?? () from /lib/libdl.so.2
> #5  0xb8087e26 in ?? () from /lib/ld-linux.so.2
> #6  0xb80280dc in ?? () from /lib/libdl.so.2
> #7  0xb8027b41 in dlopen () from /lib/libdl.so.2
> #8  0xb78ee657 in g_module_open () from /usr/lib/libgmodule-2.0.so.0
> #9  0xb7bf58f4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
> #10 0xb7bf5dce in ?? () from /usr/lib/libgtk-x11-2.0.so.0
> #11 0xb7bdcb30 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
> #12 0xb7880055 in g_option_context_parse ()
> from /usr/lib/libglib-2.0.so.0
> #13 0xb7bdc792 in gtk_parse_args () from /usr/lib/libgtk-x11-2.0.so.0
> #14 0xb7bdc814 in gtk_init_check () from /usr/lib/libgtk-x11-2.0.so.0
> #15 0xb7bdc854 in gtk_init () from /usr/lib/libgtk-x11-2.0.so.0
> #16 0xb7e907ed in ?? () from /usr/lib/gambas2/gb.gtk.so
> #17 0xb7e8f343 in ?? () from /usr/lib/gambas2/gb.gtk.so
> #18 0x080621a5 in ?? ()
> #19 0xb7ef35f5 in __libc_start_main () from /lib/libc.so.6
> #20 0x0804ac81 in ?? ()
> (gdb)
>
>
>
> Steven
>

Not really, as you don't have any crash. Another way of finding the problem is 
running your project with valgrind, this way:

$ cd /path/to/my/project
$ valgrind --tool=memcheck --num-callers=50 gbx2 -p

And send me the full output of valgrind.

At the moment, I think there is something weird on your system, or in the way 
Gambas was packaged...

Regards,

-- 
Benoit Minisini




More information about the User mailing list