[Gambas-user] Weird Timer Problem

Gareth Bult gareth at ...1689...
Mon Jan 21 00:44:53 CET 2008


Hmm ....

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210411344 (LWP 21559)]
0xb7e19d4a in ?? () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7e19d4a in ?? () from /lib/tls/i686/cmov/libc.so.6
#1  0xb7adf282 in ?? () from /usr/lib/libgcrypt.so.11
#2  0x082ee2b0 in ?? ()
#3  0x00000001 in ?? ()
#4  0xbff2a638 in ?? ()
#5  0xb7ae29b3 in ?? () from /usr/lib/libgcrypt.so.11
#6  0xb7b1ea34 in ?? () from /usr/lib/libgcrypt.so.11
#7  0xb7b1e700 in ?? () from /usr/lib/libgcrypt.so.11
#8  0x0826f990 in ?? ()
#9  0xb7b1d904 in ?? () from /usr/lib/libgcrypt.so.11
#10 0x00000001 in ?? ()
#11 0xb7efa170 in ?? () from /lib/tls/i686/cmov/libc.so.6
#12 0xbff2a668 in ?? ()
#13 0x00000018 in ?? ()
#14 0x00000003 in ?? ()
#15 0xb7efa170 in ?? () from /lib/tls/i686/cmov/libc.so.6
#16 0xb7e19c81 in ?? () from /lib/tls/i686/cmov/libc.so.6
#17 0x00000000 in ?? ()

BUT !! 

If I switch to qt (as opposed to "gui") the problem goes away and the code works fine !!!

... I'm thinking this might be a Gambas/GTK problem ?


----- Original Message -----
step 3.: "Benoit Minisini" <gambas at ...1...>
To: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
Sent: 20 January 2008 22:35:11 o'clock (GMT) Europe/London
Subject: Re: [Gambas-user] Weird Timer Problem

On dimanche 20 janvier 2008, Gareth Bult wrote:
> Mmm, yes ...
>
> But I think you're going to tell me I need to do something else to get more
> information out ??
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1210841424 (LWP 25197)]
> 0x10aa5600 in ?? ()
> (gdb) bt
> #0  0x10aa5600 in ?? ()
> #1  0xb70b8506 in ?? () from /usr/lib/libglib-2.0.so.0
> #2  0x082526a8 in ?? ()
> #3  0x08334e80 in ?? ()
> #4  0xbf9c81c8 in ?? ()
> #5  0xb70b76b8 in ?? () from /usr/lib/libglib-2.0.so.0
> #6  0xb712e804 in ?? () from /usr/lib/libglib-2.0.so.0
> #7  0xbf9c81cc in ?? ()
> #8  0xbf9c81d8 in ?? ()
> #9  0xb712e248 in ?? () from /usr/lib/libglib-2.0.so.0
> #10 0xb712e248 in ?? () from /usr/lib/libglib-2.0.so.0
> #11 0xbf9c820c in ?? ()
> #12 0xbf9c8228 in ?? ()
> #13 0xb70b7d96 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
> Backtrace stopped: frame did not save the PC
>

Did you compile Gambas with the debugging informations? To do that, you must 
use 'make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g"' instead of just 'make'.

Can you try with gb.qt instead of gb.gtk too?

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list