Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 15:19:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 202128] gtk-based file chooser freezes after update of x11-toolkits/gtk30 to 3.16
Message-ID:  <bug-202128-6497-DI5EgkcA3c@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202128-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202128-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202128

--- Comment #9 from Walter Schwarzenfeld <w.litter@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202128-6497-DI5EgkcA3c>