[Gambas-user] problem sig 11 with 2.7

Steven Lobbezoo steven at ...1652...
Sat Jul 5 15:48:01 CEST 2008


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


Le samedi 05 juillet 2008 à 15:31 +0200, Benoit Minisini a écrit :
> On samedi 05 juillet 2008, Steven Lobbezoo wrote:
> > Ok, I just packed the directory with all it's files
> > It's attached
> >
> > Regards,
> >
> 
> It works without crashing at all there... Strange!
> 
> Please run your project in gdb (cd /path/to/my/project ; gdb gbx2 ; run -p) 
> and send me the backtrace of the crash (bt command).
> 
> Regards,
> 





More information about the User mailing list