[Gambas-user] Issue 190 in gambas: Crash with OpenGL projects
gambas at ...2524...
gambas at ...2524...
Thu Jan 12 17:01:35 CET 2012
Comment #2 on issue 190 by jussi.la... at ...626...: Crash with OpenGL projects
http://code.google.com/p/gambas/issues/detail?id=190
See compile.log for normal compilation.
And gbxcomp.log for debug compilation of gbx3.
( make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" && sudo make install ) >
~/Desktop/gbxcomp.log 2>&1
From compile.log, I spotted this "gbi3: warning: component gb.qt4 not
found"!?
However gb.qt4 can be selected from IDE component list, and it works
perfectly.
Starting program: /usr/local/bin/gbx3
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffee84f700 (LWP 24094)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) p DEBUG_get_current_position()
$1 = 0x67d0c0 "CTunnel.tunnelAfficher.122"
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x00007ffff196ffe0 in ?? ()
from /usr/lib/nvidia-current/libnvidia-glcore.so.280.13
#2 0x000000000041035d in EXEC_native_quick () at gbx_exec.c:1084
#3 0x0000000000410213 in EXEC_native_check (defined=1 '\001')
at gbx_exec.c:1031
#4 0x0000000000455aeb in EXEC_loop () at gbx_exec_loop.c:993
#5 0x000000000040f860 in EXEC_function_loop () at gbx_exec.c:859
#6 0x000000000040f7b1 in EXEC_function_real () at gbx_exec.c:846
#7 0x000000000041214a in EXEC_public_desc (class=0x6b5348, object=0x6b5348,
desc=0x6f44a8, nparam=0) at gbx_exec.c:1497
#8 0x00000000004319e4 in raise_event (observer=0x6b5348, object=0x7023a8,
func_id=1, nparam=0) at gbx_api.c:534
#9 0x0000000000432004 in GB_Raise (object=0x7023a8, event_id=11, nparam=0)
at gbx_api.c:655
#10 0x00007ffff4ce4e21 in Update (this=0x702450) at Cwindow.cpp:339
#11 myWin::Update (this=0x702450) at Cwindow.cpp:309
#12 0x00007ffff4ce0211 in SDLapplication::ManageEvents (this=<optimized
out>,
no_input=false) at SDLapp.cpp:189
#13 0x00007ffff4ce5085 in my_loop () at main.cpp:146
#14 0x000000000043e7d7 in main (argc=1, argv=0x7fffffffe278) at gbx.c:389
Attachments:
compilelogs.tar.gz 47.3 KB
More information about the User
mailing list