From nobody Sat Jul 23 09:37:14 2022 X-Original-To: stable@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 4Lqh6X5BxQz4XCJx for ; Sat, 23 Jul 2022 09:37:24 +0000 (UTC) (envelope-from juraj@lutter.sk) Received: from ns2.wilbury.net (ns2.wilbury.net [92.60.51.55]) (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 (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Lqh6V5jXJz3rSF for ; Sat, 23 Jul 2022 09:37:22 +0000 (UTC) (envelope-from juraj@lutter.sk) Received: from smtpclient.apple (gw-upc.owhome.net [188.167.168.254]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id DFF6345CEBF; Sat, 23 Jul 2022 11:37:14 +0200 (CEST) Content-Type: text/plain; charset=utf-8 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.100.31\)) Subject: Re: panic in zfs(?) on stable/12 From: Juraj Lutter X-Priority: 3 (Normal) In-Reply-To: <1854386355.11751.1658568824946@localhost> Date: Sat, 23 Jul 2022 11:37:14 +0200 Cc: stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4F8EDA86-CFB8-4CEE-B59D-2E03A03AC14D@lutter.sk> References: <1854386355.11751.1658568824946@localhost> To: Ronald Klop X-Mailer: Apple Mail (2.3696.100.31) X-Rspamd-Queue-Id: 4Lqh6V5jXJz3rSF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of juraj@lutter.sk designates 92.60.51.55 as permitted sender) smtp.mailfrom=juraj@lutter.sk X-Spamd-Result: default: False [-2.80 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:92.60.51.55]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[stable@freebsd.org]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_TLS_ALL(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:44185, ipnet:92.60.48.0/22, country:SK]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_SOME(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[lutter.sk]; TO_DN_SOME(0.00)[]; SUBJECT_HAS_QUESTION(0.00)[] X-ThisMailContainsUnwantedMimeParts: N > On 23 Jul 2022, at 11:33, Ronald Klop wrote: >=20 > My choice would be to test the memory and try 13. > BTW: What checksum algorithm are you using? Something standard or a = more obscure one? >=20 Yes, testing the memory is on my list. FWIW, checksum is =E2=80=9Con=E2=80= =9D, which translates to =E2=80=9Cfletcher4=E2=80=9D on stable/12. Upgrading to 13.1 is an option that I might want to consider as well. otis =E2=80=94 Juraj Lutter otis@FreeBSD.org