From nobody Fri Sep 2 06:17:43 2022 X-Original-To: questions@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 4MJnlD6x3xz4Znn3 for ; Fri, 2 Sep 2022 06:17:44 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MJnlD2WzQz3YWv for ; Fri, 2 Sep 2022 06:17:44 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id DCFD043605C for ; Fri, 2 Sep 2022 06:17:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1662099463; bh=QjEc4LpeNe9K2NoaBcnZHMOHdJMD+sBxD+VDrjhBG0s=; h=Date:From:To:Subject:References:In-Reply-To; b=W0hsCav0oAjlRvP4umfX2HCTVokvggcfYjK4mixGM/dP0yvZ1X4zP/5TR2ju/vhrZ WUlY1qE5XE+tB71jtgC8LPRbYKVQ5eQokBpddbAs0WFPVG4buUpSOhAAxk7XBKkywa EL72XbrgOI8DVHXjLyja1Zekxb1xdeGivVgfaOCI= Received: by mx.darkbeer.org (Postfix, from userid 1001) id D832C470BFC; Fri, 2 Sep 2022 06:17:43 +0000 (UTC) Date: Fri, 2 Sep 2022 06:17:43 +0000 From: Amar Takhar To: questions@freebsd.org Subject: Re: Alder Lake and similar CPU support for FreeBSD Message-ID: <20220902061743.GA35332@darkbeer.org> References: List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4MJnlD2WzQz3YWv X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b=W0hsCav0; dmarc=none; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org X-Spamd-Result: default: False [-1.47 / 15.00]; NEURAL_HAM_SHORT(-0.97)[-0.967]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21:c]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[darkbeer.org:+]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[darkbeer.org]; RCVD_COUNT_THREE(0.00)[3]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N I had to disable my E cores and I turned soft updates back on. I'll have to get my other drive with CURRENT setup so I can try that out to see if this is just a 13.1 issue. The problems are random but the interesting part is when it happens it's repeatable. In this case installing packages using conda caused the initial crash then an rm -rf of the env dir caused this error: g_vfs_done():gpt/data0[READ(offset=207974961480630272, length=32768)]error = 6 UFS: forcibly unmounting /dev/gpt/data0 from /mnt/devel After the 2nd crash in X is when I saw the above error from the commandline. When I booted back into multiuser I did get a savecore: panic: vm_fault_lookup: fault on nofault entry, addr: 0xfffffe0083841000 This one was new the rest were either 'ffs_blkfree_cg: freeing free block' or 'page fault'. Amar.