Hi Ralf, On Wednesday 03 August 2011 22:25:59 R. Mattes wrote: > This is a follow-up to my last post about the segfault in > 'audio_initialize' in the new soc branch. In my understanding > g_cond_new() will only work after a call to g_thread_init() [1]. I > can't find a call to this in denemo - Richard, you reported success > with the soc branch, how could this work? I added a call to > g_thread_init() right after gtk_init in main.c and denemo finally > works again.
Thanks. You're right, I forgot to add the call to g_thread_init(). Strangely enough it works for me regardless of whether or not this function has been called... Dominic _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
