Re: Debian 6 with Sudden GTK application crash @ libGDK

2014-12-10 Thread venkat
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

Re: Debian 6 with Sudden GTK application crash @ libGDK

2014-12-09 Thread Chris Vine
On Tue, 09 Dec 2014 13:11:59 +0530 venkat venka...@vortexindia.co.in 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