[Gambas-devel] gbx3 SIGSEGV
scatman
scatman at ...571...
Sun Jan 13 20:13:23 CET 2008
Am Sonntag, 13. Januar 2008 schrieb Benoit Minisini:
> Arf. This bug is not 64 bits related. It is raised when a library
> specified in the .project file cannot be loaded. In your case, gb.gtk.
> Did you compile gb.gtk?
Yes, here the configure output.
./configure
THESE COMPONENTS ARE DISABLED:
- gb.corba
- gb.db.firebird
- gb.db.mysql
- gb.db.odbc
- gb.db.postgresql
- gb.db.sqlite2
- gb.qte
export "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g"
make
gbx3 out from gdb
(gdb) r examples/examples/Basic/Blights/
Starting program: /home/test/64bits/main/gbx/gbx3
examples/examples/Basic/Blights/
warning: no loadable sections found in added symbol-file system-supplied DSO
at 0x7fff823fd000
Warning: The 64 bits version of Gambas is not stable yet.
Program received signal SIGSEGV, Segmentation fault.
0x000000000040671d in LIST_remove (p_first=0x657fb0, node=0x662cf0,
list=0x662cfc) at ../share/gb_list_temp.h:76
76 last = TO_LIST(*first)->prev;
(gdb) bt
#0 0x000000000040671d in LIST_remove (p_first=0x657fb0, node=0x662cf0,
list=0x662cfc) at ../share/gb_list_temp.h:76
#1 0x00000000004391a7 in COMPONENT_delete (comp=0x662cf0)
at gbx_component.c:215
#2 0x000000000043912c in COMPONENT_create (name=0x662f7e "gb.gtk")
at gbx_component.c:199
#3 0x00000000004195db in project_library (name=0x662f7e "gb.gtk", len=6)
at gbx_project.c:108
#4 0x0000000000419740 in project_command (line=0x662f76 "Library=gb.gtk",
len=14) at gbx_project.c:174
#5 0x0000000000419891 in project_analyze (
addr=0x662f30 "# Gambas Project File 2.0\nStartup=win1", len=295)
at gbx_project.c:223
#6 0x0000000000419c1e in PROJECT_load () at gbx_project.c:357
More information about the Devel
mailing list