linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] UI locking up when using linphone core api.


From: Michael Frey
Subject: Re: [Linphone-developers] UI locking up when using linphone core api.
Date: Wed, 14 Sep 2005 08:17:34 -0400

Simon,

Thanks for the response. I fixed my problem by building linphone without glib support. The problem seemed to be that I also have a second GTK based protion also linked into my java application. The two must have been conflicting.

Also, I have added a few items to the core-api as well as a couple of bug fixes. Should I send them to you for review and possible inclusion in future releases?

Michael

On Sep 14, 2005, at 8:08 AM, Simon Morlat wrote:

Hello,

Normally linphone_core_init() does not block.
There's a bug somewhere, probably.
You should use attach gdb with 'gdb --pid=<pid of your buggy application>' to
see where exactly it is blocked.

Simon

Le Vendredi 9 Septembre 2005 20:54, Michael Frey a écrit :

Hello,

I am trying to build a java app using the linphone core api.  I am
using JNI wrappers and after I call linphone_core_init my UI becomes
un-responsive.  Is there something in the linphone core that locks
the user interface?  If so how can I release it?
I have even tried calling linphone_core_init from another thread with
the same results.

Thanks in advance,

Michael



_______________________________________________
Linphone-developers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/linphone-developers






reply via email to

[Prev in Thread] Current Thread [Next in Thread]