GNOME Bugzilla – Bug 730423
Racing when mounting a loop device
Last modified: 2018-09-21 17:41:44 UTC
When mounting a loop device, the monitor detects a new mount from /proc/mounts and receives a new block device from udisks (converted into a volume) at roughly the same time. It sometimes happens that the mount sends a change signal over dbus with a reference to a volume (inside update_mounts, because gvfs_udisks2_mount_set_volume emits a changed signal) before the volume has actually been sent over dbus. When the client calls g_mount_get_volume(), it returns NULL. See also bug 730347.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gvfs/issues/233.