[Bug 202128] gtk-based file chooser freezes after update of x11-toolkits/gtk30 to 3.16

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 22 15:19:22 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202128

--- Comment #9 from Walter Schwarzenfeld <w.litter at aon.at> ---
Seems they found a solution at gnome-bugzilla:

=> "commenting out that mutex in gio/gunionvolumemonitor.c
and it seem to not hang any more"

581 _g_mount_get_for_mount_path (const gchar  *mount_path,
582                              GCancellable *cancellable)
583 {

593   if (klass->get_mount_for_mount_path)
594     {
595 //      g_rec_mutex_lock (&the_volume_monitor_mutex);
596       mount = klass->get_mount_for_mount_path (mount_path, cancellable);
597 //      g_rec_mutex_unlock (&the_volume_monitor_mutex);
598     }

I tried this on my machine, seems to work.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list