Hi D

One MSN + One Jabber gives the same problems. But perhaps my notebook is
simply to slow *lol* (Pentium-M 1.6GHz).

It seems like the GaimIMFactory was not ready on linux before it is
passed to the MultiIMFactory if I have several accounts. At least I had
no crash at all (started the application for 20 times) after adding a
sleep(2) (did not test other values) to main.cpp. This is not a fix,
this is only for reproducing and workaround this issue => Perhaps there
should be a function that checks if GaimIMFactory was ready?

#elif defined(MULTIIMWRAPPER)
        PhApiFactory * phApiFactory = new PhApiFactory();
        GaimIMFactory * gaimIMFactory = new GaimIMFactory();
        sleep(2);
        sipFactory = phApiFactory; 
        imFactory = new MultiIMFactory(*phApiFactory, *gaimIMFactory);
#else

Cheers, Pirmin

Am Freitag, den 09.03.2007, 11:32 +0100 schrieb Dave Neary:
> Hi Pirmin,
> 
> Pirmin Walthert wrote:
> > Hi Dave
> > 
> > Just did some more checks: If I remove the msn-accounts and only use
> > jabber, I do not have this problems. So perhaps the reason is that I
> > have a lot more contacts using jabber and msn or perhaps this defect has
> > to do with having more than one account or... I don't know... I'll do
> > some more experiments :)
> 
> How about if you keep only one MSN account?
> 
> Cheers,
> Dave.
> 

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to