From nobody Tue Jul 20 19:51:20 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 BFF7C127F7B6 for ; Tue, 20 Jul 2021 19:51:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (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 "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GTq8p48R9z4RLt; Tue, 20 Jul 2021 19:51:21 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 16KJpKt6036268 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 20 Jul 2021 12:51:20 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 16KJpK4b036267; Tue, 20 Jul 2021 12:51:20 -0700 (PDT) (envelope-from sgk) Date: Tue, 20 Jul 2021 12:51:20 -0700 From: Steve Kargl To: Mark Johnston Cc: freebsd-current@freebsd.org Subject: Re: panic: vm_domainset_iter_first: Unknown policy 15168 Message-ID: <20210720195120.GA35870@troutmask.apl.washington.edu> References: <20210719220219.GA1010@troutmask.apl.washington.edu> <20210720020503.GA32856@troutmask.apl.washington.edu> <20210720160704.GA35184@troutmask.apl.washington.edu> <20210720171320.GA35542@troutmask.apl.washington.edu> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4GTq8p48R9z4RLt X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Tue, Jul 20, 2021 at 02:36:39PM -0400, Mark Johnston wrote: > > I see, it looks like there is some generic memory corruption triggered > by the UDF implementation. Our implementation is fairly stale, > unfortunately, but it shouldn't trigger a panic. >` > If you don't already have INVARIANTS configured, that would probably > help narrow this down. If you're able to share the image that can > trigger this, I could try to debug from that. Don't have invariants configured. I can update my kernel config and recompile tomorrow. For debugging purposes, do you only need kernel.debug and vmcore.2, or do you also need the loaded modules? -- Steve