glib update

Walter Schwarzenfeld w.schwarzenfeld at utanet.at
Sun Oct 4 22:45:57 UTC 2015


Hallo !!

You can revert the disabling of kqueue.
There is PR on https://bugzilla.gnome.org/show_bug.cgi?id=753378.

The had another solution:
"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 }



More information about the freebsd-ports mailing list