From nobody Sun Jun 9 09:05:02 2024 X-Original-To: bugs@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 4Vxpt64YxDz5NwTF for ; Sun, 09 Jun 2024 09:05:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Vxpt63ZCwz4x44 for ; Sun, 9 Jun 2024 09:05:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1717923902; a=rsa-sha256; cv=none; b=M8NTfP5LS8nhy5P4mnsvCNqQnSiFLlbcXDxCbjAqBujG1B3aWBazyJ3aHFbGFBj8cXFgsf 9dPlTQRWip2uft6LpxHapWZh7yT+9jGzEzX3vFsyw3WG4m3z7t8iC51HYU4VQk37CldVMo pUA1NplOxo+qScwGK5PLqB0FecsnauOfslQxPyURKtJz5BvTPDYX2nUHH6S5JSwtEicbV5 q3vET2zAVZU8jtZIGWQ5VFxaAIkEQtpMGOXYKx4BnS3i23V85Urj7PDidnzK5QqEpwQLNG PjEyQ4fdYuq0QuNZBVuVnQZ1f8R9SNN4ERDgjHGNEDErNJnZdQgkV0uXlx/RyQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1717923902; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DD4iX8LTRHsov2mz7rAjyaw17Ze6Im6kKEY49qetW/k=; b=vX6k5ci9YWlKG3Rv0UaTEauNPz+Vmn4Qebm4bVGThH3x1crvhKiAy6kqUqjGkcG9fgk4cK MpZrRn1fsFNmh5uwlLDjFjgALvkkei6CG4S0xtf+C6Vc551Ssxv9EW4Ki7W8zEi/zYJO/x DERby3EqeAelOGiBh98ft8Rol2m1LUfhbp4SLKfWHJuB9RlPPMvM4f46vKeUvbb1pe4ySf unWR1k9qN/X7eM2+ZzTOPT1+kktZbi/fud7QGdEQJoxshkq0zU3dOTr4TA3UCOmPk+2xcT mD/Ik/Z5aRKqsxqKXb4COZhuxX5FVFj+gwL7dCLSmeb0mSjWybm3binxnS/PvQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Vxpt634kCzcKL for ; Sun, 9 Jun 2024 09:05:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 459952uL060050 for ; Sun, 9 Jun 2024 09:05:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 4599520a060049 for bugs@FreeBSD.org; Sun, 9 Jun 2024 09:05:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 219070] vm_radix_remove: invalid key found panic Date: Sun, 09 Jun 2024 09:05:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: asmodai@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Unable to Reproduce X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219070 Jeroen Ruigrok van der Werven changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Unable to Reproduce Status|New |Closed --- Comment #6 from Jeroen Ruigrok van der Werven --- Closing this. The box runs 12-STABLE nowadays. About to move to 13-STABLE. Have not seen = it happen again since reporting back in the day. --=20 You are receiving this mail because: You are the assignee for the bug.=