[Bug 254024] devel/gvfs: gvfsd-trash latches to zfs volumes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 5 08:14:24 UTC 2021


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

            Bug ID: 254024
           Summary: devel/gvfs: gvfsd-trash latches to zfs volumes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: ehaupt at FreeBSD.org
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)

I tried to destry a zfs volume:

# zfs destroy -r zroot/foo/bar
cannot unmount '/foo/bar': unmount failed

fstat sure enough reveals the culprit:

# fstat | grep "foo/bar"
ehaupt   gvfsd-trash  1814   25 /foo/bar     34 drwxr-xr-x      23  r
ehaupt   gvfsd-trash  1814   26 /foo/bar     34 drwxr-xr-x      23  r

Attaching truss to the pid I see:

# truss -f -p 1814
 1814: poll({ 4/POLLIN },1,2504)                 = 0 (0x0)
 1814: getfsstat(0x0,0,MNT_NOWAIT)               = 41 (0x29)
 1814: getfsstat(0x80153e140,96104,MNT_NOWAIT)   = 41 (0x29)
 1814: poll({ 4/POLLIN },1,2992)                 = 0 (0x0)
 1814: getfsstat(0x0,0,MNT_NOWAIT)               = 41 (0x29)
 1814: getfsstat(0x80153ee00,96104,MNT_NOWAIT)   = 41 (0x29)
 1814: poll({ 4/POLLIN },1,2924)                 = 0 (0x0)
 1814: getfsstat(0x0,0,MNT_NOWAIT)               = 41 (0x29)
 1814: getfsstat(0x80153e340,96104,MNT_NOWAIT)   = 41 (0x29)
 1814: poll({ 4/POLLIN },1,2965)                 = 0 (0x0)
 1814: getfsstat(0x0,0,MNT_NOWAIT)               = 41 (0x29)
 1814: getfsstat(0x80153e340,96104,MNT_NOWAIT)   = 41 (0x29)
^C

I am on:
FreeBSD freebsd.local 13.0-BETA4 FreeBSD 13.0-BETA4 #5
releng/13.0-n244620-3664067ea91: Wed Mar  3 21:05:06 CET 2021    
root at freebsd.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

gvfs version:
gvfs-1.46.2

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


More information about the freebsd-ports-bugs mailing list