Date: Thu, 07 Mar 2024 00:29:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 277538] panic: vm_page_assert_unbusied: busy_lock owned by me Message-ID: <bug-277538-227-KgRbzlC0mo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277538-227@https.bugs.freebsd.org/bugzilla/> References: <bug-277538-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277538 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> --- If an error occured during page-in, swap pager leaves the page invalid and busy. This is reasonable approach. If something is paged out, and we cannot page it in, system is going to be unhappy. I am not sure it would help add more code that is almost never executed and very hard to test, to try to slightly soften the consequences. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277538-227-KgRbzlC0mo>