GNOME Bugzilla – Bug 588669
Call dbus_threads_init_default before doing any other dbus calls
Last modified: 2009-07-15 16:00:20 UTC
This avoids race conditions with other threads; there are various internal mutexes involved in dbus_bus_get_private that need to be locked if g_vfs_get_default is called from a non-main thread.
Created attachment 138451 [details] [review] Call dbus_threads_init_default before doing any other dbus calls
That looks obviously right to me.
pushed