Re: [Evolution-hackers] Camel calls causing hangs?

2009-06-24 Thread Milan Crha
On Tue, 2009-06-23 at 22:43 +0200, Filipe Nepomuceno wrote: >for(j = 0; j < uids->len; i++) ^^^ use 'j' here? Try to differentiate between "hang" and "busy loop", there is a little difference between them :) Also, those returned CamelObjects are s

[Evolution-hackers] Camel calls causing hangs?

2009-06-23 Thread Filipe Nepomuceno
Hey all, My plugin is hanging and I dont know why. I created a new thread using a GThread and g_thread_create. In the new thread I have all my camel calls. (I assume this is what you guys mean when you say dont have camel calls in the main thread). Are the camel calls allowed to be called like b