From nobody Fri Aug 27 15:35:48 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 20005178F8FC for ; Fri, 27 Aug 2021 15:35:50 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gx3hP59Mvz3r6Q for ; Fri, 27 Aug 2021 15:35:49 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MBP.attlocal.net (unknown [IPv6:2600:1700:358a:c660:61b4:ab15:75e9:930b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 72EBE2D73D for ; Fri, 27 Aug 2021 15:35:49 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Subject: Re: ZFS crash with -CURRENT from Aug 23rd To: freebsd-current@freebsd.org References: From: Ryan Moeller Message-ID: Date: Fri, 27 Aug 2021 11:35:48 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-ThisMailContainsUnwantedMimeParts: N >> zfs_deleteextattr_sa() at zfs_deleteextattr_sa+0x1e/frame 0xfffffe0147380360 >> zfs_setextattr() at zfs_setextattr+0x1e3/frame 0xfffffe01473804e0 >> >> Panic String: VERIFY(zp->z_is_sa) failed I see the issue, thanks! -Ryan