Chris
Thanks for the feedbacks.
Nearby, future we are sure we will migrate to G_IDLE_ADD.
Just started to code wit GTK. Could please guide some points for below.
We are trying to convert our GTK application from GDK_THREAD -- ENTER()
/ LEAVE() to G_timeout or G_idle.
With the sample imple
On Tue, 09 Dec 2014 13:11:59 +0530
venkat wrote:
[snip]
The problem is almost certainly in your approach to threading. I
didn't even know that you could run the gtk+ main loop in other than
the main program thread and the one in which you called gtk_init().
One obvious problem is that you hav
Very recently, we migrated from DEBIAN 5(Lenny) to DEBAIN 6(Squeeze).
Since, our application is based on GTK 2.0 we thought migrating from GTK
app is pretty easy.
So, as a first step we compiled our application and ran some regressions
on the system.
Suddenly, we noticed application getting
I am new to GTK. I have just started looking into a large piece of GTK2
application code which was developed and tested using GTK2-2.18.x (GTK2
version 2.18) on a proprietary system running Linux.
I have upgraded GTK2 to version 2.22. I can't upgrade to 2.24 to 3.0 as
there are some issues
>> My application crashes after working for about a month. It works fine
for
>> the time being.
>> The core shows gtk part only except main.
>> gtk version is 2,4.
>>
>> Does anyone know how I can debug this kind of case?
>
>If you mean the app was running for a month continuously and
>then
My application crashes after working for about a month. It works fine for
the time being.
The core shows gtk part only except main.
gtk version is 2,4.
Does anyone know how I can debug this kind of case?
Your comment is very appliciated,
#0 0xb7c22a9a in g_object_remove_weak_pointer () from
/u
On Wed, Nov 29, 2006 at 12:47:20AM +0900, Ishii Satoshi wrote:
> My application crashes after working for about a month. It works fine for
> the time being.
> The core shows gtk part only except main.
> gtk version is 2,4.
>
> Does anyone know how I can debug this kind of case?
If you mean t
My application crashes after working for about a month. It works fine for
the time being.
The core shows gtk part only except main.
gtk version is 2,4.
Does anyone know how I can debug this kind of case?
Your comment is very appliciated,
#0 0xb7c22a9a in g_object_remove_weak_pointer () fro