[Bug 447456] Review Request: gupnp-tools: a collection of dev tools utilising GUPnP and GTK+

bugzilla at redhat.com bugzilla at redhat.com
Sat Oct 11 14:36:07 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=447456





--- Comment #13 from Bastien Nocera <bnocera at redhat.com>  2008-10-11 10:36:06 EDT ---
>From the API docs:
g_thread_init() might only be called once. On the second call it will abort
with an error. If you want to make sure that the thread system is initialized,
you can do this: 
if (!g_thread_supported ()) g_thread_init (NULL);

So either change your call to g_thread_init() to check whether threads are
already supported, or run g_thread_init() before anything else (and if it still
crashes, file a bug against whatever is not checking for g_thread_supported()
before calling g_thread_init).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list