From owner-freebsd-ports-bugs@freebsd.org Fri Mar 5 08:14:24 2021 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E39B551E6B for ; Fri, 5 Mar 2021 08:14:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DsL9r0dLNz3nyd for ; Fri, 5 Mar 2021 08:14:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 157FE5521D0; Fri, 5 Mar 2021 08:14:24 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 142F7552157 for ; Fri, 5 Mar 2021 08:14:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DsL9r01k9z3nnK for ; Fri, 5 Mar 2021 08:14:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E83CE4F39 for ; Fri, 5 Mar 2021 08:14:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1258ENMT003505 for ; Fri, 5 Mar 2021 08:14:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1258ENej003504 for ports-bugs@FreeBSD.org; Fri, 5 Mar 2021 08:14:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254024] devel/gvfs: gvfsd-trash latches to zfs volumes Date: Fri, 05 Mar 2021 08:14:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ehaupt@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2021 08:14:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254024 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@FreeBSD.org Reporter: ehaupt@FreeBSD.org Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@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) =3D 0 (0x0) 1814: getfsstat(0x0,0,MNT_NOWAIT) =3D 41 (0x29) 1814: getfsstat(0x80153e140,96104,MNT_NOWAIT) =3D 41 (0x29) 1814: poll({ 4/POLLIN },1,2992) =3D 0 (0x0) 1814: getfsstat(0x0,0,MNT_NOWAIT) =3D 41 (0x29) 1814: getfsstat(0x80153ee00,96104,MNT_NOWAIT) =3D 41 (0x29) 1814: poll({ 4/POLLIN },1,2924) =3D 0 (0x0) 1814: getfsstat(0x0,0,MNT_NOWAIT) =3D 41 (0x29) 1814: getfsstat(0x80153e340,96104,MNT_NOWAIT) =3D 41 (0x29) 1814: poll({ 4/POLLIN },1,2965) =3D 0 (0x0) 1814: getfsstat(0x0,0,MNT_NOWAIT) =3D 41 (0x29) 1814: getfsstat(0x80153e340,96104,MNT_NOWAIT) =3D 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=20=20=20=20 root@freebsd.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 gvfs version: gvfs-1.46.2 --=20 You are receiving this mail because: You are the assignee for the bug.=