[Gambas-devel] gbx3 SIGSEGV

scatman scatman at ...571...
Sun Jan 13 22:52:20 CET 2008


Am Sonntag, 13. Januar 2008 schrieb Benoit Minisini:


> This bug has been fixed in the revision 958.

Revision 960

(gdb) r /home/test/64bits/examples/examples/Basic/Blights/
Starting 
program: /usr/local/bin/gbx3 /home/forty/test/64bits/examples/examples/Basic/Blights/
warning: no loadable sections found in added symbol-file system-supplied DSO 
at 0x7fffeeffd000
Warning: The 64 bits version of Gambas is not stable yet.

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()


(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00002abcbcdb7063 in GB_INIT () at main.cpp:221
#2  0x00000000004108f1 in LIBRARY_load (lib=0x648d40) at gbx_library.c:478
#3  0x0000000000422a89 in COMPONENT_load (comp=0x648ce0)
    at gbx_component.c:250
#4  0x0000000000422d6b in COMPONENT_load_all () at gbx_component.c:110
#5  0x00000000004104c4 in PROJECT_load () at gbx_project.c:362
#6  0x000000000041b101 in init (    
file=0x7fffeef78eab "/home/test/64bits/examples/examples/Basic/Blights/") 
at gbx.c:85
#7  0x000000000041b4be in main (argc=1, argv=0x7fffeef77a38) at gbx.c:292


(gdb) l
113       EVENT_exit();
114       FILE_exit();
115       STRING_exit();
116             ERROR_clear();
117       STACK_exit();
118     }
119
120
121     int main(int argc, char **argv)
122     {
(gdb)          

thanks




More information about the Devel mailing list