Right now I don't know what caused this, but I'm investigating.
Crash occurs when I run my huge project. I redesigned part of the code, and
so this bug may also
be in earlier revisions of gbx3.

Program received signal SIGSEGV, Segmentation fault.
0x0000000000409b5d in VALUE_write (value=0x7ffff64e7720, addr=0x34, type=4)
    at gbx_value.c:939
939        *((int *)addr) = value->_integer.value;
(gdb) bt
#0  0x0000000000409b5d in VALUE_write (value=0x7ffff64e7720, addr=0x34,
type=4)
    at gbx_value.c:939
#1  0x000000000040adce in VALUE_class_write (class=0x7de588,
    value=0x7ffff64e7720, addr=0x34 <Address 0x34 out of bounds>, ctype=...)
    at gbx_value.c:1369
#2  0x000000000045fa9c in EXEC_loop () at gbx_exec_loop.c:1653
#3  0x0000000000410c4f in EXEC_function_loop () at gbx_exec.c:907
#4  0x0000000000410855 in EXEC_function_real () at gbx_exec.c:871
#5  0x0000000000413a28 in EXEC_public_desc (class=0x7cffe8, object=0x0,
    desc=0x99f118, nparam=0) at gbx_exec.c:1584
#6  0x0000000000444a64 in main (argc=1, argv=0x7fffffffdff8) at gbx.c:392

Gambas 3 rev 5705 @ Xubuntu 13.04 64 bit

Jussi
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to