Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 00:45:46 +0200
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: glib update
Message-ID:  <5611AC1A.2040309@utanet.at>
In-Reply-To: <561190B0.8090603@ttmath.org>
References:  <561190B0.8090603@ttmath.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 }




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5611AC1A.2040309>