Re: [g-a-devel] any news on the gthread problem?
- From: "Li Yuan" <liyuan gnome org>
- To: "Halim Sahin" <halim sahin freenet de>
- Cc: gnome-accessibility-devel gnome org
- Subject: Re: [g-a-devel] any news on the gthread problem?
- Date: Fri, 10 Aug 2007 22:07:04 +0800
Hi Halim,
Please refer to my former mail.
Applications need to call g_thread_init before any glib calls. It will quit applications if applications call it twice.
In this case, if linphone doesn't call g_thread_init before gtk_init, CORBA will call. When linphone calls it the second time, linphone crashed. The fix is to move g_thread_init to the begining (before gtk_init), or add a check before calling g_thread_init (not perfect).
So this is applications' bug. Maybe not only in linphone.
Regards,
Li
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]