From owner-freebsd-stable@freebsd.org Wed Nov 15 01:53:02 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7548FDBC394 for ; Wed, 15 Nov 2017 01:53:02 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from mail3.transactionware.com (mail.transactionware.com [203.14.245.7]) by mx1.freebsd.org (Postfix) with SMTP id EB8E279231 for ; Wed, 15 Nov 2017 01:53:01 +0000 (UTC) (envelope-from janm@transactionware.com) Received: (qmail 38076 invoked by uid 907); 15 Nov 2017 01:53:00 -0000 Received: from Unknown (HELO jmmacpro.tmst.com.au) (203.14.245.130) (smtp-auth username janm, mechanism plain) by mail3.transactionware.com (qpsmtpd/0.84) with (ECDHE-RSA-AES256-GCM-SHA384 encrypted) ESMTPSA; Wed, 15 Nov 2017 12:53:00 +1100 From: Jan Mikkelsen Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: Panic in unionfs "it is not a unionfs-vnode" Date: Wed, 15 Nov 2017 12:52:58 +1100 References: <06DF69C5-884F-4483-8AF7-2013F4E868D1@transactionware.com> To: FreeBSD Stable Maling List In-Reply-To: <06DF69C5-884F-4483-8AF7-2013F4E868D1@transactionware.com> Message-Id: <1F01FF1D-AC5E-41B5-9134-7E81ED8E60D7@transactionware.com> X-Mailer: Apple Mail (2.3445.4.7) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 01:53:02 -0000 Oops, wrong list. I just resent to freebsd-current. > On 15 Nov 2017, at 12:48, Jan Mikkelsen = wrote: >=20 > Hi, >=20 > I got the panic below in unionfs. Head as at 325569, 2017-11-09 = 12:41:00 +1100 (Thu, 09 Nov 2017). >=20 > This is a ufs filesystem union mounted on top of a read-only ufs /etc. = I know unionfs has "architecture issues=E2=80=9D. Is this resolvable?=20 >=20 > panic: unionfs: it is not unionfs-vnode > cpuid =3D 5 > time =3D 1510678800 > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame = 0xfffffe02c418c280 > vpanic() at vpanic+0x19c/frame 0xfffffe02c418c300 > kassert_panic() at kassert_panic+0x126/frame 0xfffffe02c418c370 > unionfs_lock() at unionfs_lock+0x635/frame 0xfffffe02c418c400 > VOP_LOCK1_APV() at VOP_LOCK1_APV+0xd9/frame 0xfffffe02c418c430 > _vn_lock() at _vn_lock+0x66/frame 0xfffffe02c418c4a0 > vget() at vget+0x82/frame 0xfffffe02c418c4e0 > cache_lookup() at cache_lookup+0x787/frame 0xfffffe02c418c5c0 > vfs_cache_lookup() at vfs_cache_lookup+0xac/frame 0xfffffe02c418c620 > VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0xd3/frame 0xfffffe02c418c650 > lookup() at lookup+0x682/frame 0xfffffe02c418c6f0 > namei() at namei+0x51a/frame 0xfffffe02c418c7b0 > kern_statat() at kern_statat+0x98/frame 0xfffffe02c418c9c0 > sys_fstatat() at sys_fstatat+0x2f/frame 0xfffffe02c418cac0 > amd64_syscall() at amd64_syscall+0x79b/frame 0xfffffe02c418cbf0 > Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe02c418cbf0 > --- syscall (552, FreeBSD ELF64, sys_fstatat), rip =3D 0x800dd48da, = rsp =3D 0x7fffffffddc8, rbp =3D 0x7fffffffde70 =E2=80=94 >=20 >=20 > Thanks, >=20 > Jan Mikkelsen >=20 >=20