El 20 de març de 2012 21:38, Steven Chamberlain <ste...@pyro.eu.org> ha escrit: > Test case with extra debug info: > >> time = g_get_monotonic_time () + 5 * G_TIME_SPAN_SECOND; >> debug_printf (1, " g_cond_wait_until %lu\n", time); >> if (g_cond_wait_until (&test1_cond, &test1_mutex, time)) >> g_thread_join (thread); >> else { >> time = g_get_monotonic_time (); >> debug_printf (1, " returned false at %lu\n", time); >> debug_printf (1, " timeout!\n"); >> g_thread_unref (thread); >> errors++; >> }
This smells like #662018. I'll see if I can spend some time on it (this weekend if noone beats me to it). -- Robert Millan -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org