[Gambas-user] Crash with latest revision

Jussi Lahtinen jussi.lahtinen at ...626...
Mon Oct 22 17:57:19 CEST 2012


This happens when I try to open some project to IDE.

$ gdb gbr3
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/gbr3...done.
(gdb) set args /usr/bin/gambas3
(gdb) run
Starting program: /usr/bin/gbr3 /usr/bin/gambas3
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
gb.qt4: warning: unable to load Qt translation: en_GB.utf8
[New Thread 0x7fffdc740700 (LWP 17164)]
[New Thread 0x7fffdbe3f700 (LWP 17165)]

Program received signal SIGSEGV, Segmentation fault.
0x000000000040dc92 in TYPE_compare_signature (sign1=0x1c12590, np1=1,
    sign2=0x0, np2=1) at gbx_type.c:325
325            if (sign1[i] != sign2[i])
(gdb) bt
#0  0x000000000040dc92 in TYPE_compare_signature (sign1=0x1c12590, np1=1,
    sign2=0x0, np2=1) at gbx_type.c:325
#1  0x000000000041fdea in check_event_method (class=0x9ba988,
    name=0x687960 "Control_Draw", desc=0x1c0cd78, event=0x6cea4c)
    at gbx_event.c:54
#2  0x00000000004200ed in EVENT_search (class=0x6af598, event=0x1c96650,
    name=0x1c28580 "Control", parent=0x1c16cb8) at gbx_event.c:127
#3  0x0000000000444637 in OBJECT_attach (ob=0x1c965e8, parent=0x1c16cb8,
    name=0x1c28580 "Control") at gbx_object.c:211
#4  0x000000000044a2ef in Object_Attach (_object=0x0, _param=0x7ffff6292b40)
    at gbx_c_class.c:711
#5  0x0000000000412417 in EXEC_native () at gbx_exec.c:1330
#6  0x000000000045da4a in EXEC_loop () at gbx_exec_loop.c:1384
#7  0x0000000000410627 in EXEC_function_loop () at gbx_exec.c:904
#8  0x0000000000410263 in EXEC_function_real () at gbx_exec.c:868
#9  0x00000000004134ce in EXEC_special (special=0, class=0xc11148,
    object=0x1c91738, nparam=5, drop=1 '\001') at gbx_exec.c:1648
#10 0x000000000041360b in EXEC_special_inheritance (special=0,
class=0xc11148,
    object=0x1c91738, nparam=5, drop=1 '\001') at gbx_exec.c:1694
#11 0x0000000000414268 in EXEC_new () at gbx_exec.c:1911
#12 0x000000000045c5ee in EXEC_loop () at gbx_exec_loop.c:891
#13 0x0000000000410627 in EXEC_function_loop () at gbx_exec.c:904
#14 0x0000000000410263 in EXEC_function_real () at gbx_exec.c:868
---Type <return> to continue, or q <return> to quit---
#15 0x00000000004131f6 in EXEC_public_desc (class=0x7e4468, object=0x0,
    desc=0x9aad48, nparam=0) at gbx_exec.c:1580
#16 0x0000000000443447 in main (argc=1, argv=0x7fffffffe2c8) at gbx.c:405


Jussi



More information about the User mailing list