GNOME Bugzilla – Bug 670479
type registration deadlock
Last modified: 2012-07-30 12:17:31 UTC
from https://bugs.webkit.org/show_bug.cgi?id=79036
+ Trace 229694
Thread 1 acquires class_init_rec_mutex in the g_type_class_ref() call (frame #9) and is still holding it when it calls g_socket_address_get_type(). But thread 3 called g_socket_address_get_type() first, so thread 1 blocks on its g_once_init_enter(). Then thread 3 blocks trying to acquire class_init_rec_mutex so it can finish registering GSocketAddress, and now we're deadlocked.
*** Bug 670515 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 627724 ***
or not
*** This bug has been marked as a duplicate of bug 674885 ***