El 20 de març de 2012 21:38, Steven Chamberlain <[email protected]> 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAOfDtXN_pWt=5pJU2A1d65SDzVDED=iK=j1h5psvivpweuf...@mail.gmail.com

